diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 21:04:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 21:04:14 +0000 |
commit | 09e65acfe87dd5cd640df3886fe0978429e07b53 (patch) | |
tree | 5122dc4308970b52f97dcdd1ca1a763e0018bfd2 /devel/py-fabric | |
parent | ad1748f7597a8a08056b88587067c385f19781e8 (diff) | |
download | ports-09e65acfe87dd5cd640df3886fe0978429e07b53.tar.gz ports-09e65acfe87dd5cd640df3886fe0978429e07b53.zip |
Notes
Diffstat (limited to 'devel/py-fabric')
-rw-r--r-- | devel/py-fabric/Makefile | 6 | ||||
-rw-r--r-- | devel/py-fabric/distinfo | 6 | ||||
-rw-r--r-- | devel/py-fabric/files/patch-setup.py | 16 | ||||
-rw-r--r-- | devel/py-fabric/pkg-descr | 2 |
4 files changed, 15 insertions, 15 deletions
diff --git a/devel/py-fabric/Makefile b/devel/py-fabric/Makefile index 95e03333e14a..d45287173ee9 100644 --- a/devel/py-fabric/Makefile +++ b/devel/py-fabric/Makefile @@ -6,11 +6,11 @@ # PORTNAME= fabric -PORTVERSION= 0.1.1 +PORTVERSION= 0.9a2 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP +MASTER_SITES= http://distfiles.yzlin.org/ \ + http://git.fabfile.org/cgit.cgi/fabric/snapshot/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Fabric-${PORTVERSION} MAINTAINER= yzlin@cs.nctu.edu.tw COMMENT= A simple pythonic remote deployment tool diff --git a/devel/py-fabric/distinfo b/devel/py-fabric/distinfo index 47e821c44e45..76425ac93a7c 100644 --- a/devel/py-fabric/distinfo +++ b/devel/py-fabric/distinfo @@ -1,3 +1,3 @@ -MD5 (Fabric-0.1.1.tar.gz) = 712991961bb876d2bb70d662cb67f454 -SHA256 (Fabric-0.1.1.tar.gz) = e0dee686e14db0cabd96adaacae06c3dcad8ff4fdbd9ed3628920aa298deff5d -SIZE (Fabric-0.1.1.tar.gz) = 18002 +MD5 (fabric-0.9a2.tar.gz) = 8c8c3311eae05832c6cae41aca4f0176 +SHA256 (fabric-0.9a2.tar.gz) = b9c0f43abf56a94663bdf40a33678d7cf519ee0b1881a7f7af9775a43bea7da3 +SIZE (fabric-0.9a2.tar.gz) = 112551 diff --git a/devel/py-fabric/files/patch-setup.py b/devel/py-fabric/files/patch-setup.py index d4a9083f0b51..0f94c942ef7b 100644 --- a/devel/py-fabric/files/patch-setup.py +++ b/devel/py-fabric/files/patch-setup.py @@ -1,11 +1,11 @@ --- setup.py.orig +++ setup.py -@@ -23,7 +23,7 @@ - author = 'Christian Vest Hansen', - author_email = 'karmazilla@gmail.com', - url = 'http://www.nongnu.org/fab/', -- install_requires = ['paramiko >=1.7, <2.0'], -+ #install_requires = ['paramiko >=1.7, <2.0'], - py_modules = ['fabric'], - entry_points = { +@@ -13,7 +13,7 @@ + author='Jeff Forcier', + author_email='jeff@bitprophet.org', + url='http://fabfile.org', +- install_requires=['paramiko >=1.7, <2.0'], ++ #install_requires=['paramiko >=1.7, <2.0'], + packages=find_packages(), + entry_points={ 'console_scripts': [ diff --git a/devel/py-fabric/pkg-descr b/devel/py-fabric/pkg-descr index d32806d25f86..c3c937691d0f 100644 --- a/devel/py-fabric/pkg-descr +++ b/devel/py-fabric/pkg-descr @@ -7,4 +7,4 @@ of servers in parallel or serially. These commands are grouped in tasks This is called remote automation, and the primary use case is deploying applications to multiple similar hosts. -WWW: http://www.nongnu.org/fab/ +WWW: http://fabfile.org/ |