[104656] trunk/dports/python/py-py/Portfile

stromnov at macports.org stromnov at macports.org
Sat Mar 30 15:04:06 PDT 2013


Revision: 104656
          https://trac.macports.org/changeset/104656
Author:   stromnov at macports.org
Date:     2013-03-30 15:04:06 -0700 (Sat, 30 Mar 2013)
Log Message:
-----------
py-py: update to version 1.4.13

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

Modified: trunk/dports/python/py-py/Portfile
===================================================================
--- trunk/dports/python/py-py/Portfile	2013-03-30 22:00:07 UTC (rev 104655)
+++ trunk/dports/python/py-py/Portfile	2013-03-30 22:04:06 UTC (rev 104656)
@@ -5,13 +5,15 @@
 PortGroup           python 1.0
 
 name                py-py
-version             1.1.1
+version             1.4.13
 revision            0
 categories-append   devel
 platforms           darwin
 license             MIT
 supported_archs     noarch
 
+python.versions     25 26 27 32 33
+
 maintainers         akitada openmaintainer
 
 description         py lib is a Python development support library
@@ -20,19 +22,18 @@
                     featuring ad-hoc distributed execution, micro-threads \
                     and svn abstractions.
 
-homepage            http://pylib.org/
+homepage            http://pylib.readthedocs.org/
 master_sites        http://pypi.python.org/packages/source/p/py/
 
-checksums           md5 4d0b5eaf9af09b7682fb07d4c5a2fd45 \
-                    sha1 36ca24b4424ce9ba47e3a8af0b29512eb156b116 \
-                    rmd160 c48c67421545b2181eaff75e8d05cbcebf4ead1c
+checksums           rmd160  da36e54390785f24e9600661fd0ed58e2eeabb1b \
+                    sha256  ec1dc7fe04066e7ab93e1ac457f04bc301778a48bf368bf1796e84f500fda6f1
 
 distname            py-${version}
 
-python.versions     24 25 26 27
+if {$subport != $name} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_run-append      port:py${python.version}-pytest
 
-if {$subport != $name} {
-    depends_build       port:py${python.version}-distribute
     livecheck.type      none
 } else {
     livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130330/373e4c8a/attachment-0001.html>


More information about the macports-changes mailing list