[arch-commits] Commit in python-pygit2/repos (2 files)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 19:54:05
  Author: foutrelis
Revision: 753675

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 753674, python-pygit2/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 753674, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-12 19:54:05 UTC (rev 753675)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six' 
'python-cached-property')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
+sha256sums=('d433234582af86b0733f33d27779d24cf2249c09b21f574ce7872b330241420c')
+
+build() {
+   cd "pygit2-$pkgver"
+   python setup.py build
+}
+
+check() {
+   cd "pygit2-$pkgver"
+   python setup.py pytest
+}
+
+package() {
+   cd "pygit2-$pkgver"
+   LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in python-pygit2/repos (2 files)

2020-04-05 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, April 5, 2020 @ 13:00:10
  Author: jlichtblau
Revision: 611840

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 611839, python-pygit2/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 611839, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-05 13:00:10 UTC (rev 611840)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six' 
'python-cached-property')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
+sha256sums=('30f92d0f54c194e9e59c48513376555897f083fa7abf7e0fecd6143b3aed6f2b')
+
+build() {
+   cd "pygit2-$pkgver"
+   python setup.py build
+}
+
+check() {
+   cd "pygit2-$pkgver"
+   python setup.py pytest
+}
+
+package() {
+   cd "pygit2-$pkgver"
+   LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in python-pygit2/repos (2 files)

2020-02-21 Thread Lukas Fleischer via arch-commits
Date: Friday, February 21, 2020 @ 08:09:23
  Author: lfleischer
Revision: 577483

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 577482, python-pygit2/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 577482, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-21 08:09:23 UTC (rev 577483)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz
+
https://github.com/libgit2/pygit2/commit/0328605c855a1a52bde4bd41d507f161cf7b224f.patch)
+sha256sums=('d6428fd4cd5263c76842675519b85874cfbb79db02bc32523eb784573c328a5b'
+'20ac8232a3aea678aaa9271304643fc1d767a545b7849ed9ef14a18cbeab5da7')
+
+prepare() {
+   cd "pygit2-$pkgver"
+   patch -p1 -i ../0328605c855a1a52bde4bd41d507f161cf7b224f.patch
+}
+
+package() {
+   cd "pygit2-$pkgver"
+   LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in python-pygit2/repos (2 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 00:12:33
  Author: felixonmars
Revision: 522795

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 522794, python-pygit2/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 522794, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 00:12:33 UTC (rev 522795)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.28.2
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.27.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('5e0d357e5998ec6740bc085d06df4d4039f08cb113ad407916614328ce9eb500')
+
+package_python-pygit2() {
+  depends+=('python-cffi' 'python-six')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2-cffi' 'python2-six')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-pygit2/repos (2 files)

2019-06-10 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 10, 2019 @ 14:27:49
  Author: jlichtblau
Revision: 479724

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 479723, python-pygit2/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 479723, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-10 14:27:49 UTC (rev 479724)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.28.2
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.27.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('5e0d357e5998ec6740bc085d06df4d4039f08cb113ad407916614328ce9eb500')
+
+package_python-pygit2() {
+  depends+=('python-cffi' 'python-six')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2-cffi' 'python2-six')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-pygit2/repos (2 files)

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 16:14:54
  Author: felixonmars
Revision: 348404

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 348403, python-pygit2/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 348403, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-30 16:14:54 UTC (rev 348404)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.27.1
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.27.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('8bde0ac74caca57a30ec2ea9d2fd1f4c41f8bf70b5963dcf43b88c8f67538a68')
+
+package_python-pygit2() {
+  depends+=('python-cffi' 'python-six')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2-cffi' 'python2-six')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-pygit2/repos (2 files)

2018-04-04 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, April 4, 2018 @ 20:43:03
  Author: jlichtblau
Revision: 314282

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 314281, python-pygit2/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 314281, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-04 20:43:03 UTC (rev 314282)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.27.0
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.27.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('146b6d0a90d2bcaf463cd00fbae748e08d21b3f593272d5f3dc51e5b27ed2491')
+
+package_python-pygit2() {
+  depends+=('python-cffi' 'python-six')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2-cffi' 'python2-six')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}