From a5edc0ed85539895c94bcda184ebe0d17dc6f43f Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 22 Jul 2022 10:08:54 +0800 Subject: python3-pyfanotify: upgrade 0.1.3 -> 0.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pyfanotify_0.1.3.bb | 18 ------------------ .../python/python3-pyfanotify_0.2.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb b/meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb deleted file mode 100644 index a7c8f958ec..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Python wrapper for Linux fanotify." -HOMEPAGE = "https://github.com/baskiton/pyfanotify" -AUTHOR = "Alexander Baskikh" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37" - -SRC_URI += "file://0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch" -SRC_URI[sha256sum] = "0efa73922fd705b4e8f8f0b51cb88198ceef66cc309e1de21674ef44c879029d" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-crypt \ - python3-datetime \ - python3-logging \ - python3-multiprocessing \ -" diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb new file mode 100644 index 0000000000..d887901443 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Python wrapper for Linux fanotify." +HOMEPAGE = "https://github.com/baskiton/pyfanotify" +AUTHOR = "Alexander Baskikh" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37" + +SRC_URI += "file://0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch" +SRC_URI[sha256sum] = "1ec1c61fba9dea96cf8eac7f1a0cca2517613da20d156b7da2a06f9d63c77aca" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-crypt \ + python3-datetime \ + python3-logging \ + python3-multiprocessing \ +" -- cgit v1.2.3-54-g00ecf