mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# Template file for 'python-importlib_metadata'
|
||||||
pkgname=python-importlib_metadata
|
pkgname=python-importlib_metadata
|
||||||
version=1.2.0
|
version=1.5.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="importlib_metadata-${version}"
|
wrksrc="importlib_metadata-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-zipp"
|
depends="python-zipp python-pathlib2 python-backports.configparser"
|
||||||
checkdepends="${depends}"
|
checkdepends="${depends}"
|
||||||
short_desc="Read metadata from Python packages"
|
short_desc="Read metadata from Python packages"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
@ -14,4 +14,4 @@ license="Apache-2.0"
|
||||||
homepage="https://importlib-metadata.readthedocs.io/en/latest/"
|
homepage="https://importlib-metadata.readthedocs.io/en/latest/"
|
||||||
changelog="https://importlib-metadata.readthedocs.io/en/latest/changelog%20(links).html"
|
changelog="https://importlib-metadata.readthedocs.io/en/latest/changelog%20(links).html"
|
||||||
distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
|
||||||
checksum=41e688146d000891f32b1669e8573c57e39e5060e7f5f647aa617cd9a9568278
|
checksum=06f5b3a99029c7134207dd882428a66992a9de2bef7c2b699b5641f9886c3302
|
||||||
|
|
Loading…
Add table
Reference in a new issue