[107166] trunk/dports/python/py-carray/Portfile

jmr at macports.org jmr at macports.org
Thu Jun 20 13:18:21 PDT 2013


Revision: 107166
          https://trac.macports.org/changeset/107166
Author:   jmr at macports.org
Date:     2013-06-20 13:18:20 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
py-carray: correct license, remove unused setuptools dep, disable livecheck in subports

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

Modified: trunk/dports/python/py-carray/Portfile
===================================================================
--- trunk/dports/python/py-carray/Portfile	2013-06-20 19:47:16 UTC (rev 107165)
+++ trunk/dports/python/py-carray/Portfile	2013-06-20 20:18:20 UTC (rev 107166)
@@ -8,7 +8,7 @@
 version             0.5
 revision            0
 categories-append   devel
-license             MIT
+license             MIT BSD
 platforms           darwin
 
 maintainers         stromnov openmaintainer
@@ -31,19 +31,19 @@
 checksums           rmd160  868f811f6e33dfe3f1275ca584b39ebd0a67a881 \
                     sha256  594e60426d1ad9a92fb74f110afda193bb734fd285642fee558f1b3050d81214
 
-python.default_version  27
 python.versions     26 27
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-setuptools \
-                        port:py${python.version}-numpy \
+    depends_lib-append  port:py${python.version}-numpy \
                         port:py${python.version}-cython
 
     # Remove --no-user-cfg
     build.cmd           ${python.bin} setup.py
     destroot.cmd        ${python.bin} setup.py
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "carray-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "carray-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130620/1fa423bb/attachment-0001.html>


More information about the macports-changes mailing list