[arch-commits] Commit in python-stevedore/repos/community-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Feb 12 00:48:51 UTC 2016
Date: Friday, February 12, 2016 @ 01:48:51
Author: foutrelis
Revision: 161325
archrelease: copy trunk to community-any
Added:
python-stevedore/repos/community-any/PKGBUILD
(from rev 161324, python-stevedore/trunk/PKGBUILD)
Deleted:
python-stevedore/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 37 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-12 00:48:45 UTC (rev 161324)
+++ PKGBUILD 2016-02-12 00:48:51 UTC (rev 161325)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
-
-pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="Manage dynamic plugins for Python applications"
-arch=('any')
-url="https://github.com/openstack/stevedore"
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('f5d689ef38e0ca532d57a03d1ab95e89b17c57f97b58d10c92da94699973779f')
-
-prepare() {
- cd "$srcdir/stevedore-$pkgver"
-
- # Remove dependency on argparse; it's in Python 2.7+/3.2+ stdlib (FS#42063)
- # https://bugs.launchpad.net/python-stevedore/+bug/1372433
- sed -i '/argparse/d' requirements.txt
-
- # Remove dependency on pbr; it's not a runtime dependency
- sed -i '/pbr/d' requirements.txt
-}
-
-package_python-stevedore() {
- depends=('python-setuptools' 'python-six')
-
- cd "$srcdir/stevedore-$pkgver"
- python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-stevedore() {
- depends=('python2-setuptools' 'python2-six')
-
- cd "$srcdir/stevedore-$pkgver"
- python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 161324, python-stevedore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-02-12 00:48:51 UTC (rev 161325)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="Manage dynamic plugins for Python applications"
+arch=('any')
+url="https://github.com/openstack/stevedore"
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('90616a9f437b54e1bca831630faf97040a608d66685c821615ef79f72eb79c6d')
+
+prepare() {
+ cd "$srcdir/stevedore-$pkgver"
+
+ # Remove dependency on pbr; it's not a runtime dependency
+ sed -i '/pbr/d' requirements.txt
+}
+
+package_python-stevedore() {
+ depends=('python-setuptools' 'python-six')
+
+ cd "$srcdir/stevedore-$pkgver"
+ python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-stevedore() {
+ depends=('python2-setuptools' 'python2-six')
+
+ cd "$srcdir/stevedore-$pkgver"
+ python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list