From e72c7a5fd8477e155c9044435359cb01bbd43aac Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 1 Sep 2020 10:47:00 +0800 Subject: python3-dogpile.cache: upgrade 0.9.0 -> 1.0.2 Consolidate inc and bb files into a single bb file. -License-Update: Copyright year updated to 2020. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python3-dogpile.cache_1.0.2.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb (limited to 'meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb new file mode 100644 index 0000000..82057a6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock" +HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=46e560ef3e93a33b284504845ea6a11d" + +SRC_URI[md5sum] = "a325ec142d690269573a872e24fc1cb6" +SRC_URI[sha256sum] = "64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += "python3-decorator" + + -- cgit v1.2.3-54-g00ecf