Modified: trunk/dports/python/py-rpy2/Portfile (139988 => 139989)
--- trunk/dports/python/py-rpy2/Portfile 2015-09-05 06:55:52 UTC (rev 139988)
+++ trunk/dports/python/py-rpy2/Portfile 2015-09-05 07:33:33 UTC (rev 139989)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-rpy2
-version 2.6.2
+version 2.6.3
revision 0
categories-append science
platforms darwin
@@ -23,12 +23,12 @@
structures and functions.
homepage http://rpy.sourceforge.net/rpy2.html
-master_sites https://pypi.python.org/packages/source/r/rpy2/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname rpy2-${version}
+distname ${python.rootname}-${version}
-checksums rmd160 a8e70033421a5e039296c1f51e7032da39b794e8 \
- sha256 2e28886b2a6a138cfc057f9b7cddade253e61c9abb43f0eae20dace58b6dfced
+checksums rmd160 1aeaafa327ba77eed0931416113fdb18a7d0e628 \
+ sha256 1ee765312de9a924423e9a7448908304a5bd8a1fc50096e7d1686d4c0ddb31de
if {${name} ne ${subport}} {
# To continue using your custom R installation instead of MacPorts' R,
@@ -38,7 +38,5 @@
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/rpy2/json
- livecheck.regex {rpy2-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}