Changes: https://github.com/open-telemetry/opentelemetry-python/releases https://github.com/open-telemetry/opentelemetry-python/commits/main/opentelemetry-semantic-conventions
27 lines
898 B
Makefile
27 lines
898 B
Makefile
PORTNAME= opentelemetry-semantic-conventions
|
|
PORTVERSION= 0.53b1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= opentelemetry_semantic_conventions-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= OpenTelemetry Semantic Conventions
|
|
WWW= https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-semantic-conventions \
|
|
https://github.com/open-telemetry/opentelemetry-python \
|
|
https://opentelemetry.io/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=1.2.6:devel/py-deprecated@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.32.1<1.32.1_99:devel/py-opentelemetry-api@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|