svn commit: r541135 - head/devel/py-srsly
Jason W. Bacon
jwb at FreeBSD.org
Fri Jul 3 21:15:30 UTC 2020
Author: jwb
Date: Fri Jul 3 21:15:29 2020
New Revision: 541135
URL: https://svnweb.freebsd.org/changeset/ports/541135
Log:
devel/py-srsly: Add missing python version requirement
Requires python 3.6+
Reported by: pkg-fallout
Modified:
head/devel/py-srsly/Makefile
Modified: head/devel/py-srsly/Makefile
==============================================================================
--- head/devel/py-srsly/Makefile Fri Jul 3 20:59:38 2020 (r541134)
+++ head/devel/py-srsly/Makefile Fri Jul 3 21:15:29 2020 (r541135)
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= autoplist cython distutils
post-install:
More information about the svn-ports-head
mailing list