aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-07-09 01:36:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-07-09 05:20:15 +0000
commitadfff0b182fee7c58d4b04ff030e782ea771affe (patch)
tree67f4d9681c9bc1bbcd60753655501159729f8147
parent8506a373eb3987c17f00259a9df9b0c366770639 (diff)
textproc/py-llama-index-instrumentation: New port: Instrumentation and Observability for LlamaIndex
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-llama-index-instrumentation/Makefile26
-rw-r--r--textproc/py-llama-index-instrumentation/distinfo3
-rw-r--r--textproc/py-llama-index-instrumentation/pkg-descr4
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 7308ea6718a3..6dc9b76dca1c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1482,6 +1482,7 @@
SUBDIR += py-line-protocol-parser
SUBDIR += py-lingua-language-detector
SUBDIR += py-linkify-it-py
+ SUBDIR += py-llama-index-instrumentation
SUBDIR += py-llguidance
SUBDIR += py-m2r
SUBDIR += py-mako
diff --git a/textproc/py-llama-index-instrumentation/Makefile b/textproc/py-llama-index-instrumentation/Makefile
new file mode 100644
index 000000000000..676197db3a6f
--- /dev/null
+++ b/textproc/py-llama-index-instrumentation/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= llama-index-instrumentation
+PORTVERSION= 0.5.0
+CATEGORIES= textproc python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Instrumentation and Observability for LlamaIndex
+WWW= https://www.llamaindex.ai/ \
+ https://github.com/run-llama/llama_index/tree/main/llama-index-instrumentation
+
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=1.2.18:devel/py-deprecated@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.11.5:devel/py-pydantic2@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+NO_ARCH= yes
+
+post-extract:
+ @${REINPLACE_CMD} -e 's/^license = "\([^"]*\)"/license = {text = "\1"}/' -e '/^license-files/d' ${WRKSRC}/pyproject.toml
+
+.include <bsd.port.mk>
diff --git a/textproc/py-llama-index-instrumentation/distinfo b/textproc/py-llama-index-instrumentation/distinfo
new file mode 100644
index 000000000000..57ac2c81cd58
--- /dev/null
+++ b/textproc/py-llama-index-instrumentation/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1783067633
+SHA256 (llama_index_instrumentation-0.5.0.tar.gz) = eeb724648b25d149de882a5ac9e21c5acb1ce780da214bda2b075341af29ad8e
+SIZE (llama_index_instrumentation-0.5.0.tar.gz) = 43831
diff --git a/textproc/py-llama-index-instrumentation/pkg-descr b/textproc/py-llama-index-instrumentation/pkg-descr
new file mode 100644
index 000000000000..05e43f48832f
--- /dev/null
+++ b/textproc/py-llama-index-instrumentation/pkg-descr
@@ -0,0 +1,4 @@
+LlamaIndex Instrumentation provides instrumentation and observability
+for LlamaIndex applications. It enables monitoring, tracing, and
+debugging of LlamaIndex pipelines through integration with
+OpenTelemetry and other observability frameworks.