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

Lukas Fleischer lfleischer at archlinux.org
Sat Feb 25 15:22:01 UTC 2017


    Date: Saturday, February 25, 2017 @ 15:22:01
  Author: lfleischer
Revision: 213775

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 213774, python-pygit2/trunk/PKGBUILD)
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
    (from rev 213774, python-pygit2/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: python-pygit2/repos/community-staging-i686/PKGBUILD (from rev 213774, python-pygit2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-02-25 15:22:01 UTC (rev 213775)
@@ -0,0 +1,34 @@
+# 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.25.0
+pkgrel=1
+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=('488dff456921b2763d68b6e8df3101b0c54dc00822548b090b6ee6e05c909416')
+
+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 213774, python-pygit2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-02-25 15:22:01 UTC (rev 213775)
@@ -0,0 +1,34 @@
+# 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.25.0
+pkgrel=1
+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=('488dff456921b2763d68b6e8df3101b0c54dc00822548b090b6ee6e05c909416')
+
+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