21 lines
691 B
Bash
21 lines
691 B
Bash
# Template file for 'python3-resolvelib'
|
|
pkgname=python3-resolvelib
|
|
version=1.0.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Resolve abstract dependencies into concrete ones"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=717e92fcf64e4b7f535ebbf00d0ba21a083fa27031045af2f5040bcd38612187
|
|
# Check depends on unpackaged python modules
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|