[arch-commits] Commit in python-stevedore/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Oct 26 14:26:12 UTC 2014


    Date: Sunday, October 26, 2014 @ 15:26:12
  Author: foutrelis
Revision: 121430

upgpkg: python-stevedore 1.1.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-26 14:11:40 UTC (rev 121429)
+++ PKGBUILD	2014-10-26 14:26:12 UTC (rev 121430)
@@ -2,8 +2,8 @@
 # Maintainer: Evangelos Foutras <evangelos at foutrelis.com
 
 pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Manage dynamic plugins for Python applications"
 arch=('any')
 url="https://github.com/dreamhost/stevedore"
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
 source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('4e859756bdba71d7cf4eb1313342cde93cfe36d12fb6b6c35378e9101add229f')
+sha256sums=('f98381d12a6bfff718328d14d0d26cae6c83e39feb787e7b38acfe1089c3f1d3')
 
 prepare() {
   cd "$srcdir/stevedore-$pkgver"
@@ -19,6 +19,9 @@
   # 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() {



More information about the arch-commits mailing list