summaryrefslogtreecommitdiff
path: root/devel/py-typing-inspection/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-typing-inspection/Makefile')
-rw-r--r--devel/py-typing-inspection/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-typing-inspection/Makefile b/devel/py-typing-inspection/Makefile
index 4de88cf33cc6..f7787239459e 100644
--- a/devel/py-typing-inspection/Makefile
+++ b/devel/py-typing-inspection/Makefile
@@ -1,5 +1,5 @@
PORTNAME= typing-inspection
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,10 @@ WWW= https://typing-inspection.pydantic.dev/latest/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.0:devel/py-typing-extensions@${PY_FLAVOR}
-USES= python:3.9+
+USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes