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 - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0:devel/py-backports.zoneinfo@${PY_FLAVOR} -.endif - -.include +.include