diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-01-03 13:46:58 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:47 +0000 |
| commit | a20f4a73a69d4050681892d6c40cf228cfe1415c (patch) | |
| tree | b57dd3c0bb7a5064785a7098f2732602e146618d /meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb | |
| parent | dd61f1162139c66d36b2dda444195ee665bde004 (diff) | |
| download | poky-a20f4a73a69d4050681892d6c40cf228cfe1415c.tar.gz | |
python3-hatch-vcs: upgrade 0.2.0 -> 0.3.0
(From OE-Core rev: 99df6d828bdef57298d43933cbc138b96701bf6f)
Signed-off-by: Ross Burton <ross.burton@arm.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-vcs_0.2.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb deleted file mode 100644 index cca2c49d2b..0000000000 --- a/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | SUMMARY = "Hatch plugin for versioning with your preferred VCS" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/hatch-vcs/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26501cfd0bbddf830ee820e95551fa3d" | ||
| 5 | |||
| 6 | inherit pypi python_hatchling | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "hatch_vcs" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff" | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
| 14 | UPSTREAM_CHECK_REGEX = "/hatch-vcs/(?P<pver>(\d+[\.\-_]*)+)/" | ||
