diff mbox series

[meta-python,1/2] python3-types-python-dateutil: add recipe

Message ID 20240305155145.593699-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-python,1/2] python3-types-python-dateutil: add recipe | expand

Commit Message

alperak March 5, 2024, 3:51 p.m. UTC
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.

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../python3-types-python-dateutil_2.8.19.20240106.bb      | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-types-python-dateutil_2.8.19.20240106.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.8.19.20240106.bb b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.8.19.20240106.bb
new file mode 100644
index 000000000..2075d96b4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.8.19.20240106.bb
@@ -0,0 +1,8 @@ 
+SUMMARY = "Typing stubs for python-dateutil"
+HOMEPAGE = "https://github.com/python/typeshed"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e"
+
+SRC_URI[sha256sum] = "1f8db221c3b98e6ca02ea83a58371b22c374f42ae5bbdf186db9c9a76581459f"
+
+inherit pypi setuptools3