[arch-commits] Commit in python-pygit2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-10 Thread Lukas Fleischer via arch-commits
Date: Saturday, October 10, 2020 @ 13:32:23
  Author: lfleischer
Revision: 723105

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 13:32:21 UTC (rev 723104)
+++ PKGBUILD2020-10-10 13:32:23 UTC (rev 723105)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgname=python-pygit2
-pkgver=1.2.1
-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=('dc5dd39324dc21404f7a802895e1baeacd23bfff7ce49c38c943225e07cfef88')
-
-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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 723103, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 13:32:23 UTC (rev 723105)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.3.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=('1ffbbbfc2f85694b8f395a616ab930e57b2df9d50781e8ba84603d293ae70462')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-17 Thread Lukas Fleischer via arch-commits
Date: Sunday, May 17, 2020 @ 16:15:21
  Author: lfleischer
Revision: 628252

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-17 16:15:08 UTC (rev 628251)
+++ PKGBUILD2020-05-17 16:15:21 UTC (rev 628252)
@@ -1,31 +0,0 @@
-# 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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 628251, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-17 16:15:21 UTC (rev 628252)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.2.1
+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=('dc5dd39324dc21404f7a802895e1baeacd23bfff7ce49c38c943225e07cfef88')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-22 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 22, 2020 @ 15:28:27
  Author: lfleischer
Revision: 603517

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 15:28:14 UTC (rev 603516)
+++ PKGBUILD2020-03-22 15:28:27 UTC (rev 603517)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgname=python-pygit2
-pkgver=1.1.1
-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')
-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=('0d3d271fe6538e990847009f5c1a80d372f6192365bf461759c809f31d1bd3a6')
-
-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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 603516, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 15:28:27 UTC (rev 603517)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.1.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' '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=('0d3d271fe6538e990847009f5c1a80d372f6192365bf461759c809f31d1bd3a6')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-18 Thread Lukas Fleischer via arch-commits
Date: Wednesday, March 18, 2020 @ 14:04:56
  Author: lfleischer
Revision: 600551

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 14:04:44 UTC (rev 600550)
+++ PKGBUILD2020-03-18 14:04:56 UTC (rev 600551)
@@ -1,41 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgname=python-pygit2
-pkgver=1.0.3
-pkgrel=3
-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')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz
-
https://github.com/libgit2/pygit2/commit/0328605c855a1a52bde4bd41d507f161cf7b224f.patch
-   
https://github.com/libgit2/pygit2/commit/7a06a54a149e09e9e442a6dd0a2799ceeb2a843c.patch)
-sha256sums=('d6428fd4cd5263c76842675519b85874cfbb79db02bc32523eb784573c328a5b'
-'20ac8232a3aea678aaa9271304643fc1d767a545b7849ed9ef14a18cbeab5da7'
-'5ee521c55d51a40ff07577f5adec33c9694aa7dbe164086bd7ce5038cc101f68')
-
-prepare() {
-   cd "pygit2-$pkgver"
-   patch -p1 -i ../0328605c855a1a52bde4bd41d507f161cf7b224f.patch
-   patch -p1 -i ../7a06a54a149e09e9e442a6dd0a2799ceeb2a843c.patch
-}
-
-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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 600550, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 14:04:56 UTC (rev 600551)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.1.1
+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')
+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=('0d3d271fe6538e990847009f5c1a80d372f6192365bf461759c809f31d1bd3a6')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Felix Yan via arch-commits
Date: Saturday, March 7, 2020 @ 18:05:53
  Author: felixonmars
Revision: 591231

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-07 18:05:44 UTC (rev 591230)
+++ PKGBUILD2020-03-07 18:05:53 UTC (rev 591231)
@@ -1,27 +0,0 @@
-# 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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 591230, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-07 18:05:53 UTC (rev 591231)
@@ -0,0 +1,41 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.0.3
+pkgrel=3
+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')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz
+
https://github.com/libgit2/pygit2/commit/0328605c855a1a52bde4bd41d507f161cf7b224f.patch
+   
https://github.com/libgit2/pygit2/commit/7a06a54a149e09e9e442a6dd0a2799ceeb2a843c.patch)
+sha256sums=('d6428fd4cd5263c76842675519b85874cfbb79db02bc32523eb784573c328a5b'
+'20ac8232a3aea678aaa9271304643fc1d767a545b7849ed9ef14a18cbeab5da7'
+'5ee521c55d51a40ff07577f5adec33c9694aa7dbe164086bd7ce5038cc101f68')
+
+prepare() {
+   cd "pygit2-$pkgver"
+   patch -p1 -i ../0328605c855a1a52bde4bd41d507f161cf7b224f.patch
+   patch -p1 -i ../7a06a54a149e09e9e442a6dd0a2799ceeb2a843c.patch
+}
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-03 Thread Lukas Fleischer via arch-commits
Date: Monday, February 3, 2020 @ 08:55:25
  Author: lfleischer
