blob: 60d0e169f239027762a3ef934ab3af436487e4ba [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 Geisslerc87764f2020-06-27 00:16:32 -05009SRC_URI[md5sum] = "ea5c009f1995d86942d024714096624e"
10SRC_URI[sha256sum] = "a0aed261060cd0372abf08d16399b1224dbb5b400312e6b00f2b23eabe1d4e96"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011
Andrew Geisslerc87764f2020-06-27 00:16:32 -050012inherit pypi setuptools3