diff options
Diffstat (limited to 'graphics/py-colour')
-rw-r--r-- | graphics/py-colour/Makefile | 24 | ||||
-rw-r--r-- | graphics/py-colour/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-colour/pkg-descr | 3 |
3 files changed, 30 insertions, 0 deletions
diff --git a/graphics/py-colour/Makefile b/graphics/py-colour/Makefile new file mode 100644 index 000000000000..e68b07dbe4fa --- /dev/null +++ b/graphics/py-colour/Makefile @@ -0,0 +1,24 @@ +# Created by: Martin Neubauer <m.ne@gmx.net> +# $FreeBSD$ + +PORTNAME= colour +PORTVERSION= 0.1.5 +CATEGORIES= graphics devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= m.ne@gmx.net +COMMENT= Python colour representations manipulation library + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}d2to1>0:devel/py-d2to1@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/graphics/py-colour/distinfo b/graphics/py-colour/distinfo new file mode 100644 index 000000000000..5050634fbcb2 --- /dev/null +++ b/graphics/py-colour/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1564604074 +SHA256 (colour-0.1.5.tar.gz) = af20120fefd2afede8b001fbef2ea9da70ad7d49fafdb6489025dae8745c3aee +SIZE (colour-0.1.5.tar.gz) = 24776 diff --git a/graphics/py-colour/pkg-descr b/graphics/py-colour/pkg-descr new file mode 100644 index 000000000000..be51aa9dc565 --- /dev/null +++ b/graphics/py-colour/pkg-descr @@ -0,0 +1,3 @@ +Converts and manipulates common colour representation (RGB, HSL, web, ...) + +WWW: http://github.com/vaab/colour |