[arch-commits] Commit in python-pygit2/repos (4 files)
Daniel Micay
thestinger at nymeria.archlinux.org
Fri Jun 27 21:37:56 UTC 2014
Date: Friday, June 27, 2014 @ 23:37:56
Author: thestinger
Revision: 113686
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 113685, python-pygit2/trunk/PKGBUILD)
python-pygit2/repos/community-staging-x86_64/
python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 113685, python-pygit2/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: python-pygit2/repos/community-staging-i686/PKGBUILD (from rev 113685, python-pygit2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-06-27 21:37:56 UTC (rev 113686)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.21.0
+pkgrel=0
+pkgdesc='Python bindings for libgit2'
+url="https://github.com/libgit2/pygit2"
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi)
+arch=(i686 x86_64)
+license=('GPL2')
+source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
+md5sums=('e72518f75fd8d960eefd3150f54aafaf')
+
+package_python-pygit2() {
+ cd pygit2-$pkgver
+ depends+=(python)
+ replaces=(python-libgit2)
+ conflicts=(python-libgit2)
+ LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+ cd pygit2-$pkgver
+ depends+=(python2)
+ replaces=(python2-libgit2)
+ conflicts=(python2-libgit2)
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 113685, python-pygit2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-06-27 21:37:56 UTC (rev 113686)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.21.0
+pkgrel=0
+pkgdesc='Python bindings for libgit2'
+url="https://github.com/libgit2/pygit2"
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi)
+arch=(i686 x86_64)
+license=('GPL2')
+source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
+md5sums=('e72518f75fd8d960eefd3150f54aafaf')
+
+package_python-pygit2() {
+ cd pygit2-$pkgver
+ depends+=(python)
+ replaces=(python-libgit2)
+ conflicts=(python-libgit2)
+ LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+ cd pygit2-$pkgver
+ depends+=(python2)
+ replaces=(python2-libgit2)
+ conflicts=(python2-libgit2)
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list