aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-06-16 16:39:49 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-06-16 20:47:22 +0000
commit5276af733e349243082abec23591fd0b55da3176 (patch)
tree8d8375c8ce017674b5c4c8eab1c5dbefbd89d09b
parenteab89e762af2a37a167247aa54ad0024f94bc238 (diff)
devel/py-types-python-dateutil: New port: Typing stubs for python-dateutil
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-types-python-dateutil/Makefile18
-rw-r--r--devel/py-types-python-dateutil/distinfo3
-rw-r--r--devel/py-types-python-dateutil/pkg-descr3
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9477b1e9c064..a4827cd8881d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5654,6 +5654,7 @@
SUBDIR += py-types-protobuf
SUBDIR += py-types-psutil
SUBDIR += py-types-psycopg2
+ SUBDIR += py-types-python-dateutil
SUBDIR += py-types-requests
SUBDIR += py-types-retry
SUBDIR += py-types-setuptools
diff --git a/devel/py-types-python-dateutil/Makefile b/devel/py-types-python-dateutil/Makefile
new file mode 100644
index 000000000000..9162ba530d4a
--- /dev/null
+++ b/devel/py-types-python-dateutil/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= types-python-dateutil
+DISTVERSION= 2.8.19.13
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Typing stubs for python-dateutil
+WWW= https://github.com/python/typeshed
+
+LICENSE= APACHE20
+
+USES= python:3.6+
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-python-dateutil/distinfo b/devel/py-types-python-dateutil/distinfo
new file mode 100644
index 000000000000..db4414beb593
--- /dev/null
+++ b/devel/py-types-python-dateutil/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1686933367
+SHA256 (types-python-dateutil-2.8.19.13.tar.gz) = 09a0275f95ee31ce68196710ed2c3d1b9dc42e0b61cc43acc369a42cb939134f
+SIZE (types-python-dateutil-2.8.19.13.tar.gz) = 8376
diff --git a/devel/py-types-python-dateutil/pkg-descr b/devel/py-types-python-dateutil/pkg-descr
new file mode 100644
index 000000000000..18f0de9d9416
--- /dev/null
+++ b/devel/py-types-python-dateutil/pkg-descr
@@ -0,0 +1,3 @@
+This is a PEP 561 type stub package for the python-dateutil package.
+It can be used by type-checking tools like mypy, pyright, pytype,
+PyCharm, etc. to check code that uses python-dateutil.