python3-importlib_metadata: update to 4.8.1.
This commit is contained in:
parent
14e61b2a0c
commit
40ecae51e0
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'python3-importlib_metadata'
|
||||
pkgname=python3-importlib_metadata
|
||||
version=4.0.1
|
||||
version=4.8.1
|
||||
revision=1
|
||||
wrksrc="importlib_metadata-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm python3-toml"
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3-zipp"
|
||||
short_desc="Read metadata from Python packages (Python 3)"
|
||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/python/importlib_metadata"
|
||||
distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
|
||||
checksum=8c501196e49fb9df5df43833bdb1e4328f64847763ec8a50703148b73784d581
|
||||
checksum=f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1
|
||||
# Needs unpackaged "pyfakefs"
|
||||
make_check=no
|
||||
|
|
Loading…
Reference in a new issue