diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-26 10:27:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-30 14:01:07 +0000 |
| commit | 78be3dcdcfe04afc49b654ca1beea04db0a8cf80 (patch) | |
| tree | dcb32c9c654b5cdc996cd05e4f6e52fd81726de4 /meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb | |
| parent | 546675db20013d1e2c3d7e4abcbde4b888b12a93 (diff) | |
| download | poky-78be3dcdcfe04afc49b654ca1beea04db0a8cf80.tar.gz | |
python3-importlib-metadata: update 3.1.1 -> 3.3.0
Correct SRC_URI and upstream regex to enable automatic version upgrades.
(From OE-Core rev: 5c04abf915b32481081c6eef41595d6f3db08613)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb new file mode 100644 index 0000000000..23f2e2dbaf --- /dev/null +++ b/meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "Read metadata from Python packages" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/importlib-metadata/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e88ae122f3925d8bde8319060f2ddb8e" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "importlib_metadata" | ||
| 9 | UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "5c5a2720817414a6c41f0a49993908068243ae02c1635a228126519b509c8aed" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/importlib_metadata-${PV}" | ||
| 14 | |||
| 15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
| 16 | RDEPENDS_${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2" | ||
| 17 | RDEPENDS_${PN}_append_class-target = " python3-misc" | ||
| 18 | RDEPENDS_${PN}_append_class-nativesdk = " python3-misc" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
