Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "Hamcrest framework for matcher objects" |
| 2 | HOMEPAGE = "https://github.com/hamcrest/PyHamcrest" |
| 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=79391bf1501c898472d043f36e960612" |
| 5 | |
| 6 | SRC_URI[sha256sum] = "c6acbec0923d0cb7e72c22af1926f3e7c97b8e8d69fc7498eabacaf7c975bd9c" |
| 7 | |
| 8 | inherit pypi python_setuptools_build_meta |
| 9 | |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 10 | DEPENDS += "python3-hatch-vcs-native" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 11 | |
| 12 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/PyHamcrest/" |
| 13 | UPSTREAM_CHECK_REGEX = "/PyHamcrest/(?P<pver>(\d+[\.\-_]*)+)" |
| 14 | |
| 15 | RDEPENDS:${PN} += " \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 16 | python3-six \ |
| 17 | python3-numbers \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 18 | " |