aboutsummaryrefslogtreecommitdiff
path: root/misc/py-colorbrewer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-colorbrewer/Makefile')
-rw-r--r--misc/py-colorbrewer/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/misc/py-colorbrewer/Makefile b/misc/py-colorbrewer/Makefile
index 1679e575c64b..94ac3966bbac 100644
--- a/misc/py-colorbrewer/Makefile
+++ b/misc/py-colorbrewer/Makefile
@@ -1,20 +1,23 @@
PORTNAME= colorbrewer
-DISTVERSION= 0.2.0
-PORTREVISION= 1
+DISTVERSION= 0.3
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Constants from Cynthia Brewer's ColorBrewer
-WWW= https://pypi.org/project/colorbrewer/
+WWW= https://github.com/dsc/colorbrewer-python
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= pep517 autoplist
NO_ARCH= yes
+# tests as of 0.3: 1 test OK in 0.000s
+
.include <bsd.port.mk>