diff options
author | Shlomi Vaknin <shlomi.39sd@gmail.com> | 2020-08-06 10:45:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-10 10:57:57 -0700 |
commit | dd4d4f35156d475404ab3a6a8412449f962baf43 (patch) | |
tree | 30102bedf8dccac57d3543a3e9e0d26dc88811df | |
parent | 4062cec6f2936123250c644a96e56372f6e3cbe2 (diff) | |
download | meta-openembedded-dd4d4f35156d475404ab3a6a8412449f962baf43.tar.gz |
python3-pickleshare: add recipe
Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com>
Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Tiny 'shelve'-like database with concurrency support" | ||
2 | HOMEPAGE = "https://github.com/pickleshare/pickleshare" | ||
3 | AUTHOR = "Ville Vainio <vivainio@gmail.com>" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=905c08218089ffebea3a64c82fc4d7d0" | ||
6 | |||
7 | PYPI_PACKAGE = "pickleshare" | ||
8 | |||
9 | SRC_URI[md5sum] = "44ab782615894a812ab96669a122a634" | ||
10 | SRC_URI[sha256sum] = "87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca" | ||
11 | |||
12 | inherit setuptools3 pypi | ||