New package: python3-colour-0.1.5
This commit is contained in:
parent
ddb6e0a78e
commit
ccd618057b
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue