mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

Added ========= Added start-at in addition to start-after that preserves the string that is looked for. This often removes the need for adding markers because you can define the starting point using a heading that becomes part of the fragment. (From OE-Core rev: ce2aa0bf0177533c4e168a942b7d0560e137f4c1) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
480 B
BlitzBasic
15 lines
480 B
BlitzBasic
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] = "da91282ca09601c18aded8e378daf8b578c70214866f0971156ee9bb9ce6c26a"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
UPSTREAM_CHECK_REGEX = "/hatch-fancy-pypi-readme/(?P<pver>(\d+[\.\-_]*)+)/"
|