Date: Monday, August 19, 2013 @ 10:30:46 Author: angvp Revision: 95982
upgpkg: fabric 1.7.0-2 Rebuild against setuptools Modified: fabric/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-19 08:26:45 UTC (rev 95981) +++ PKGBUILD 2013-08-19 08:30:46 UTC (rev 95982) @@ -3,12 +3,12 @@ pkgname=fabric pkgver=1.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol" url="http://fabfile.org/" license=('BSD') arch=('any') -depends=('python2>=2.5' 'pycrypto' 'python2-paramiko>=1.10.0' 'python2-distribute') +depends=('python2>=2.5' 'pycrypto' 'python2-paramiko>=1.10.0' 'python2-setuptools') source=("http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz") md5sums=('48e4176f0be925a44ef83ce0efc6d69b')
