astro/py-astral: Use USES=python:3.9+ after Python 3.8 expiration

This commit is contained in:
Po-Chuan Hsieh 2025-02-20 13:30:03 +08:00
parent a0ded4ed66
commit be5e68f6db
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -1,5 +1,5 @@
PORTNAME= astral PORTNAME= astral
DISTVERSION= 3.2 PORTVERSION= 3.2
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= astro python CATEGORIES= astro python
MASTER_SITES= PYPI MASTER_SITES= PYPI
@ -15,15 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
USES= python USES= python:3.9+
USE_PYTHON= autoplist concurrent pep517 USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes NO_ARCH= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.if ${PYTHON_REL} < 30900
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0:devel/py-backports.zoneinfo@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>