summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDaniela Plascencia <daniela.plascencia@linux.intel.com>2016-12-01 13:24:49 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-09 12:02:18 +0100
commit8ea8fff79c91c985884859eca49769379e06c313 (patch)
tree753d36307a2c2e3451166ee24fe6d74a8eeca05b /meta-python
parentf5a5a84d5c551a3b1daa2c8092279fbed9abe54f (diff)
downloadmeta-openembedded-8ea8fff79c91c985884859eca49769379e06c313.tar.gz
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 <daniela.plascencia@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb10
1 files changed, 10 insertions, 0 deletions
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 000000000..ded9cfafa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb
@@ -0,0 +1,10 @@
1SUMMARY = "A fast and thorough lazy object proxy"
2HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
3LICENSE = "BSD"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=96b1673d10167cb31b78e64f561c3286"
6
7SRC_URI[md5sum] = "841b5592bc12c6ef7e48ed1d7a5f9066"
8SRC_URI[sha256sum] = "ddd4cf1c74279c349cb7b9c54a2efa5105854f57de5f2d35829ee93631564268"
9
10inherit setuptools pypi