void-packages/srcpkgs/python3-importlib_metadata/template

29 lines
980 B
Bash

# Template file for 'python3-importlib_metadata'
pkgname=python3-importlib_metadata
version=1.2.0
revision=3
archs=noarch
wrksrc="importlib_metadata-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python3-zipp"
checkdepends="${depends} python3-packaging"
short_desc="Read metadata from Python packages"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
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
do_check() {
python3 setup.py test
}
python-importlib_metadata_package() {
depends="python-zipp python-backports.configparser python-contextlib2"
short_desc="${short_desc/Python/Python 2/}"
pkg_install() {
vmove "usr/lib/python2.7"
}
}