[arch-commits] Commit in python-pygit2/repos (4 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Thu Nov 3 17:36:59 UTC 2016
Date: Thursday, November 3, 2016 @ 17:36:58
Author: jlichtblau
Revision: 194596
archrelease: copy trunk to community-i686, community-x86_64
Added:
python-pygit2/repos/community-i686/PKGBUILD
(from rev 194595, python-pygit2/trunk/PKGBUILD)
python-pygit2/repos/community-x86_64/PKGBUILD
(from rev 194595, python-pygit2/trunk/PKGBUILD)
Deleted:
python-pygit2/repos/community-i686/PKGBUILD
python-pygit2/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 35 ----------------------
community-x86_64/PKGBUILD | 35 ----------------------
3 files changed, 70 insertions(+), 70 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-11-03 17:36:39 UTC (rev 194595)
+++ community-i686/PKGBUILD 2016-11-03 17:36:58 UTC (rev 194596)
@@ -1,35 +0,0 @@
-# $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.1
-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=('e62bd35c39b4dec64a8a35ab688e98352603c21a6b254473763868a45110fb47')
-
-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-i686/PKGBUILD (from rev 194595, python-pygit2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-03 17:36:58 UTC (rev 194596)
@@ -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=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=('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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-11-03 17:36:39 UTC (rev 194595)
+++ community-x86_64/PKGBUILD 2016-11-03 17:36:58 UTC (rev 194596)
@@ -1,35 +0,0 @@
-# $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.1
-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=('e62bd35c39b4dec64a8a35ab688e98352603c21a6b254473763868a45110fb47')
-
-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 194595, python-pygit2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-11-03 17:36:58 UTC (rev 194596)
@@ -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=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=('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