Files
ports/misc/py-langchain-protocol/Makefile
T
2026-06-19 12:36:05 -07:00

24 lines
697 B
Makefile

PORTNAME= langchain-protocol
DISTVERSION= 0.0.18
CATEGORIES= misc python # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python bindings for the LangChain agent streaming protocol
WWW= https://github.com/langchain-ai/agent-protocol/tree/main/streaming \
https://github.com/langchain-ai/agent-protocol
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.13.0:devel/py-typing-extensions@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>