19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'python3-pkginfo'
|
|
pkgname=python3-pkginfo
|
|
version=1.5.0.1
|
|
revision=4
|
|
wrksrc=pkginfo-${version}
|
|
build_style=python3-module
|
|
depends="python3"
|
|
hostmakedepends="python3-setuptools"
|
|
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"
|
|
distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
|
|
checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|