2017-11-28 04:06:58 +01:00
|
|
|
PORTNAME= colorbrewer
|
2018-06-29 23:20:00 +02:00
|
|
|
DISTVERSION= 0.2.0
|
2017-11-28 04:06:58 +01:00
|
|
|
CATEGORIES= misc python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2017-11-28 04:06:58 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Constants from Cynthia Brewer's ColorBrewer
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://pypi.org/project/colorbrewer/
|
2017-11-28 04:06:58 +01:00
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2018-06-29 23:28:57 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
2018-06-29 23:20:00 +02:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2017-11-28 04:06:58 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|