summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-14 17:09:49 +0800
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:27:54 -0700
commitf41ff6bdd58bfa48663d2f5c68d14935cfc48bfa (patch)
tree078d483526ba3cd02625b50128f2fcbd6b37c688 /meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb
parent5d96fd323f36ec2e05b4a9c85163df3a140cc19c (diff)
downloadmeta-openembedded-f41ff6bdd58bfa48663d2f5c68d14935cfc48bfa.tar.gz
python3-asyncinotify: upgrade 4.0.6 -> 4.0.9
Changelog: =========== - switch theme to furo from alabaster - add .readthedocs.yaml - bump version and change repo url Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb
deleted file mode 100644
index 34f7187d46..0000000000
--- a/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features"
2HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify"
3LICENSE = "MPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640"
5
6SRC_URI[sha256sum] = "c03fdb1a7dbb6bed8ede763e4e0ac224a2a3157bdc51e4ba3832588a3c29904d"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += " \
11 python3-asyncio \
12 python3-core \
13 python3-ctypes \
14 python3-io \
15"