[60348] trunk/dports/python/py26-fabric

arthurk at macports.org arthurk at macports.org
Mon Nov 9 11:44:13 PST 2009


Revision: 60348
          http://trac.macports.org/changeset/60348
Author:   arthurk at macports.org
Date:     2009-11-09 11:44:12 -0800 (Mon, 09 Nov 2009)
Log Message:
-----------
Update py26-fabric to 0.9.0. Fixes #22434

Modified Paths:
--------------
    trunk/dports/python/py26-fabric/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-fabric/files/
    trunk/dports/python/py26-fabric/files/patch-setup.py.diff

Modified: trunk/dports/python/py26-fabric/Portfile
===================================================================
--- trunk/dports/python/py26-fabric/Portfile	2009-11-09 19:05:38 UTC (rev 60347)
+++ trunk/dports/python/py26-fabric/Portfile	2009-11-09 19:44:12 UTC (rev 60348)
@@ -5,10 +5,10 @@
 PortGroup           python26 1.0
 
 name                py26-fabric
-version             0.9b1
+version             0.9.0
 platforms           darwin
 maintainers         arthurk openmaintainer
-homepage            http://fabfile.org/
+homepage            http://fabfile.org
 description         Fabric is a simple pythonic remote deployment tool.
 long_description    It is designed to upload files to, and run shell commands \
                     on, a number of servers in parallel or serially. These \
@@ -19,16 +19,16 @@
                     Python, dosn't expect you to be deploying Rails \
                     applications, and the 'put' command works. \
                     \
-                    Unlike Capistrano, Fabric want's to stay small, light, \
+                    Unlike Capistrano, Fabric wants to stay small, light, \
                     easy to change and not bound to any specific framework.
 
-master_sites        http://git.fabfile.org/cgit.cgi/fabric/snapshot/
-distname            fabric-${version}
-use_zip             yes
-checksums           md5     2f1b02a6d082c6af6b16a6b56a1a00c5 \
-                    sha1    aca71d1a75a1f850a45297ed2eb8c745bc2bb3c2 \
-                    rmd160  9a9164049bb53814e304942eebe50cc08f73513b
+master_sites        http://pypi.python.org/packages/source/F/Fabric
+distname            Fabric-${version}
+checksums           md5     696e42e6e771fa2a365cd03536d4cdcf \
+                    sha1    bacc51ad35c1ecf7fceb98ac487b049c189f5c44 \
+                    rmd160  0264ba7c748d6d28deefc5d66ef0e7e559426b49
 
+patchfiles          patch-setup.py.diff
 depends_lib-append  port:py26-setuptools \
                     port:py26-paramiko
 
@@ -38,5 +38,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       http://git.fabfile.org/cgit.cgi/fabric/
-livecheck.regex     fabric-(0\.\[0-9\]+\.\[0-9\]+)
+livecheck.url       http://pypi.python.org/pypi/Fabric
+livecheck.regex     Fabric (0\.\[0-9\]+\.\[0-9\]+)

Added: trunk/dports/python/py26-fabric/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py26-fabric/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py26-fabric/files/patch-setup.py.diff	2009-11-09 19:44:12 UTC (rev 60348)
@@ -0,0 +1,13 @@
+--- setup.py.orig	2009-11-09 13:50:53.000000000 -0500
++++ setup.py	2009-11-09 13:57:59.000000000 -0500
+@@ -15,8 +15,8 @@
+     author='Jeff Forcier',
+     author_email='jeff at bitprophet.org',
+     url='http://fabfile.org',
+-    packages=find_packages(),
+-    install_requires=['pycrypto >=1.9'],
++    packages=find_packages(exclude=["paramiko"]),
++    install_requires=['pycrypto >=1.9', 'paramiko >= 1.7.4'],
+     entry_points={
+         'console_scripts': [
+             'fab = fabric.main:main',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091109/8f2f8c05/attachment.html>


More information about the macports-changes mailing list