mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
Exa search API: new port
Python SDK for the Exa search API
This commit is contained in:
@@ -1724,6 +1724,7 @@
|
||||
SUBDIR += py-dtflickr
|
||||
SUBDIR += py-enmerkar
|
||||
SUBDIR += py-essentials-openapi
|
||||
SUBDIR += py-exa-py
|
||||
SUBDIR += py-extruct
|
||||
SUBDIR += py-fake-useragent
|
||||
SUBDIR += py-falcon
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
PORTNAME= exa-py
|
||||
PORTVERSION= 2.12.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= exa_py-${PORTVERSION}
|
||||
|
||||
MAINTAINER= olivier@FreeBSD.org
|
||||
COMMENT= Python SDK for the Exa search API
|
||||
WWW= https://github.com/exa-labs/exa-py
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpcore>=1.0.9:www/py-httpcore@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}httpx>=0.28.1:www/py-httpx@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openai>=1.48:misc/py-openai@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pydantic2>=2.10.6:devel/py-pydantic2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-dotenv>=1.0.1:www/py-python-dotenv@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.32.3:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1777968896
|
||||
SHA256 (exa_py-2.12.1.tar.gz) = 9ff1924fbfbcae822b20c0ddef0650fabc04ac75906b9153623eadc18135b7ce
|
||||
SIZE (exa_py-2.12.1.tar.gz) = 55792
|
||||
@@ -0,0 +1,6 @@
|
||||
Official Python SDK for the Exa search API.
|
||||
|
||||
Exa provides a developer-focused search engine designed for retrieving web
|
||||
web content for LLM applications. This SDK supports neural and keyword search,
|
||||
content retrieval (text, highlights, summaries), similarity search, and the
|
||||
Answer / Research / WebSets endpoints.
|
||||
Reference in New Issue
Block a user