aboutsummaryrefslogtreecommitdiff
path: root/devel/py-opencensus-context/Makefile
blob: 8088e9c91411d858a0275a3acaaf85142ec5c9e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	opencensus-context
PORTVERSION=	0.1.3
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_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}

USES=		dos2unix python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

post-patch:
	@${RM} ${WRKSRC}/opencensus/__init__.py

.include <bsd.port.mk>