Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6df9bdfa2d25812814be895d5f13abcd4c3e1f36
commit 6df9bdfa2d25812814be895d5f13abcd4c3e1f36 Author: Slown <[email protected]> Date: Sat Jul 7 09:14:38 2012 +0100 fabric-1.4.3-1-i686 * version bump * fix pkgdesc * fix depends diff --git a/source/lib-extra/fabric/FrugalBuild b/source/lib-extra/fabric/FrugalBuild index 89832cd..b20acaa 100644 --- a/source/lib-extra/fabric/FrugalBuild +++ b/source/lib-extra/fabric/FrugalBuild @@ -3,13 +3,13 @@ pkgname=fabric _F_archive_name="Fabric" -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=1 -pkgdesc="Fabric is a simple, Pythonic tool for remote execution and deployment" -depends=('python-ssh>=1.7.14') +pkgdesc="A Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol" +depends=('paramiko' 'python-ssh') makedepends=('python-distribute') groups=('lib-extra') archs=('i686' 'x86_64') _F_pypi_name="Fabric" Finclude pypi -sha1sums=('9bcae930a6ebc8961bcdaafd8729a8614866c585') +sha1sums=('fbc264390702ff194feaaec9e837374d1c001eea') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
