svn commit: r538076 - head/devel/py-ujson

Xin LI delphij at FreeBSD.org
Sat Jun 6 06:01:42 UTC 2020


Author: delphij
Date: Sat Jun  6 06:01:42 2020
New Revision: 538076
URL: https://svnweb.freebsd.org/changeset/ports/538076

Log:
  Make port build only for Python 3.x.

Modified:
  head/devel/py-ujson/Makefile

Modified: head/devel/py-ujson/Makefile
==============================================================================
--- head/devel/py-ujson/Makefile	Sat Jun  6 05:44:12 2020	(r538075)
+++ head/devel/py-ujson/Makefile	Sat Jun  6 06:01:42 2020	(r538076)
@@ -18,7 +18,7 @@ LICENSE_PERMS_TclTk=	dist-mirror dist-sell pkg-mirror 
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list