Revision: 561919

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   41 -
 1 file changed, 20 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 08:55:22 UTC (rev 561918)
+++ PKGBUILD2020-02-03 08:55:25 UTC (rev 561919)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgname=python-pygit2
-pkgver=1.0.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' '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)
-sha256sums=('4e2f99b4def1475223e7e19b5460b2fab021b4a6fd9963fbf0c16451e77c6a4e')
-
-package() {
-  cd pygit2-$pkgver
-
-  LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 561918, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 08:55:25 UTC (rev 561919)
@@ -0,0 +1,20 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.0.3
+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')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
+sha256sums=('d6428fd4cd5263c76842675519b85874cfbb79db02bc32523eb784573c328a5b')
+
+package() {
+   cd "pygit2-$pkgver"
+   LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in python-pygit2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 16:12:59
  Author: jlichtblau
Revision: 555463

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 16:12:49 UTC (rev 555462)
+++ PKGBUILD2020-01-25 16:12:59 UTC (rev 555463)
@@ -1,34 +0,0 @@
-# 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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 555462, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 16:12:59 UTC (rev 555463)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.0.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' '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)
+sha256sums=('4e2f99b4def1475223e7e19b5460b2fab021b4a6fd9963fbf0c16451e77c6a4e')
+
+package() {
+  cd pygit2-$pkgver
+
+  LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in python-pygit2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, April 8, 2019 @ 19:40:00
  Author: jlichtblau
Revision: 450453

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-08 19:39:48 UTC (rev 450452)
+++ PKGBUILD2019-04-08 19:40:00 UTC (rev 450453)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.27.3
-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=('59fa4450d104099cc21516ecad1fc1eca04ecdd09d9f2d3ba40cc122af26b724')
-
-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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 450452, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-08 19:40:00 UTC (rev 450453)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.27.4
+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=('be43f71591c3af8516256cadc080615568a610b4de1711232e0583f339aafe80')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-16 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, December 16, 2018 @ 12:53:49
  Author: jlichtblau
Revision: 416442

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 12:53:37 UTC (rev 416441)
+++ PKGBUILD2018-12-16 12:53:49 UTC (rev 416442)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.27.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=('c847078ba872747e6180f5cadfb39df1cd4f2e8f498cf86222ce51be444710dd')
-
-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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 416441, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-16 12:53:49 UTC (rev 416442)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.27.3
+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=('59fa4450d104099cc21516ecad1fc1eca04ecdd09d9f2d3ba40cc122af26b724')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-29 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, September 29, 2018 @ 19:39:20
  Author: jlichtblau
Revision: 388022

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-29 19:39:04 UTC (rev 388021)
+++ PKGBUILD2018-09-29 19:39:20 UTC (rev 388022)
@@ -1,34 +0,0 @@
-# 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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 388021, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-29 19:39:20 UTC (rev 388022)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.27.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=('c847078ba872747e6180f5cadfb39df1cd4f2e8f498cf86222ce51be444710dd')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, June 3, 2018 @ 12:01:57
  Author: lfleischer
Revision: 339112

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 12:01:51 UTC (rev 339111)
+++ PKGBUILD2018-06-03 12:01:57 UTC (rev 339112)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 339111, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 12:01:57 UTC (rev 339112)
@@ -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=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=('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/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-26 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 26, 2018 @ 18:24:00
  Author: jlichtblau
Revision: 312742

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-26 18:23:44 UTC (rev 312741)
+++ PKGBUILD2018-03-26 18:24:00 UTC (rev 312742)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.26.3
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2>=1:0.26.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=('8e30e3ea53e7601cb982640858863afcc0a910e5dd4cf09e0526579ec71fea2f')
-
-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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 312741, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-26 18:24:00 UTC (rev 312742)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.26.4
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.26.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=('020cb9228985ce5660cecac78392c7437c38f2bf60dbc394fe0f984c2d6309b1')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-13 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 13, 2018 @ 14:51:07
  Author: jlichtblau
Revision: 281817

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 14:50:47 UTC (rev 281816)
+++ PKGBUILD2018-01-13 14:51:07 UTC (rev 281817)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.26.2
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2>=1:0.26.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=('ec81d20c146fa3896c3f5e3cd9adb5f87ccbfdd75cd43229bf0ff381669e7f72')
-
-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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 281816, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 14:51:07 UTC (rev 281817)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.26.3
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.26.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=('8e30e3ea53e7601cb982640858863afcc0a910e5dd4cf09e0526579ec71fea2f')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2017-12-02 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, December 2, 2017 @ 13:25:04
  Author: jlichtblau
Revision: 271878

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-02 13:24:51 UTC (rev 271877)
+++ PKGBUILD2017-12-02 13:25:04 UTC (rev 271878)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.26.1
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2>=1:0.26.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=('38674c027d44a967986bb2a3fbe2f937cca87a815e23fd24efe91f4af9b54787')
-
-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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 271877, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-02 13:25:04 UTC (rev 271878)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.26.2
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.26.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=('ec81d20c146fa3896c3f5e3cd9adb5f87ccbfdd75cd43229bf0ff381669e7f72')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-20 Thread Jaroslav Lichtblau
Date: Monday, November 20, 2017 @ 17:57:58
  Author: jlichtblau
Revision: 267621

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 17:57:44 UTC (rev 267620)
+++ PKGBUILD2017-11-20 17:57:58 UTC (rev 267621)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Daniel Micay 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgbase=python-pygit2
-pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.26.0
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('i686' 'x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2>=1:0.25.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=('fac1e73bf34ace399f5cbd0ea352d9924201bd496463ab60c406beec260feae1')
-
-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
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 267620, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-20 17:57:58 UTC (rev 267621)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.26.1
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.26.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=('38674c027d44a967986bb2a3fbe2f937cca87a815e23fd24efe91f4af9b54787')
+
+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/community-x86_64 (PKGBUILD PKGBUILD)

2015-11-13 Thread Daniel Micay
Date: Friday, November 13, 2015 @ 21:09:25
  Author: thestinger
Revision: 146735

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-13 20:09:02 UTC (rev 146734)
+++ PKGBUILD2015-11-13 20:09:25 UTC (rev 146735)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.23.0
-pkgrel=3
-pkgdesc='Python bindings for libgit2'
-url="https://github.com/libgit2/pygit2;
-depends=(libgit2)
-makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git)
-arch=(i686 x86_64)
-license=('GPL2')
-#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-#md5sums=('a73eaf01c42527db7673d11fb5b37654')
-source=('git+https://github.com/libgit2/pygit2.git#commit=25d02259df7b73ec220b2a0095ad4a2d7d525f96')
-sha1sums=('SKIP')
-
-package_python-pygit2() {
-  cd "pygit2"
-  depends+=(python python-cffi)
-  replaces=(python-libgit2)
-  conflicts=(python-libgit2)
-  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygit2() {
-  cd "pygit2"
-  depends+=(python2 python2-cffi)
-  replaces=(python2-libgit2)
-  conflicts=(python2-libgit2)
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 146734, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-13 20:09:25 UTC (rev 146735)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.23.2
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+url="https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git)
+arch=(i686 x86_64)
+license=('GPL2')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+#md5sums=('a73eaf01c42527db7673d11fb5b37654')
+source=('git+https://github.com/libgit2/pygit2.git#commit=25d02259df7b73ec220b2a0095ad4a2d7d525f96')
+sha1sums=('SKIP')
+
+package_python-pygit2() {
+  cd "pygit2"
+  depends+=(python python-cffi)
+  replaces=(python-libgit2)
+  conflicts=(python-libgit2)
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  cd "pygit2"
+  depends+=(python2 python2-cffi)
+  replaces=(python2-libgit2)
+  conflicts=(python2-libgit2)
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}