devel/py-opentelemetry-util-http: Add py-opentelemetry-util-http 0.55b1

OpenTelemetry Util HTTP provides ASGI, WSGI middleware and other HTTP-related
functionality that is common to instrumented web frameworks (such as Django,
Starlette, FastAPI, etc.) to track requests timing through OpenTelemetry.
This commit is contained in:
Po-Chuan Hsieh 2025-07-01 04:48:35 +08:00
parent 50c370873d
commit ad766bf8d3
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View File

@ -5338,6 +5338,7 @@
SUBDIR += py-opentelemetry-proto
SUBDIR += py-opentelemetry-sdk
SUBDIR += py-opentelemetry-semantic-conventions
SUBDIR += py-opentelemetry-util-http
SUBDIR += py-opentracing
SUBDIR += py-opster
SUBDIR += py-optik

View File

@ -0,0 +1,23 @@
PORTNAME= opentelemetry-util-http
PORTVERSION= 0.55b1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= opentelemetry_util_http-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Web util for OpenTelemetry
WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/util/opentelemetry-util-http \
https://github.com/open-telemetry/opentelemetry-python-contrib \
https://opentelemetry.io/
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1751208114
SHA256 (opentelemetry_util_http-0.55b1.tar.gz) = 29e119c1f6796cccf5fc2aedb55274435cde5976d0ac3fec3ca20a80118f821e
SIZE (opentelemetry_util_http-0.55b1.tar.gz) = 8038

View File

@ -0,0 +1,3 @@
OpenTelemetry Util HTTP provides ASGI, WSGI middleware and other HTTP-related
functionality that is common to instrumented web frameworks (such as Django,
Starlette, FastAPI, etc.) to track requests timing through OpenTelemetry.