Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 07:17:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547034 - head/misc/py-orange3-timeseries
Message-ID:  <202008300717.07U7Hi6G012415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008300717.07U7Hi6G012415>