diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb | 10 |
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 0000000000..ded9cfafae --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "A fast and thorough lazy object proxy" | ||
2 | HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/" | ||
3 | LICENSE = "BSD" | ||
4 | SECTION = "devel/python" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96b1673d10167cb31b78e64f561c3286" | ||
6 | |||
7 | SRC_URI[md5sum] = "841b5592bc12c6ef7e48ed1d7a5f9066" | ||
8 | SRC_URI[sha256sum] = "ddd4cf1c74279c349cb7b9c54a2efa5105854f57de5f2d35829ee93631564268" | ||
9 | |||
10 | inherit setuptools pypi | ||