Skip to content

Commit

Permalink
astro/py-astral: Use USES=python:3.9+ after Python 3.8 expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 20, 2025
1 parent a0ded4e commit be5e68f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions astro/py-astral/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= astral
DISTVERSION= 3.2
PORTVERSION= 3.2
PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= PYPI
Expand All @@ -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>

0 comments on commit be5e68f

Please sign in to comment.