diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-01 17:03:29 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-02 15:16:36 +0100 |
| commit | db8001891f6d11976b7b617f9094a3a77c0f21e8 (patch) | |
| tree | b9f15e2a5cf0cfd71fac8142a0dcba591626551c /meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb | |
| parent | a093d238023e974e0886bc05a3e85fb953c914f0 (diff) | |
| download | poky-db8001891f6d11976b7b617f9094a3a77c0f21e8.tar.gz | |
python3-hatch-fancy-pypi-readme: upgrade 22.8.0 -> 23.1.0
Changelog:
Add CLI support for hatch.toml.
(From OE-Core rev: 9c1c6442d015e86fc07a154bed1e28ecde659f0e)
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb new file mode 100644 index 0000000000..8f6e996a44 --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Hatch plugin for fancy PyPI readmes " | ||
| 2 | HOMEPAGE = "https://pypi.org/project/hatch-fancy-pypi-readme/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ba5633c60bd3e243091013aa83b4d807" | ||
| 5 | |||
| 6 | inherit pypi python_hatchling | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "hatch_fancy_pypi_readme" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "b1df44063094af1e8248ceacd47a92c9cf313d6b9823bf66af8a927c3960287d" | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
| 14 | UPSTREAM_CHECK_REGEX = "/hatch-fancy-pypi-readme/(?P<pver>(\d+[\.\-_]*)+)/" | ||
