Modified: trunk/dports/python/py-patsy/Portfile (120627 => 120628)
--- trunk/dports/python/py-patsy/Portfile 2014-06-03 19:01:31 UTC (rev 120627)
+++ trunk/dports/python/py-patsy/Portfile 2014-06-03 20:27:26 UTC (rev 120628)
@@ -11,7 +11,7 @@
platforms darwin
license BSD
-python.versions 26 27 32 33
+python.versions 26 27 32 33 34
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-statsmodels/Portfile (120627 => 120628)
--- trunk/dports/python/py-statsmodels/Portfile 2014-06-03 19:01:31 UTC (rev 120627)
+++ trunk/dports/python/py-statsmodels/Portfile 2014-06-03 20:27:26 UTC (rev 120628)
@@ -11,7 +11,7 @@
platforms darwin
license BSD
-python.versions 26 27 32 33
+python.versions 26 27 32 33 34
maintainers stromnov openmaintainer
@@ -39,6 +39,9 @@
port:py${python.version}-pandas \
port:py${python.version}-patsy
+ # See https://github.com/statsmodels/statsmodels/issues/1513;
+ # can possibly be removed in next release.
+ build.target clean build
post-patch {
reinplace "s|\'cython\'|\'cython-${python.branch}\'|g" ${worksrcpath}/setup.py
}