aee31c5d12
========= 0.1.0 (2015-03-15) ------------------ Fix ~~~ - Avoid casting an exception when comparing to non-``Colour`` instances. (fixes #14) [Riziq Sayegh] 0.0.6 (2014-11-18) ------------------ New ~~~ - Provide all missing *2* function by combination with other existing ones (fixes #13). [Valentin Lab] - Provide full access to any color name in HSL, RGB, HEX convenience instances. [Valentin Lab] Now you can call ``colour.HSL.cyan``, or ``colour.HEX.red`` for a direct encoding of ``human`` colour labels to the 3 representations.
16 lines
458 B
Makefile
16 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/04/02 22:29:54 rodent Exp $
|
|
|
|
DISTNAME= colour-0.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= python textproc
|
|
MASTER_SITES= https://pypi.python.org/packages/source/c/colour/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://github.com/vaab/colour
|
|
COMMENT= Converts and manipulates various color representation
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|