summaryrefslogtreecommitdiff
path: root/devel/py-typing-inspection
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-typing-inspection')
-rw-r--r--devel/py-typing-inspection/Makefile6
-rw-r--r--devel/py-typing-inspection/distinfo6
-rw-r--r--devel/py-typing-inspection/files/patch-pyproject.toml12
3 files changed, 18 insertions, 6 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
diff --git a/devel/py-typing-inspection/distinfo b/devel/py-typing-inspection/distinfo
index 532e651b2fbd..16eb47be24b4 100644
--- a/devel/py-typing-inspection/distinfo
+++ b/devel/py-typing-inspection/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1740836004
-SHA256 (typing_inspection-0.4.0.tar.gz) = 9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122
-SIZE (typing_inspection-0.4.0.tar.gz) = 76222
+TIMESTAMP = 1748495815
+SHA256 (typing_inspection-0.4.1.tar.gz) = 6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28
+SIZE (typing_inspection-0.4.1.tar.gz) = 75726
diff --git a/devel/py-typing-inspection/files/patch-pyproject.toml b/devel/py-typing-inspection/files/patch-pyproject.toml
new file mode 100644
index 000000000000..bd83d6d5483f
--- /dev/null
+++ b/devel/py-typing-inspection/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
++++ pyproject.toml
+@@ -5,8 +5,7 @@ version = '0.4.1'
+ [project]
+ name = 'typing-inspection'
+ version = '0.4.1'
+-license = "MIT"
+-license-files = ['LICENSE']
++license = { text = "MIT" }
+ description = 'Runtime typing introspection tools'
+ authors = [
+ {name = 'Victorien Plot', email = 'contact@vctrn.dev'},