git: c570222ea515 - main - devel/py-miniKanren: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:23:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c570222ea51591010fdce4960e5a787ca5ec2655 commit c570222ea51591010fdce4960e5a787ca5ec2655 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:08:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:08:28 +0000 devel/py-miniKanren: Clean up USES=python Approved by: portmgr (blanket) With hat: python --- devel/py-miniKanren/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-miniKanren/Makefile b/devel/py-miniKanren/Makefile index 5a0ded420840..a056ace4fbd6 100644 --- a/devel/py-miniKanren/Makefile +++ b/devel/py-miniKanren/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cons>=0.4.0:devel/py-cons@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail due to etuples problems USE_GITHUB= yes