git: 5276af733e34 - main - devel/py-types-python-dateutil: New port: Typing stubs for python-dateutil
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Jun 2023 20:47:26 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5276af733e349243082abec23591fd0b55da3176
commit 5276af733e349243082abec23591fd0b55da3176
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-16 16:39:49 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-16 20:47:22 +0000
devel/py-types-python-dateutil: New port: Typing stubs for python-dateutil
---
devel/Makefile | 1 +
devel/py-types-python-dateutil/Makefile | 18 ++++++++++++++++++
devel/py-types-python-dateutil/distinfo | 3 +++
devel/py-types-python-dateutil/pkg-descr | 3 +++
4 files changed, 25 insertions(+)
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.