blob: 700c70e53fa615cc6d6dbedaef3c5d960dd4eebe [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 Geissler32b11992021-03-31 13:37:05 -05009SRC_URI[sha256sum] = "489000d368377571c6f982fba6497f2aa13c6d1facc40660963da62f5c379726"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
Andrew Geisslerc87764f2020-06-27 00:16:32 -050011inherit pypi setuptools3