Date: Sat, 21 Sep 2019 16:21:33 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512522 - in head/graphics: . py-colour Message-ID: <201909211621.x8LGLX5q086105@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Sep 21 16:21:33 2019 New Revision: 512522 URL: https://svnweb.freebsd.org/changeset/ports/512522 Log: New port: graphics/py-colour Converts and manipulates common colour representation (RGB, HSL, web, ...) WWW: http://github.com/vaab/colour PR: 240604 Submitted by: m.ne@gmx.net Reviewed by: koobs Added: head/graphics/py-colour/ head/graphics/py-colour/Makefile (contents, props changed) head/graphics/py-colour/distinfo (contents, props changed) head/graphics/py-colour/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Sep 21 16:15:19 2019 (r512521) +++ head/graphics/Makefile Sat Sep 21 16:21:33 2019 (r512522) @@ -825,6 +825,7 @@ SUBDIR += py-cairocffi SUBDIR += py-cartopy SUBDIR += py-chart + SUBDIR += py-colour SUBDIR += py-descartes SUBDIR += py-django-easy-thumbnails SUBDIR += py-djvulibre Added: head/graphics/py-colour/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-colour/Makefile Sat Sep 21 16:21:33 2019 (r512522) @@ -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> Added: head/graphics/py-colour/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-colour/distinfo Sat Sep 21 16:21:33 2019 (r512522) @@ -0,0 +1,3 @@ +TIMESTAMP = 1564604074 +SHA256 (colour-0.1.5.tar.gz) = af20120fefd2afede8b001fbef2ea9da70ad7d49fafdb6489025dae8745c3aee +SIZE (colour-0.1.5.tar.gz) = 24776 Added: head/graphics/py-colour/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-colour/pkg-descr Sat Sep 21 16:21:33 2019 (r512522) @@ -0,0 +1,3 @@ +Converts and manipulates common colour representation (RGB, HSL, web, ...) + +WWW: http://github.com/vaab/colour
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909211621.x8LGLX5q086105>