# Template file for 'python3-colormath2'
pkgname=python3-colormath2
version=3.0.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-numpy python3-networkx"
checkdepends="python3-pytest ${depends}"
short_desc="Color math and conversion library"
maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://github.com/bkmgit/python-colormath2"
distfiles="https://github.com/bkmgit/python-colormath2/archive/refs/tags/${version}.tar.gz"
checksum=b63e187113f161ce0bac86372f0cc6c5ef9e851adcdd515b1cfbede51cf90a22

post_install() {
	vlicense LICENSE.txt
}
