New package: python3-resolvelib-0.7.1

This commit is contained in:
Jan Christian Grünhage 2021-06-22 22:08:02 +02:00 committed by Andrew J. Hesford
parent 44738a435d
commit a5b2391d3c

View file

@ -0,0 +1,20 @@
# Template file for 'python3-resolvelib'
pkgname=python3-resolvelib
version=0.7.1
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Resolve abstract dependencies into concrete ones"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="ISC"
homepage="https://github.com/sarugaku/resolvelib"
distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz"
checksum=fe09a918c04172656e5edc33ca62166ff7e557d8c22e0bf60cc9981220ac51cf
# Check depends on unpackaged python modules
make_check=no
post_install() {
vlicense LICENSE
}