blob: 60eb2a62bead560c44cb438eaa9dfd2979acba85 [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
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07007DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-pip-native"
Brad Bishop868407c2019-11-04 13:24:47 -05008
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