Revision: 120628 https://trac.macports.org/changeset/120628 Author: mmoll@macports.org Date: 2014-06-03 13:27:26 -0700 (Tue, 03 Jun 2014) Log Message: ----------- py-statsmodels, py-patsy: add py34 subport Modified Paths: -------------- trunk/dports/python/py-patsy/Portfile trunk/dports/python/py-statsmodels/Portfile Modified: trunk/dports/python/py-patsy/Portfile =================================================================== --- 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 =================================================================== --- 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 }
participants (1)
-
mmoll@macports.org