svn commit: r545462 - head/math/py-seriate

Danilo G. Baio dbaio at FreeBSD.org
Wed Aug 19 22:07:12 UTC 2020


Author: dbaio
Date: Wed Aug 19 22:07:11 2020
New Revision: 545462
URL: https://svnweb.freebsd.org/changeset/ports/545462

Log:
  math/py-seriate: Add missing Python version requirement
  
  Requires Python 3.5+
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/math/py-seriate/Makefile

Modified: head/math/py-seriate/Makefile
==============================================================================
--- head/math/py-seriate/Makefile	Wed Aug 19 22:02:34 2020	(r545461)
+++ head/math/py-seriate/Makefile	Wed Aug 19 22:07:11 2020	(r545462)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_GITHUB=	yes
 GH_ACCOUNT=	src-d
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list