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

jmr at macports.org jmr at macports.org
Thu Jun 20 13:48:47 PDT 2013


Revision: 107171
          https://trac.macports.org/changeset/107171
Author:   jmr at macports.org
Date:     2013-06-20 13:48:47 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
py-fabric: mark noarch, disable livecheck in subports

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

Modified: trunk/dports/python/py-fabric/Portfile
===================================================================
--- trunk/dports/python/py-fabric/Portfile	2013-06-20 20:42:55 UTC (rev 107170)
+++ trunk/dports/python/py-fabric/Portfile	2013-06-20 20:48:47 UTC (rev 107171)
@@ -7,6 +7,7 @@
 name                py-fabric
 version             1.4.3
 platforms           darwin
+supported_archs     noarch
 maintainers         deric openmaintainer
 homepage            http://fabfile.org
 license             BSD
@@ -29,13 +30,12 @@
                     sha256  e81c7d510ff8d9334d0fd8993c931e3ee759883d00cf29d1eecd4c6ca6d82029
 
 python.versions 25 26 27
-python.default_version 27
 
 if {$subport != $name} {
-    
     depends_lib-append  port:py${python.version}-setuptools \
                         port:py${python.version}-ssh2
+    livecheck.type      none
+} else {
+    livecheck.url       http://pypi.python.org/pypi/Fabric
+    livecheck.regex     Fabric/(\[0-9\]+\.\[0-9\]+\.\[0-9\]+)
 }
-
-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/20130620/fb3c46d6/attachment.html>


More information about the macports-changes mailing list