From be5e68f6dbaa3b373c7abf385578bdb1464ebb72 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 20 Feb 2025 13:30:03 +0800 Subject: [PATCH] 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 - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0:devel/py-backports.zoneinfo@${PY_FLAVOR} -.endif - -.include +.include