devel/py-opentelemetry-instrumentation: Add py-opentelemetry-instrumentation 0.55b1
OpenTelemetry Instrumentation provides commands that help automatically instrument a program.
This commit is contained in:
@@ -5324,6 +5324,7 @@
|
||||
SUBDIR += py-opentelemetry-exporter-otlp-proto-common
|
||||
SUBDIR += py-opentelemetry-exporter-otlp-proto-grpc
|
||||
SUBDIR += py-opentelemetry-exporter-otlp-proto-http
|
||||
SUBDIR += py-opentelemetry-instrumentation
|
||||
SUBDIR += py-opentelemetry-proto
|
||||
SUBDIR += py-opentelemetry-sdk
|
||||
SUBDIR += py-opentelemetry-semantic-conventions
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
PORTNAME= opentelemetry-instrumentation
|
||||
PORTVERSION= 0.55b1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= opentelemetry_instrumentation-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Instrumentation Tools and Auto Instrumentation for OpenTelemetry Python
|
||||
WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-instrumentation \
|
||||
https://github.com/open-telemetry/opentelemetry-python-contrib \
|
||||
https://opentelemetry.io/
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.4<2:devel/py-opentelemetry-api@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}packaging>=18.0:devel/py-packaging@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wrapt>=1.0.0<2.0.0:devel/py-wrapt@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1751208092
|
||||
SHA256 (opentelemetry_instrumentation-0.55b1.tar.gz) = 2dc50aa207b9bfa16f70a1a0571e011e737a9917408934675b89ef4d5718c87b
|
||||
SIZE (opentelemetry_instrumentation-0.55b1.tar.gz) = 28552
|
||||
@@ -0,0 +1,2 @@
|
||||
OpenTelemetry Instrumentation provides commands that help automatically
|
||||
instrument a program.
|
||||
Reference in New Issue
Block a user