diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-15 13:30:16 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-17 08:57:18 -0700 |
| commit | 14c95befb3639cefafefa7b686b30c833773defb (patch) | |
| tree | e0e394873360e25b1741d422ec685e7884eb5089 /meta-python/recipes-devtools/python/python3-importlib-metadata_1.6.1.bb | |
| parent | ec8596fe9bcb91b074aa10d4b8818b0be6926924 (diff) | |
| download | meta-openembedded-14c95befb3639cefafefa7b686b30c833773defb.tar.gz | |
python3-importlib-metadata: Upgrade 1.5.2 -> 1.6.1
Upgrade to release 1.6.1:
- Added Distribution._local() as a provisional demonstration of
how to load metadata for a local package. Implicitly requires
that pep517 is installed
- Ensure inputs to FastPath are Unicode
- Tests now rely on importlib.resources.files (and backport)
instead of the older path function.
- Support any iterable from find_distributions
- Added module and attr attributes to EntryPoint
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-importlib-metadata_1.6.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-importlib-metadata_1.6.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-importlib-metadata_1.6.1.bb b/meta-python/recipes-devtools/python/python3-importlib-metadata_1.6.1.bb new file mode 100644 index 0000000000..c46df8fcdc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-importlib-metadata_1.6.1.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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 | SRC_URI = "https://files.pythonhosted.org/packages/aa/9a/8483b77e2decd95963d7e34bc9bc91a26e71fd89b57d8cf978ca24747c7f/importlib_metadata-1.6.1.tar.gz" | ||
| 9 | S = "${WORKDIR}/importlib_metadata-${PV}" | ||
| 10 | SRC_URI[md5sum] = "38f795ac13abc923acfd3da06263eb8f" | ||
| 11 | SRC_URI[sha256sum] = "0505dd08068cfec00f53a74a0ad927676d7757da81b7436a6eefe4c7cf75c545" | ||
| 12 | |||
| 13 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
| 14 | RDEPENDS_${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2" | ||
| 15 | RDEPENDS_${PN}_append_class-target = " python3-misc" | ||
| 16 | RDEPENDS_${PN}_append_class-nativesdk = " python3-misc" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
