2015-04-06 01:20:58 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2015/04/05 23:20:58 rodent Exp $
|
Import py27-colour-0.0.5 as textproc/py-colour.
Converts and manipulates common colour representations (RGB, HSV, web, ...)
Features:
* Damn simple and pythonic way to manipulate colour representations
* Full conversion between RGB, HSV, 6-digit hex, 3-digit hex, human colour
* One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb ...)
* Web format that uses the smallest representation between 6-digit, 3-digit,
fully-spelled colour, that is following W3C color naming for CSS or HTML
colour specifications.
* Smooth intuitive colour scale generation choosing N colour gradients.
* Can pick colours for you to identify objects of your application.
2014-06-14 15:43:48 +02:00
|
|
|
|
2015-04-03 00:29:54 +02:00
|
|
|
DISTNAME= colour-0.1.1
|
Import py27-colour-0.0.5 as textproc/py-colour.
Converts and manipulates common colour representations (RGB, HSV, web, ...)
Features:
* Damn simple and pythonic way to manipulate colour representations
* Full conversion between RGB, HSV, 6-digit hex, 3-digit hex, human colour
* One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb ...)
* Web format that uses the smallest representation between 6-digit, 3-digit,
fully-spelled colour, that is following W3C color naming for CSS or HTML
colour specifications.
* Smooth intuitive colour scale generation choosing N colour gradients.
* Can pick colours for you to identify objects of your application.
2014-06-14 15:43:48 +02:00
|
|
|
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
|
|
|
|
|
2015-04-06 01:20:58 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-d2to1-[0-9]*:../../devel/py-d2to1
|
|
|
|
|
Import py27-colour-0.0.5 as textproc/py-colour.
Converts and manipulates common colour representations (RGB, HSV, web, ...)
Features:
* Damn simple and pythonic way to manipulate colour representations
* Full conversion between RGB, HSV, 6-digit hex, 3-digit hex, human colour
* One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb ...)
* Web format that uses the smallest representation between 6-digit, 3-digit,
fully-spelled colour, that is following W3C color naming for CSS or HTML
colour specifications.
* Smooth intuitive colour scale generation choosing N colour gradients.
* Can pick colours for you to identify objects of your application.
2014-06-14 15:43:48 +02:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|