summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb
blob: 8eb55c4604ff091b892e76d97fb354512e2b2e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Tiny 'shelve'-like database with concurrency support"
HOMEPAGE = "https://github.com/pickleshare/pickleshare"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=905c08218089ffebea3a64c82fc4d7d0"

PYPI_PACKAGE = "pickleshare"

SRC_URI[sha256sum] = "87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"

inherit setuptools3 pypi

RDEPENDS:${PN} += "python3-pickle"