[140270] trunk/dports/python/py-rpy2/Portfile

stromnov at macports.org stromnov at macports.org
Tue Sep 15 13:46:11 PDT 2015


Revision: 140270
          https://trac.macports.org/changeset/140270
Author:   stromnov at macports.org
Date:     2015-09-15 13:46:10 -0700 (Tue, 15 Sep 2015)
Log Message:
-----------
py-rpy2: update to version 2.7.0

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

Modified: trunk/dports/python/py-rpy2/Portfile
===================================================================
--- trunk/dports/python/py-rpy2/Portfile	2015-09-15 20:43:49 UTC (rev 140269)
+++ trunk/dports/python/py-rpy2/Portfile	2015-09-15 20:46:10 UTC (rev 140270)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-rpy2
-version             2.6.3
+version             2.7.0
 revision            0
 categories-append   science
 platforms           darwin
@@ -27,8 +27,8 @@
 
 distname            ${python.rootname}-${version}
 
-checksums           rmd160  1aeaafa327ba77eed0931416113fdb18a7d0e628 \
-                    sha256  1ee765312de9a924423e9a7448908304a5bd8a1fc50096e7d1686d4c0ddb31de
+checksums           rmd160  7f8b605db0c726f290413fe6b59124716670f6a8 \
+                    sha256  29e53198d44eebd2d07528376f3f7eda2debae51390d46e10f1351b3cde37221
 
 if {${name} ne ${subport}} {
     # To continue using your custom R installation instead of MacPorts' R,
@@ -36,6 +36,10 @@
     # is in MacPorts' binpath, see your macports.conf for details.
     depends_lib-append  port:R
 
+    if {${python.version} < 34} {
+        depends_lib-append  port:py${python.version}-singledispatch
+    }
+
     livecheck.type      none
 } else {
     livecheck.type      pypi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150915/eddce802/attachment.html>


More information about the macports-changes mailing list