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:
parent
91ac20d702
commit
46079bb293
@ -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
|
||||
|
27
textproc/py-opensearch-py/Makefile
Normal file
27
textproc/py-opensearch-py/Makefile
Normal 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>
|
3
textproc/py-opensearch-py/distinfo
Normal file
3
textproc/py-opensearch-py/distinfo
Normal 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
|
1
textproc/py-opensearch-py/pkg-descr
Normal file
1
textproc/py-opensearch-py/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Python Client for OpenSearch
|
Loading…
Reference in New Issue
Block a user