Changeset View
Changeset View
Standalone View
Standalone View
graphics/py-mpl-scatter-density/Makefile
| PORTNAME= mpl-scatter-density | PORTNAME= mpl-scatter-density | ||||
| PORTVERSION= 0.7 | PORTVERSION= 0.7 | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= graphics python | CATEGORIES= graphics python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
| COMMENT= Matplotlib helpers to make density scatter plots | COMMENT= Matplotlib helpers to make density scatter plots | ||||
| WWW= https://github.com/astrofrog/mpl-scatter-density | WWW= https://github.com/astrofrog/mpl-scatter-density | ||||
| LICENSE= BSD2CLAUSE | LICENSE= BSD2CLAUSE | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} | ||||
| RUN_DEPENDS= ${PYNUMPY} \ | RUN_DEPENDS= ${PYNUMPY} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}fast-histogram>=0.3:misc/py-fast-histogram@${PY_FLAVOR} \ | ${PYTHON_PKGNAMEPREFIX}fast-histogram>=0.3:misc/py-fast-histogram@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0:math/py-matplotlib@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0:math/py-matplotlib@${PY_FLAVOR} | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= distutils autoplist | USE_PYTHON= distutils autoplist | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||