git: be5e68f6dbaa - main - astro/py-astral: Use USES=python:3.9+ after Python 3.8 expiration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Feb 2025 08:15:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=be5e68f6dbaa3b373c7abf385578bdb1464ebb72 commit be5e68f6dbaa3b373c7abf385578bdb1464ebb72 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-20 05:30:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-20 07:26:56 +0000 astro/py-astral: Use USES=python:3.9+ after Python 3.8 expiration --- astro/py-astral/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/astro/py-astral/Makefile b/astro/py-astral/Makefile index 4f008ae7bfbc..cf80f7a7d6c5 100644 --- a/astro/py-astral/Makefile +++ b/astro/py-astral/Makefile @@ -1,5 +1,5 @@ PORTNAME= astral -DISTVERSION= 3.2 +PORTVERSION= 3.2 PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= PYPI @@ -15,15 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0:devel/py-backports.zoneinfo@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>