svn commit: r547034 - head/misc/py-orange3-timeseries
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 30 07:17:47 UTC 2020
Author: sunpoet
Date: Sun Aug 30 07:17:44 2020
New Revision: 547034
URL: https://svnweb.freebsd.org/changeset/ports/547034
Log:
Update USES=python
math/py-statsmodels 0.12.0+ requires Python 3.6+
Modified:
head/misc/py-orange3-timeseries/Makefile
Modified: head/misc/py-orange3-timeseries/Makefile
==============================================================================
--- head/misc/py-orange3-timeseries/Makefile Sun Aug 30 07:17:39 2020 (r547033)
+++ head/misc/py-orange3-timeseries/Makefile Sun Aug 30 07:17:44 2020 (r547034)
@@ -19,7 +19,7 @@ RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}scipy>=0.17:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}statsmodels>=0.6.1:math/py-statsmodels@${PY_FLAVOR}
-USES= python:3.4+
+USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= biolab
USE_PYTHON= distutils autoplist
More information about the svn-ports-all
mailing list