mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
20 lines
724 B
Bash
20 lines
724 B
Bash
# Template file for 'python3-kiwisolver'
|
|
pkgname=python3-kiwisolver
|
|
version=1.4.8
|
|
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=23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|