git: 893f4c2299a4 - main - math/py-logical-unification: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:23:17 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=893f4c2299a42bfd8e64aeb1ad03e4f8361d77a7
commit 893f4c2299a42bfd8e64aeb1ad03e4f8361d77a7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:38 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:38 +0000
math/py-logical-unification: Clean up USES=python
Approved by: portmgr (blanket)
With hat: python
---
math/py-logical-unification/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/py-logical-unification/Makefile b/math/py-logical-unification/Makefile
index acf64da08928..0cb15bbc912b 100644
--- a/math/py-logical-unification/Makefile
+++ b/math/py-logical-unification/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}versioneer>0:devel/py-versioneer@${PY_FLAV
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toolz>0:devel/py-toolz@${PY_FLAVOR}
-USES= python:3.7+
+USES= python
USE_PYTHON= distutils autoplist pytest
USE_GITHUB= yes