python3-pkginfo: update to 1.8.3

This commit is contained in:
Anjandev Momi 2022-10-12 22:39:41 -07:00 committed by Đoàn Trần Công Danh
parent 47222e2040
commit 5f1d95b23c

View file

@ -1,18 +1,21 @@
# Template file for 'python3-pkginfo'
pkgname=python3-pkginfo
version=1.5.0.1
revision=4
version=1.8.3
revision=1
wrksrc=pkginfo-${version}
build_style=python3-module
depends="python3"
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-wheel python3-nose2 python3-coverage"
short_desc="Query metadatdata from sdists / bdists / installed packages"
maintainer="Anjandev Momi <anjan@momi.ca>"
license="MIT"
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"
checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
checksum=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
post_install() {
rm -rf ${DESTDIR}/${py3_sitelib}/pkginfo/tests
vlicense LICENSE.txt
}