From c6b063b1061580d02569c36ea66c81475869a4ac Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 18 Jun 2020 08:28:02 -0700 Subject: python3-huey: Add package Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/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 (limited to 'meta-python/recipes-devtools/python') 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 + -- cgit v1.2.3-54-g00ecf