diff options
author | alperak <alperyasinak1@gmail.com> | 2024-03-05 18:51:45 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-05 11:02:05 -0800 |
commit | f4eefe2a818c9184b46d450b1d6f474a4bfc18ea (patch) | |
tree | 8b90ed016f03d1ac91fd2d98fe78eb17c9cf5876 /meta-python | |
parent | e317b01690b9f5c1a98e9c8a70097d0db6f0cb09 (diff) | |
download | meta-openembedded-f4eefe2a818c9184b46d450b1d6f474a4bfc18ea.tar.gz |
python3-types-python-dateutil: add recipe
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-types-python-dateutil_2.8.19.20240106.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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 0000000000..2075d96b4d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.8.19.20240106.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Typing stubs for python-dateutil" | ||
2 | HOMEPAGE = "https://github.com/python/typeshed" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e" | ||
5 | |||
6 | SRC_URI[sha256sum] = "1f8db221c3b98e6ca02ea83a58371b22c374f42ae5bbdf186db9c9a76581459f" | ||
7 | |||
8 | inherit pypi setuptools3 | ||