void-packages/srcpkgs/python3-kiwisolver/template

21 lines
724 B
Bash

# Template file for 'python3-kiwisolver'
pkgname=python3-kiwisolver
version=1.4.5
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel python3-cppy"
makedepends="python3-devel python3-cppy"
depends="python3"
checkdepends="python3-pytest"
short_desc="Fast implementation of the Cassowary constraint solver (Python3)"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/nucleic/kiwi"
changelog="https://github.com/nucleic/kiwi/raw/main/releasenotes.rst"
distfiles="${PYPI_SITE}/k/kiwisolver/kiwisolver-${version}.tar.gz"
checksum=e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec
post_install() {
vlicense LICENSE
}