From dd4d4f35156d475404ab3a6a8412449f962baf43 Mon Sep 17 00:00:00 2001 From: Shlomi Vaknin Date: Thu, 6 Aug 2020 10:45:18 -0700 Subject: python3-pickleshare: add recipe Signed-off-by: Shlomi Vaknin Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pickleshare_0.7.5.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb diff --git a/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb b/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb new file mode 100644 index 0000000000..9d67e4f338 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb @@ -0,0 +1,12 @@ +SUMMARY = "Tiny 'shelve'-like database with concurrency support" +HOMEPAGE = "https://github.com/pickleshare/pickleshare" +AUTHOR = "Ville Vainio " +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=905c08218089ffebea3a64c82fc4d7d0" + +PYPI_PACKAGE = "pickleshare" + +SRC_URI[md5sum] = "44ab782615894a812ab96669a122a634" +SRC_URI[sha256sum] = "87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf