[106121] trunk/dports/python/py-stevedore/Portfile

larryv at macports.org larryv at macports.org
Wed May 15 11:58:00 PDT 2013


Revision: 106121
          https://trac.macports.org/changeset/106121
Author:   larryv at macports.org
Date:     2013-05-15 11:58:00 -0700 (Wed, 15 May 2013)
Log Message:
-----------
py*-stevedore: Update to 0.8 (#39106); use github-1.0; add py3* subports.

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

Modified: trunk/dports/python/py-stevedore/Portfile
===================================================================
--- trunk/dports/python/py-stevedore/Portfile	2013-05-15 18:06:01 UTC (rev 106120)
+++ trunk/dports/python/py-stevedore/Portfile	2013-05-15 18:58:00 UTC (rev 106121)
@@ -3,10 +3,11 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
-name                py-stevedore
-set real_name       stevedore
-version             0.3
+github.setup        dreamhost stevedore 0.8
+
+name                py-${github.project}
 categories-append   devel
 platforms           darwin
 maintainers         nomaintainer
@@ -14,24 +15,14 @@
 license             Apache-2
 
 description         Manage dynamic plugins for Python applications
-
 long_description    ${description}
 
-homepage            http://www.doughellmann.com/projects/${real_name}/
-master_sites        http://pypi.python.org/packages/source/s/${real_name}/
-distname            ${real_name}-${version}
+checksums           rmd160  0b874cc0026c4d14540d75899ab9f8f95ff49b12 \
+                    sha256  3c37f41e2b883cdfd570eb2d18c4bc86fd48a4e58ddb108989018fdfdfe76146
 
-checksums           md5     05e0c0127466cd821ba0310a54a4dc06 \
-                    sha1    ca4c8243788daf5745a85ee2b701d4c7e18415af \
-                    rmd160  3d3cb990ebf7d4a13f2fac126f042df6d01f2fdb
+python.versions     25 26 27 31 32 33
 
-python.versions     25 26 27
-
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-distribute
     livecheck.type      none
-} else {
-    livecheck.type      regex
-    livecheck.url       http://pypi.python.org/pypi/${real_name}
-    livecheck.regex     ${real_name} (\[0-9\]+(\.\[0-9\]+)+)
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130515/0be74b9a/attachment.html>


More information about the macports-changes mailing list