git: 989da7d88c34 - main - science/py-segregation: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 18:12:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=989da7d88c34df248515a047e8c55f0e61d18074 commit 989da7d88c34df248515a047e8c55f0e61d18074 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 18:11:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 18:11:23 +0000 science/py-segregation: Update USES=python graphics/py-pyproj requires Python 3.8+ --- science/py-segregation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-segregation/Makefile b/science/py-segregation/Makefile index 617182d14848..eed4ead68915 100644 --- a/science/py-segregation/Makefile +++ b/science/py-segregation/Makefile @@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecation>=0:devel/py-deprecation@${PY_FLA ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes