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
This commit is contained in:
parent
14eb7b109f
commit
3567664462
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512522
@ -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
|
||||
|
24
graphics/py-colour/Makefile
Normal file
24
graphics/py-colour/Makefile
Normal file
@ -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>
|
3
graphics/py-colour/distinfo
Normal file
3
graphics/py-colour/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1564604074
|
||||
SHA256 (colour-0.1.5.tar.gz) = af20120fefd2afede8b001fbef2ea9da70ad7d49fafdb6489025dae8745c3aee
|
||||
SIZE (colour-0.1.5.tar.gz) = 24776
|
3
graphics/py-colour/pkg-descr
Normal file
3
graphics/py-colour/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Converts and manipulates common colour representation (RGB, HSL, web, ...)
|
||||
|
||||
WWW: http://github.com/vaab/colour
|
Loading…
Reference in New Issue
Block a user