Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 06:01:42 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538076 - head/devel/py-ujson
Message-ID:  <202006060601.05661gB8022946@repo.freebsd.org>

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



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