Changeset View
Changeset View
Standalone View
Standalone View
devel/py-ddsketch/Makefile
| PORTNAME= ddsketch | PORTNAME= ddsketch | ||||
| PORTVERSION= 2.0.4 | PORTVERSION= 2.0.4 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= sunpoet@FreeBSD.org | MAINTAINER= sunpoet@FreeBSD.org | ||||
| COMMENT= Distributed quantile sketches | COMMENT= Distributed quantile sketches | ||||
| WWW= https://github.com/DataDog/sketches-py | WWW= https://github.com/DataDog/sketches-py | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| 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= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0,1:devel/py-protobuf@${PY_FLAVOR} \ | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0,1:devel/py-protobuf@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= autoplist concurrent distutils | USE_PYTHON= autoplist concurrent distutils | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||