# Template file for 'python3-kiwisolver'
pkgname=python3-kiwisolver
version=1.5.0
revision=1
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=d4193f3d9dc3f6f79aaed0e5637f45d98850ebf01f7ca20e69457f3e8946b66a

post_install() {
	vlicense LICENSE
}
