git: 56843221e043 - main - graphics/py-imageio: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=56843221e043aea9ab8db1eb62d01c373c659ee0 commit 56843221e043aea9ab8db1eb62d01c373c659ee0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:03:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:15 +0000 graphics/py-imageio: Update USES=python math/py-numpy requires Python 3.7+ --- graphics/py-imageio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index 6adeda61e0d7..e1484de3204d 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes