[arch-commits] Commit in python-pygit2/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Dec 25 18:54:07 UTC 2016
Date: Sunday, December 25, 2016 @ 18:54:06
Author: foutrelis
Revision: 202293
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
python-pygit2/repos/community-staging-i686/
python-pygit2/repos/community-staging-i686/PKGBUILD
(from rev 202292, python-pygit2/trunk/PKGBUILD)
python-pygit2/repos/community-staging-x86_64/
python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 202292, python-pygit2/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: python-pygit2/repos/community-staging-i686/PKGBUILD (from rev 202292, python-pygit2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-25 18:54:06 UTC (rev 202293)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.24.2
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+arch=('i686' 'x86_64')
+url="https://github.com/libgit2/pygit2"
+license=('GPL2')
+depends=('libgit2>=1:0.24.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=('8a779484728e5036a366bcc9f46746a27700f2587dfef066c59c58bdc49fffc8')
+
+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-staging-x86_64/PKGBUILD (from rev 202292, python-pygit2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-12-25 18:54:06 UTC (rev 202293)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.24.2
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+arch=('i686' 'x86_64')
+url="https://github.com/libgit2/pygit2"
+license=('GPL2')
+depends=('libgit2>=1:0.24.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=('8a779484728e5036a366bcc9f46746a27700f2587dfef066c59c58bdc49fffc8')
+
+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