[116998] trunk/dports/python/py-rope/Portfile

g5pw at macports.org g5pw at macports.org
Wed Feb 12 00:16:51 PST 2014


Revision: 116998
          https://trac.macports.org/changeset/116998
Author:   g5pw at macports.org
Date:     2014-02-12 00:16:51 -0800 (Wed, 12 Feb 2014)
Log Message:
-----------
python/py-rope:
  add python3 versions, different distfile.

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

Modified: trunk/dports/python/py-rope/Portfile
===================================================================
--- trunk/dports/python/py-rope/Portfile	2014-02-12 08:15:41 UTC (rev 116997)
+++ trunk/dports/python/py-rope/Portfile	2014-02-12 08:16:51 UTC (rev 116998)
@@ -24,10 +24,17 @@
 checksums           rmd160  f73891b3d512f975172419e327adfb99ad10eaea \
                     sha256  2dc0342604851d8fbdafa198172eab5da7ed422759016669056181e21c54a6ba
 
-python.versions     25 26 27
+python.versions     25 26 27 33 34
 
 if {${name} ne ${subport}} {
     livecheck.type      none
+
+    if { ${python.version} >= 30 } {
+        master_sites    https://pypi.python.org/packages/source/r/rope_py3k/
+        distname        rope_py3k-${version}-1
+        checksums       rmd160  72b623aed7b4fbd3677506e214fe3206049e2437 \
+                        sha256  feb95047cdb9d94e59414aefce7668920e35cba6d1e3c4d4390c2888c98207fa
+    }
 } else {
     livecheck.type      regex
     livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140212/8fe8ef5e/attachment.html>


More information about the macports-changes mailing list