svn commit: r560968 - head/security/py-python-pkcs11

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:22:36 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:22:30 2021
New Revision: 560968
URL: https://svnweb.freebsd.org/changeset/ports/560968

Log:
  Remove PYTHON_REL check

Modified:
  head/security/py-python-pkcs11/Makefile

Modified: head/security/py-python-pkcs11/Makefile
==============================================================================
--- head/security/py-python-pkcs11/Makefile	Sun Jan 10 08:22:26 2021	(r560967)
+++ head/security/py-python-pkcs11/Makefile	Sun Jan 10 08:22:30 2021	(r560968)
@@ -16,13 +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:3.4+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent cython distutils
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3600
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}aenum>=0:devel/py-aenum@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list