mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pkginfo: update to 1.8.3
This commit is contained in:
parent
47222e2040
commit
5f1d95b23c
1 changed files with 7 additions and 4 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Template file for 'python3-pkginfo'
|
# Template file for 'python3-pkginfo'
|
||||||
pkgname=python3-pkginfo
|
pkgname=python3-pkginfo
|
||||||
version=1.5.0.1
|
version=1.8.3
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc=pkginfo-${version}
|
wrksrc=pkginfo-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
depends="python3"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-wheel python3-nose2 python3-coverage"
|
||||||
short_desc="Query metadatdata from sdists / bdists / installed packages"
|
short_desc="Query metadatdata from sdists / bdists / installed packages"
|
||||||
maintainer="Anjandev Momi <anjan@momi.ca>"
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
|
homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
|
||||||
|
changelog="https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/CHANGES.txt"
|
||||||
distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
|
||||||
checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
|
checksum=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/${py3_sitelib}/pkginfo/tests
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue