ports/devel/py-opencensus-context/Makefile
Po-Chuan Hsieh 1ec80ff008
devel/py-opencensus-context: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-04-09 04:17:16 +08:00

23 lines
674 B
Makefile

PORTNAME= opencensus-context
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OpenCensus Runtime Context
WWW= https://github.com/census-instrumentation/opencensus-python/tree/master/context/opencensus-context
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= dos2unix python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>