2017-11-24 13:46:42 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2017/11/24 12:46:42 adam 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
|
|
|
|
2017-11-24 13:46:42 +01:00
|
|
|
DISTNAME= colour-0.1.5
|
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}
|
2017-09-26 19:41:28 +02:00
|
|
|
CATEGORIES= textproc python
|
2016-06-08 19:43:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/colour/}
|
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
|
|
|
|
2017-09-16 21:26:41 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-07-31 00:32:10 +02:00
|
|
|
HOMEPAGE= https://github.com/vaab/colour
|
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
|
|
|
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"
|