22 lines
754 B
Bash
22 lines
754 B
Bash
# Template file for 'python3-resolvelib'
|
|
pkgname=python3-resolvelib
|
|
version=0.8.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"
|
|
changelog="https://raw.githubusercontent.com/sarugaku/resolvelib/master/CHANGELOG.rst"
|
|
distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz"
|
|
checksum=f400ebd5e60361b3b328241f4aded5a0f7665e46a83c374fea86d874cff0ffd5
|
|
# Check depends on unpackaged python modules
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|