aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-03 08:02:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-03 09:02:53 +0000
commite54f3d97601d94158b6f0b3483c57fbd8359e9a3 (patch)
treecbd84855b97b2f59bd9c4a47b46bf0ee66099cdf
parentb8df072b04760ab85b6b3b067a822a30f3af96ea (diff)
devel/py-types-decorator: New port: Typing stubs for decorator
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-types-decorator/Makefile18
-rw-r--r--devel/py-types-decorator/distinfo3
-rw-r--r--devel/py-types-decorator/pkg-descr5
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c58d5536d388..bb7fce00d9be 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5822,6 +5822,7 @@
SUBDIR += py-types-Werkzeug
SUBDIR += py-types-click
SUBDIR += py-types-cryptography
+ SUBDIR += py-types-decorator
SUBDIR += py-types-docutils
SUBDIR += py-types-futures
SUBDIR += py-types-jsonschema
diff --git a/devel/py-types-decorator/Makefile b/devel/py-types-decorator/Makefile
new file mode 100644
index 000000000000..a873ba375b2c
--- /dev/null
+++ b/devel/py-types-decorator/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= types-decorator
+DISTVERSION= 5.1.8.20240310
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Typing stubs for decorator
+WWW= https://github.com/python/typeshed
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-decorator/distinfo b/devel/py-types-decorator/distinfo
new file mode 100644
index 000000000000..5df06dfd9fd3
--- /dev/null
+++ b/devel/py-types-decorator/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1714722935
+SHA256 (types-decorator-5.1.8.20240310.tar.gz) = 52e316b03783886a8a2abdc228f7071680ba65894545cd2085ebe3cf88684a0e
+SIZE (types-decorator-5.1.8.20240310.tar.gz) = 3734
diff --git a/devel/py-types-decorator/pkg-descr b/devel/py-types-decorator/pkg-descr
new file mode 100644
index 000000000000..94a8557e9d63
--- /dev/null
+++ b/devel/py-types-decorator/pkg-descr
@@ -0,0 +1,5 @@
+types-decorator is a collection of library stubs for Python, with static types.
+
+Typeshed contains external type annotations for the Python standard library and
+Python builtins, as well as third party packages as contributed by people
+external to those projects.