Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 22:29:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557692 - in head: security/py-python-pkcs11 www/py-pyramid-mako
Message-ID:  <202012102229.0BAMToFc003741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec 10 22:29:49 2020
New Revision: 557692
URL: https://svnweb.freebsd.org/changeset/ports/557692

Log:
  Unbreak bulk -a

Modified:
  head/security/py-python-pkcs11/Makefile
  head/www/py-pyramid-mako/Makefile

Modified: head/security/py-python-pkcs11/Makefile
==============================================================================
--- head/security/py-python-pkcs11/Makefile	Thu Dec 10 22:17:15 2020	(r557691)
+++ head/security/py-python-pkcs11/Makefile	Thu Dec 10 22:29:49 2020	(r557692)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1crypto>=0:devel/py-asn1crypto@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.4+
 USE_PYTHON=	autoplist concurrent cython distutils
 
 .include <bsd.port.pre.mk>

Modified: head/www/py-pyramid-mako/Makefile
==============================================================================
--- head/www/py-pyramid-mako/Makefile	Thu Dec 10 22:17:15 2020	(r557691)
+++ head/www/py-pyramid-mako/Makefile	Thu Dec 10 22:29:49 2020	(r557692)
@@ -23,7 +23,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel
 		${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}WebTest>=1.3.1:www/py-WebTest@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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