diff mbox series

[meta-python,3/5] python3-types-psutil: add 5.9.5.16

Message ID 20230810153953.17293-3-jsbronder@cold-front.org
State Under Review
Headers show
Series [meta-python,1/5] python3-mypy-extensions: upgrade 0.4.3 -> 1.0.0 | expand

Commit Message

Justin Bronder Aug. 10, 2023, 3:39 p.m. UTC
Dependency of python3-mypy.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
---
 .../python/python3-types-psutil_5.9.5.16.bb            | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.16.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.16.bb b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.16.bb
new file mode 100644
index 000000000..02245be62
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.16.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "Typing stubs for psutil"
+HOMEPAGE = "https://github.com/python/typeshed"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "4e9b219efb625d3d04f6bf106934f87cab49aa41a94b0a3b3089403f47a79228"
+
+BBCLASSEXTEND = "native"