From a32e35c4916b7dbc3282d0a006273f1487f6ebee Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 29 Nov 2019 10:56:31 +0800 Subject: python-dogpile.core: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-dogpile.core.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-dogpile.core.inc (limited to 'meta-openstack/recipes-devtools/python/python-dogpile.core.inc') diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.core.inc b/meta-openstack/recipes-devtools/python/python-dogpile.core.inc new file mode 100644 index 0000000..9824321 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-dogpile.core.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "Python Dogpile Core: Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage." +HOMEPAGE = "https://pypi.python.org/pypi/dogpile.core" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433" + +SRC_URI[md5sum] = "01cb19f52bba3e95c9b560f39341f045" +SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76" + +inherit pypi + + -- cgit v1.2.3-54-g00ecf