git: 4e879b76e938 - main - devel/py-cons: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:23:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e879b76e938e71581c31e19d1bff3c55e34bb12 commit 4e879b76e938e71581c31e19d1bff3c55e34bb12 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:08:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:08:27 +0000 devel/py-cons: Clean up USES=python Approved by: portmgr (blanket) With hat: python --- devel/py-cons/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-cons/Makefile b/devel/py-cons/Makefile index d7a5c8d46c79..9b2bbce9b64a 100644 --- a/devel/py-cons/Makefile +++ b/devel/py-cons/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}versioneer>=0:devel/py-versioneer@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}logical-unification>=0.4.0:math/py-logical-unification@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail intermittently, see https://github.com/pythological/python-cons/issues/15 USE_GITHUB= yes