[107554] trunk/dports/python/py-fabric/Portfile

sean at macports.org sean at macports.org
Tue Jul 2 17:38:52 PDT 2013


Revision: 107554
          https://trac.macports.org/changeset/107554
Author:   sean at macports.org
Date:     2013-07-02 17:38:52 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
py-fabric: update to 1.6.1 and use github group; closes #39576

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

Modified: trunk/dports/python/py-fabric/Portfile
===================================================================
--- trunk/dports/python/py-fabric/Portfile	2013-07-03 00:38:47 UTC (rev 107553)
+++ trunk/dports/python/py-fabric/Portfile	2013-07-03 00:38:52 UTC (rev 107554)
@@ -3,9 +3,10 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
+github.setup        fabric fabric 1.6.1
 name                py-fabric
-version             1.4.3
 platforms           darwin
 supported_archs     noarch
 maintainers         deric openmaintainer
@@ -24,18 +25,13 @@
                     Unlike Capistrano, Fabric wants to stay small, light, \
                     easy to change and not bound to any specific framework.
 
-master_sites        http://pypi.python.org/packages/source/F/Fabric
-distname            Fabric-${version}
-checksums           rmd160  7334dc0bae305deabd580bcd0fe503cc5f32cd2d \
-                    sha256  e81c7d510ff8d9334d0fd8993c931e3ee759883d00cf29d1eecd4c6ca6d82029
+checksums           rmd160  e8b3aca97fc0da3419c52094b775621d8681f239 \
+                    sha256  9d74788085df0c31c5a6f428aeeb196acb8944f678cf4d50956d1fce193764df
 
-python.versions 25 26 27
+python.versions     25 26 27
 
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-setuptools \
-                        port:py${python.version}-ssh2
+                        port:py${python.version}-paramiko
     livecheck.type      none
-} else {
-    livecheck.url       http://pypi.python.org/pypi/Fabric
-    livecheck.regex     Fabric/(\[0-9\]+\.\[0-9\]+\.\[0-9\]+)
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/5c629456/attachment.html>


More information about the macports-changes mailing list