git: 755486b7da8a - main - devel/py-cons: Add comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Jun 2023 04:01:14 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=755486b7da8a3bf3772f95bce02da589227da510 commit 755486b7da8a3bf3772f95bce02da589227da510 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-21 22:21:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-22 04:01:10 +0000 devel/py-cons: Add comment --- 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 47e33ef362fc..1d4a7f6fa1ae 100644 --- a/devel/py-cons/Makefile +++ b/devel/py-cons/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}versioneer>=0:devel/py-versioneer@${PY_FLA RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}logical-unification>=0.4.0:math/py-logical-unification@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= distutils autoplist pytest +USE_PYTHON= distutils autoplist pytest # tests fail intermittently, see https://github.com/pythological/python-cons/issues/15 USE_GITHUB= yes GH_ACCOUNT= pythological