git: 6092ec81d76b - main - devel/py-openstacksdk: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 19:28:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6092ec81d76b1cd9579dbba1c16b294c782b360f commit 6092ec81d76b1cd9579dbba1c16b294c782b360f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 19:24:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 19:24:41 +0000 devel/py-openstacksdk: Update USES=python devel/py-keystoneauth1 requires Python 3.8+ --- devel/py-openstacksdk/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/devel/py-openstacksdk/Makefile b/devel/py-openstacksdk/Makefile index 5591e3d5cf42..e24e0b16fed4 100644 --- a/devel/py-openstacksdk/Makefile +++ b/devel/py-openstacksdk/Makefile @@ -26,17 +26,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requestsexceptions>=1.2.0:devel/py-requestsexceptions@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python:3.8+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes SHEBANG_GLOB= *.sh -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.7.0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>