mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
python3-hatch-fancy-pypi-readme: add a recipe
This is a new dependency of python3-jsonschema. (From OE-Core rev: 07781f8f3452d6a9db26515d680e40fd121337f9) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b6ec43fead
commit
8d2c351e3e
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Hatch plugin for fancy PyPI readmes "
|
||||
HOMEPAGE = "https://pypi.org/project/hatch-fancy-pypi-readme/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ba5633c60bd3e243091013aa83b4d807"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
PYPI_PACKAGE = "hatch_fancy_pypi_readme"
|
||||
|
||||
SRC_URI[sha256sum] = "dedf2ba0b81a2975abb1deee9310b2eb85d22380fda0d52869e760b5435aa596"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "/hatch-fancy-pypi-readme/(?P<pver>(\d+[\.\-_]*)+)/"
|
||||
Reference in New Issue
Block a user