New package: python3-resolvelib-0.7.1
This commit is contained in:
parent
44738a435d
commit
a5b2391d3c
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-resolvelib/template
Normal file
20
srcpkgs/python3-resolvelib/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue