blob: 4ba9479232fc5f70e580b584e6931b373ce55809 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "A fast and thorough lazy object proxy"
2HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
Brad Bishop2d39a062019-10-28 08:33:36 -04003LICENSE = "BSD-2-Clause"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05004SECTION = "devel/python"
Brad Bishop868407c2019-11-04 13:24:47 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006
Brad Bishop868407c2019-11-04 13:24:47 -05007DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
8
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05009SRC_URI[md5sum] = "c168cec73acdec25a49f6f467f5b1eaa"
10SRC_URI[sha256sum] = "9723364577b79ad9958a68851fe2acb94da6fd25170c595516a8289e6a129043"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011
Andrew Geisslerc87764f2020-06-27 00:16:32 -050012inherit pypi setuptools3