Skip to content

Commit

Permalink
devel/py-opentelemetry-semantic-conventions: Add py-opentelemetry-sem…
Browse files Browse the repository at this point in the history
…antic-conventions 0.39b0

This library contains generated code for the semantic conventions defined by the
OpenTelemetry specification.
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 1cc5e9d commit c9f50b5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -5007,6 +5007,7 @@
SUBDIR += py-openstacksdk
SUBDIR += py-opentelemetry-api
SUBDIR += py-opentelemetry-sdk
SUBDIR += py-opentelemetry-semantic-conventions
SUBDIR += py-opentracing
SUBDIR += py-opster
SUBDIR += py-optik
Expand Down
22 changes: 22 additions & 0 deletions devel/py-opentelemetry-semantic-conventions/Makefile
@@ -0,0 +1,22 @@
PORTNAME= opentelemetry-semantic-conventions
PORTVERSION= 0.39b0
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

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-opentelemetry-semantic-conventions/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1685162012
SHA256 (opentelemetry_semantic_conventions-0.39b0.tar.gz) = 06a9f198574e0dab6ebc072b59d89092cf9f115638a8a02157586769b6b7a69a
SIZE (opentelemetry_semantic_conventions-0.39b0.tar.gz) = 23705
2 changes: 2 additions & 0 deletions devel/py-opentelemetry-semantic-conventions/pkg-descr
@@ -0,0 +1,2 @@
This library contains generated code for the semantic conventions defined by the
OpenTelemetry specification.

0 comments on commit c9f50b5

Please sign in to comment.