aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pyhamcrest_1.9.0.bb
blob: 4d47222d3cdd78e29104b74cc6a0ad655a6c4a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Hamcrest framework for matcher objects"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6df1318c6071dd1707f5e3b6c11f24f"

PYPI_PACKAGE = "PyHamcrest"

SRC_URI[md5sum] = "8b833a3fa30197455df79424f30c8c3f"
SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd"

inherit pypi setuptools

PNBLACKLIST[python-pyhamcrest] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"