Date: Sun, 10 Jan 2021 08:22:30 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560968 - head/security/py-python-pkcs11 Message-ID: <202101100822.10A8MUKW019345@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100822.10A8MUKW019345>