[107073] trunk/dports/python/py-webpy/Portfile

jmr at macports.org jmr at macports.org
Mon Jun 17 13:28:37 PDT 2013


Revision: 107073
          https://trac.macports.org/changeset/107073
Author:   jmr at macports.org
Date:     2013-06-17 13:28:37 -0700 (Mon, 17 Jun 2013)
Log Message:
-----------
py-webpy: remove unused setuptools dep, mark noarch, correct license, disable livecheck in subports

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

Modified: trunk/dports/python/py-webpy/Portfile
===================================================================
--- trunk/dports/python/py-webpy/Portfile	2013-06-17 20:11:41 UTC (rev 107072)
+++ trunk/dports/python/py-webpy/Portfile	2013-06-17 20:28:37 UTC (rev 107073)
@@ -7,9 +7,10 @@
 
 github.setup        webpy webpy 0.37 webpy-
 name                py-webpy
-license             Public-domain
+license             Public-domain BSD
 categories-append   www
 platforms           darwin
+supported_archs     noarch
 maintainers         nomaintainer
 description         web.py is a web framework for Python that is as simple as it is powerful
 long_description    $description
@@ -18,13 +19,9 @@
                     rmd160  99e5194bb60a95601259c5ad1e0ac61fb16570bf \
                     sha256  0cd5aeea3aef4fceb172470511c0ad54a2780e0f9e82be4c594dc089cce99944
 
-python.versions         25 26 27
-python.default_version  27
+python.versions     25 26 27
 
 if {${subport} != ${name}} {
-
-    depends_lib-append  port:py${python.version}-setuptools
-
     post-destroot   {
         xinstall -m 644 -W ${worksrcpath} ChangeLog.txt LICENSE.txt README.md \
             ${destroot}${prefix}/share/doc/${subport}
@@ -32,9 +29,9 @@
         xinstall -m 755 -d ${destroot}${prefix}/share/${subport}
         file copy ${worksrcpath}/experimental ${worksrcpath}/test ${worksrcpath}/tools ${destroot}${prefix}/share/${subport}
     }
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       http://webpy.org
+    livecheck.regex     "web.py (\[0-9\.\]+) is the latest released version of web.py"
 }
-
-livecheck.type      regex
-livecheck.url       http://webpy.org
-livecheck.regex     "web.py (\[0-9\.\]+) is the latest released version of web.py"
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130617/19572b2e/attachment.html>


More information about the macports-changes mailing list