[49507] trunk/dports/python/py26-fabric/Portfile

arthurk at macports.org arthurk at macports.org
Sat Apr 11 03:15:08 PDT 2009


Revision: 49507
          http://trac.macports.org/changeset/49507
Author:   arthurk at macports.org
Date:     2009-04-11 03:15:07 -0700 (Sat, 11 Apr 2009)
Log Message:
-----------
Update py26-fabric to 0.1.1

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

Modified: trunk/dports/python/py26-fabric/Portfile
===================================================================
--- trunk/dports/python/py26-fabric/Portfile	2009-04-11 10:12:15 UTC (rev 49506)
+++ trunk/dports/python/py26-fabric/Portfile	2009-04-11 10:15:07 UTC (rev 49507)
@@ -4,10 +4,10 @@
 PortGroup           python26 1.0
                   
 name                py26-fabric
-version             0.1.0
+version             0.1.1
 categories          python
 platforms           darwin
-maintainers         arthurkoziel.com:arthur
+maintainers         arthurk openmaintainer
 homepage            http://www.nongnu.org/fab/
 description         Fabric is a simple pythonic remote deployment tool.
 long_description    It is designed to upload files to, and run shell commands \
@@ -24,13 +24,18 @@
 
 master_sites        http://download.savannah.gnu.org/releases/fab/
 distname            fab-${version}
-checksums           md5 85065cf5e960c6de31ec172427896c5b \
-                    sha1 a4ed257c4984f91c79d1c1202a5d72e1c4296a10 \
-                    rmd160 2488d026c24fc612ed215cdbb5fe25ac34de7b69
+checksums           md5 63a5301c584825f0b7c5e7274e1c00df \
+                    sha1 a8c691cd1d9dc0f0e671ac5938b59882fe22a937 \
+                    rmd160 c879f2d45464063ed9a50f23307cce9372904bb9
 
 depends_lib-append  port:py26-setuptools \
                     port:py26-paramiko
 
 post-destroot {
-    ln -s ${python.prefix}/bin/fab ${destroot}${prefix}/bin/fab-2.6
+    ln -s ${python.prefix}/bin/fab \
+        ${destroot}${prefix}/bin/fab-${python.branch}
 }
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/Fabric
+livecheck.regex     Fabric (0\.\[0-9\]+\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090411/84679448/attachment.html>


More information about the macports-changes mailing list