1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

textproc/py-opensearch-py: new port

Python Client for OpenSearch
WWW: https://github.com/opensearch-project/opensearch-py
This commit is contained in:
Antoine Brodin 2023-02-22 13:28:02 +00:00
parent 91ac20d702
commit 46079bb293
4 changed files with 32 additions and 0 deletions

View File

@ -1411,6 +1411,7 @@
SUBDIR += py-numpydoc
SUBDIR += py-ocrmypdf
SUBDIR += py-openpyxl
SUBDIR += py-opensearch-py
SUBDIR += py-openstackdocstheme
SUBDIR += py-openstep-plist
SUBDIR += py-orange3-text

View File

@ -0,0 +1,27 @@
PORTNAME= opensearch-py
PORTVERSION= 2.1.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python Client for OpenSearch
WWW= https://github.com/opensearch-project/opensearch-py
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
OPTIONS_DEFINE= ASIO
ASIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1677014171
SHA256 (opensearch-py-2.1.1.tar.gz) = dd54a50c6771bc2582741bfdcf629b8d7eed409ae7fc2722249e53f9a10de0d8
SIZE (opensearch-py-2.1.1.tar.gz) = 141659

View File

@ -0,0 +1 @@
Python Client for OpenSearch