New package: python3-colour-0.1.5

This commit is contained in:
Martin Dimov 2022-05-30 17:29:22 +03:00 committed by classabbyamp
parent ddb6e0a78e
commit ccd618057b
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'python3-colour'
pkgname=python3-colour
version=0.1.5
revision=1
depends="python3"
short_desc="Python library, converts and manipulates various color representation"
maintainer="Martin Dimov <martin@dmarto.com>"
license="BSD-2-Clause"
homepage="https://github.com/vaab/colour"
distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
do_install() {
vinstall colour.py 644 $py3_sitelib
vlicense LICENSE
}