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

stromnov at macports.org stromnov at macports.org
Wed Jan 15 06:14:00 PST 2014


Revision: 115957
          https://trac.macports.org/changeset/115957
Author:   stromnov at macports.org
Date:     2014-01-15 06:14:00 -0800 (Wed, 15 Jan 2014)
Log Message:
-----------
py-rpy2: update to version 2.3.8

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

Modified: trunk/dports/python/py-rpy2/Portfile
===================================================================
--- trunk/dports/python/py-rpy2/Portfile	2014-01-15 14:05:19 UTC (rev 115956)
+++ trunk/dports/python/py-rpy2/Portfile	2014-01-15 14:14:00 UTC (rev 115957)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-rpy2
-version             2.2.1
+version             2.3.8
 revision            0
 categories-append   science
 platforms           darwin
 license             {MPL-1.1 LGPL-2.1+}
 
-python.versions     25 26 27
+python.versions     25 26 27 33
 
 maintainers         stromnov openmaintainer
 
@@ -26,9 +26,17 @@
 
 distname            rpy2-${version}
 
-checksums           sha1    ff22f43c25fa299343bc6c6c8cbb3cb43212dfa0 \
-                    rmd160  f83207190e40cb9c1f56f3727ef8b26319a55598
+checksums           rmd160  e4337f4f3dcf8b3850a4977e0daad72202abd046 \
+                    sha256  20789ad6d251159f2aaaa863d5d72eebcfb338fc8dc07b8cca91230ab90dab2a
 
+if {${name} ne ${subport} && [lsearch {25 26} ${python.version}] != -1} {
+    version             2.2.1
+    revision            0
+    distname            rpy2-${version}
+    checksums           sha1    ff22f43c25fa299343bc6c6c8cbb3cb43212dfa0 \
+                        rmd160  f83207190e40cb9c1f56f3727ef8b26319a55598
+}
+
 if {${name} ne ${subport}} {
     # To continue using your custom R installation instead of MacPorts' R,
     # you have to remove this dependency line and make sure that your R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140115/8908edc6/attachment.html>


More information about the macports-changes mailing list