git: de4b84df9b39 - main - devel/py-stack-data: Use USE_PYTHON=cython_test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Aug 2025 18:18:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=de4b84df9b391d3962535712645adc9689f19d02
commit de4b84df9b391d3962535712645adc9689f19d02
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 17:58:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-12 18:15:44 +0000
devel/py-stack-data: Use USE_PYTHON=cython_test
---
devel/py-stack-data/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/devel/py-stack-data/Makefile b/devel/py-stack-data/Makefile
index 56522fc68c44..6284f1935c74 100644
--- a/devel/py-stack-data/Makefile
+++ b/devel/py-stack-data/Makefile
@@ -22,11 +22,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asttokens>=2.1.0:devel/py-asttokens@${PY_FLA
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}littleutils>=0:devel/py-littleutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}typeguard>=0:devel/py-typeguard@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cython>=0:lang/cython@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}typeguard>=0:devel/py-typeguard@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent pep517 pytest
+USE_PYTHON= autoplist concurrent cython_test pep517 pytest
NO_ARCH= yes