[107019] trunk/dports/python/py-greenlet/Portfile

jmr at macports.org jmr at macports.org
Fri Jun 14 08:32:01 PDT 2013


Revision: 107019
          https://trac.macports.org/changeset/107019
Author:   jmr at macports.org
Date:     2013-06-14 08:32:01 -0700 (Fri, 14 Jun 2013)
Log Message:
-----------
py-greenlet: fix setuptools dep type, correct license, disable livecheck in subports

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

Modified: trunk/dports/python/py-greenlet/Portfile
===================================================================
--- trunk/dports/python/py-greenlet/Portfile	2013-06-14 15:24:22 UTC (rev 107018)
+++ trunk/dports/python/py-greenlet/Portfile	2013-06-14 15:32:01 UTC (rev 107019)
@@ -8,7 +8,7 @@
 version             0.4.0
 revision            0
 categories-append   devel
-license             MIT
+license             MIT PSF
 platforms           darwin
 
 maintainers         nomaintainer
@@ -45,7 +45,6 @@
 master_sites        http://pypi.python.org/packages/source/g/greenlet/
 
 distname            greenlet-${version}
-use_zip             yes
 
 checksums           rmd160  37549eb30fd6b1ed7e2c2fe575142082b57c4c50 \
                     sha256  3f52af03bf8a89045fc159c6a76d5642349b30fb41c3df1a22b12bbd3920b1ee
@@ -54,9 +53,11 @@
 python.versions     24 25 26 27 31 32
 
 if {$name != $subport} {
-    depends_lib-append  port:py${python.version}-setuptools
+    depends_build       port:py${python.version}-setuptools
+    use_zip             yes
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "greenlet-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "greenlet-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130614/f01050b6/attachment.html>


More information about the macports-changes mailing list