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>
This commit is contained in:
Daniela Plascencia 2016-12-01 13:24:49 +00:00 committed by Martin Jansa
parent f5a5a84d5c
commit 8ea8fff79c

View File

@ -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