Signed-off-by: Armin Kuster <[email protected]> --- .../recipes-devtools/python/python3-huey_2.2.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb b/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb new file mode 100644 index 0000000000..cac6be9547 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb @@ -0,0 +1,10 @@ +SUMMARY = "a little task queue for python" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" + +PYPI_PACKAGE = "huey" +SRC_URI[sha256sum] = "15cef4225f7ae200fbecf89a0fed13e389fd751d6c8e1d3b26562b7df953de0e" + +inherit pypi setuptools3 + -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85194): https://lists.openembedded.org/g/openembedded-devel/message/85194 Mute This Topic: https://lists.openembedded.org/mt/74960894/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
