void-packages/srcpkgs/python3-pkginfo/template

21 lines
734 B
Bash

# Template file for 'python3-pkginfo'
pkgname=python3-pkginfo
version=1.8.3
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-wheel python3-nose2 python3-coverage"
short_desc="Query metadatdata from sdists / bdists / installed packages"
maintainer="Orphaned <orphan@voidlinux.org>"
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=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
post_install() {
rm -rf ${DESTDIR}/${py3_sitelib}/pkginfo/tests
vlicense LICENSE.txt
}