[arch-commits] Commit in python-stevedore/repos/community-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Jan 7 18:04:47 UTC 2015


    Date: Wednesday, January 7, 2015 @ 19:04:47
  Author: foutrelis
Revision: 125568

archrelease: copy trunk to community-any

Added:
  python-stevedore/repos/community-any/PKGBUILD
    (from rev 125567, python-stevedore/trunk/PKGBUILD)
Deleted:
  python-stevedore/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-07 18:04:36 UTC (rev 125567)
+++ PKGBUILD	2015-01-07 18:04:47 UTC (rev 125568)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
-
-pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Manage dynamic plugins for Python applications"
-arch=('any')
-url="https://github.com/dreamhost/stevedore"
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('f98381d12a6bfff718328d14d0d26cae6c83e39feb787e7b38acfe1089c3f1d3')
-
-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 125567, python-stevedore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-07 18:04:47 UTC (rev 125568)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Manage dynamic plugins for Python applications"
+arch=('any')
+url="https://github.com/dreamhost/stevedore"
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45')
+
+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:



More information about the arch-commits mailing list