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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sat Aug 17 15:59:27 UTC 2013


    Date: Saturday, August 17, 2013 @ 17:59:26
  Author: foutrelis
Revision: 95864

upgpkg: python-stevedore 0.10-2

Depend on setuptools instead of distribute.

Modified:
  python-stevedore/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-17 15:57:15 UTC (rev 95863)
+++ PKGBUILD	2013-08-17 15:59:26 UTC (rev 95864)
@@ -3,12 +3,12 @@
 
 pkgname=('python-stevedore' 'python2-stevedore')
 pkgver=0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage dynamic plugins for Python applications"
 arch=('any')
 url="https://github.com/dreamhost/stevedore"
 license=('Apache')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
 source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
 sha256sums=('71a6ffb669c6d84ef0f43f44816257101775f955590986c29a95ce07293fd6e8')




More information about the arch-commits mailing list