Changeset View
Changeset View
Standalone View
Standalone View
devel/py-opencensus-context/Makefile
| PORTNAME= opencensus-context | PORTNAME= opencensus-context | ||||
| PORTVERSION= 0.1.3 | PORTVERSION= 0.1.3 | ||||
| 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= OpenCensus Runtime Context | COMMENT= OpenCensus Runtime Context | ||||
| WWW= https://github.com/census-instrumentation/opencensus-python/tree/master/context/opencensus-context | WWW= https://github.com/census-instrumentation/opencensus-python/tree/master/context/opencensus-context | ||||
| 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} | ||||
| USES= dos2unix python | USES= dos2unix python | ||||
| USE_PYTHON= autoplist concurrent distutils | USE_PYTHON= autoplist concurrent distutils | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| post-patch: | post-patch: | ||||
| @${RM} ${WRKSRC}/opencensus/__init__.py | @${RM} ${WRKSRC}/opencensus/__init__.py | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||