[arch-commits] Commit in python-pygit2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Apr 8 19:40:01 UTC 2019
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
===================================================================
--- PKGBUILD 2019-04-08 19:39:48 UTC (rev 450452)
+++ PKGBUILD 2019-04-08 19:40:00 UTC (rev 450453)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-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)
+++ PKGBUILD 2019-04-08 19:40:00 UTC (rev 450453)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+
+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
+}
More information about the arch-commits
mailing list