summaryrefslogtreecommitdiff
path: root/misc/py-langgraph-sdk
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-langgraph-sdk')
-rw-r--r--misc/py-langgraph-sdk/Makefile25
-rw-r--r--misc/py-langgraph-sdk/distinfo3
-rw-r--r--misc/py-langgraph-sdk/pkg-descr2
3 files changed, 30 insertions, 0 deletions
diff --git a/misc/py-langgraph-sdk/Makefile b/misc/py-langgraph-sdk/Makefile
new file mode 100644
index 000000000000..03dc5d695150
--- /dev/null
+++ b/misc/py-langgraph-sdk/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= langgraph-sdk
+DISTVERSION= 0.1.73
+CATEGORIES= misc python # machine-learning
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= LangGraph: SDK for interacting with LangGraph API
+WWW= https://github.com/langchain-ai/langgraph/tree/main/libs/sdk-py
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.25.2:www/py-httpx@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}orjson>=3.10.1:devel/py-orjson@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= pep517 autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-langgraph-sdk/distinfo b/misc/py-langgraph-sdk/distinfo
new file mode 100644
index 000000000000..7b5cd1f27369
--- /dev/null
+++ b/misc/py-langgraph-sdk/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1752885687
+SHA256 (langgraph_sdk-0.1.73.tar.gz) = 6e6dcdf66bcf8710739899616856527a72a605ce15beb76fbac7f4ce0e2ad080
+SIZE (langgraph_sdk-0.1.73.tar.gz) = 72157
diff --git a/misc/py-langgraph-sdk/pkg-descr b/misc/py-langgraph-sdk/pkg-descr
new file mode 100644
index 000000000000..55c3a27cb6c9
--- /dev/null
+++ b/misc/py-langgraph-sdk/pkg-descr
@@ -0,0 +1,2 @@
+langgraph-sdk is a Python SDK for interacting with the LangGraph Platform
+REST API.