meta-openembedded/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
Martin Jansa c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00

28 lines
638 B
BlitzBasic

SUMMARY = "A port of Ruby on Rails' inflection to Python."
HOMEPAGE = "https://pypi.org/project/inflection"
LICENSE = "MIT"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2fb6fa1a6f1792d78de19ad1bb653c31"
SRC_URI[md5sum] = "c3287d4f0e3bdf625a52d655cc514403"
SRC_URI[sha256sum] = "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"
inherit pypi setuptools3 ptest
SRC_URI +=" \
file://run-ptest \
"
RDEPENDS:${PN}_ptest +=" \
${PYTHON_PN}_pytest \
"
do_install_ptest() {
cp -f ${S}/test_inflection.py ${D}${PTEST_PATH}/
}
RDEPENDS:${PN} += "${PYTHON_PN}-pytest"
BBCLASSEXTEND = "native nativesdk"