mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
13 lines
397 B
BlitzBasic
13 lines
397 B
BlitzBasic
SUMMARY = "Hamcrest framework for matcher objects"
|
|
HOMEPAGE = "https://github.com/hamcrest/PyHamcrest"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=79391bf1501c898472d043f36e960612"
|
|
|
|
PYPI_PACKAGE = "PyHamcrest"
|
|
|
|
SRC_URI[sha256sum] = "dfb19cf6d71743e086fbb761ed7faea5aacbc8ec10c17a08b93ecde39192a3db"
|
|
|
|
inherit pypi setuptools_build_meta
|
|
|
|
RDEPENDS:${PN} += "${PYTHON_PN}-six"
|