python-importlib_metadata: update to 1.5.0.
This commit is contained in:
parent
a617bd6059
commit
4877527717
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-importlib_metadata'
|
||||
pkgname=python-importlib_metadata
|
||||
version=1.2.0
|
||||
revision=3
|
||||
version=1.5.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="importlib_metadata-${version}"
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python-zipp"
|
||||
depends="python-zipp python-pathlib2 python-backports.configparser"
|
||||
checkdepends="${depends}"
|
||||
short_desc="Read metadata from Python packages"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
@ -14,4 +14,4 @@ license="Apache-2.0"
|
|||
homepage="https://importlib-metadata.readthedocs.io/en/latest/"
|
||||
changelog="https://importlib-metadata.readthedocs.io/en/latest/changelog%20(links).html"
|
||||
distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
|
||||
checksum=41e688146d000891f32b1669e8573c57e39e5060e7f5f647aa617cd9a9568278
|
||||
checksum=06f5b3a99029c7134207dd882428a66992a9de2bef7c2b699b5641f9886c3302
|
||||
|
|
Loading…
Reference in a new issue