void-packages/srcpkgs/python3-resolvelib/template

21 lines
713 B
Bash

# Template file for 'python3-resolvelib'
pkgname=python3-resolvelib
version=0.9.0
revision=1
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=c491405eaff5278fd6cd3a467de2f6f20b98bbd05254d7283b3b128ee2b305d8
# Check depends on unpackaged python modules
make_check=no
post_install() {
vlicense LICENSE
}