summaryrefslogtreecommitdiff
path: root/misc/py-langgraph-sdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-langgraph-sdk/Makefile')
-rw-r--r--misc/py-langgraph-sdk/Makefile25
1 files changed, 25 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>