diff options
Diffstat (limited to 'misc/py-langchain-google-genai')
-rw-r--r-- | misc/py-langchain-google-genai/Makefile | 33 | ||||
-rw-r--r-- | misc/py-langchain-google-genai/distinfo | 3 | ||||
-rw-r--r-- | misc/py-langchain-google-genai/pkg-descr | 2 |
3 files changed, 38 insertions, 0 deletions
diff --git a/misc/py-langchain-google-genai/Makefile b/misc/py-langchain-google-genai/Makefile new file mode 100644 index 000000000000..aeb7ef696497 --- /dev/null +++ b/misc/py-langchain-google-genai/Makefile @@ -0,0 +1,33 @@ +PORTNAME= langchain-google-genai +DISTVERSION= 2.1.8 +CATEGORIES= misc python # machine-learning +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Integration package connecting Google's genai package and LangChain +WWW= https://github.com/langchain-ai/langchain-google + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filetype>=1.2.0:devel/py-filetype@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-ai-generativelanguage>=0.6.18:misc/py-google-ai-generativelanguage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}langchain-core>=0.3.68:misc/py-langchain-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=2:devel/py-pydantic2@${PY_FLAVOR} +#TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>=1.2.2:devel/py-freezegun@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}langchain-tests>=0.3.20:misc/py-langchain-tests@${PY_FLAVOR} \ + ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.21.1:devel/py-pytest-asyncio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.10.0:devel/py-pytest-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-watcher>0:devel/py-pytest-watcher@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}syrupy>=4.0.2:devel/py-syrupy@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-langchain-google-genai/distinfo b/misc/py-langchain-google-genai/distinfo new file mode 100644 index 000000000000..9a7eeaa23c1c --- /dev/null +++ b/misc/py-langchain-google-genai/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1752881141 +SHA256 (langchain_google_genai-2.1.8.tar.gz) = dfdc491f66880ed85f88dc117f84d3feb19108ad4b8c408ad1d0efb27b7c9dd6 +SIZE (langchain_google_genai-2.1.8.tar.gz) = 44298 diff --git a/misc/py-langchain-google-genai/pkg-descr b/misc/py-langchain-google-genai/pkg-descr new file mode 100644 index 000000000000..9d296ce1a0d8 --- /dev/null +++ b/misc/py-langchain-google-genai/pkg-descr @@ -0,0 +1,2 @@ +langchain-google-genai is an integration package connecting Google's genai +package and LangChain. |