From 8ea8fff79c91c985884859eca49769379e06c313 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Thu, 1 Dec 2016 13:24:49 +0000 Subject: python-lazy-object-proxy: add new recipe The recipe defines the lazy-object-proxy python module: a fast and thorough lazy object proxy. Signed-off-by: Daniela Plascencia Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb b/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb new file mode 100644 index 0000000000..ded9cfafae --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb @@ -0,0 +1,10 @@ +SUMMARY = "A fast and thorough lazy object proxy" +HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/" +LICENSE = "BSD" +SECTION = "devel/python" +LIC_FILES_CHKSUM = "file://LICENSE;md5=96b1673d10167cb31b78e64f561c3286" + +SRC_URI[md5sum] = "841b5592bc12c6ef7e48ed1d7a5f9066" +SRC_URI[sha256sum] = "ddd4cf1c74279c349cb7b9c54a2efa5105854f57de5f2d35829ee93631564268" + +inherit setuptools pypi -- cgit 1.2.3-korg