pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases py-elastic-transport: added version 8.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e84006d938ae
branches:  trunk
changeset: 388468:e84006d938ae
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 20 23:21:14 2022 +0000

description:
py-elastic-transport: added version 8.4.0

Transport classes and utilities shared among Python Elastic client libraries

This library was lifted from elasticsearch-py and then transformed to be used
across all Elastic services rather than only Elasticsearch.

diffstat:

 databases/Makefile                      |   3 +-
 databases/py-elastic-transport/DESCR    |   4 ++
 databases/py-elastic-transport/Makefile |  21 ++++++++++
 databases/py-elastic-transport/PLIST    |  64 +++++++++++++++++++++++++++++++++
 databases/py-elastic-transport/distinfo |   5 ++
 5 files changed, 96 insertions(+), 1 deletions(-)

diffs (127 lines):

diff -r 8e66f44c32b8 -r e84006d938ae databases/Makefile
--- a/databases/Makefile        Sun Nov 20 23:19:20 2022 +0000
+++ b/databases/Makefile        Sun Nov 20 23:21:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.667 2022/10/19 13:16:45 adam Exp $
+# $NetBSD: Makefile,v 1.668 2022/11/20 23:21:14 adam Exp $
 
 COMMENT=       Databases
 
@@ -372,6 +372,7 @@
 SUBDIR+=       py-datapkg
 SUBDIR+=       py-dbf
 SUBDIR+=       py-dbfread
+SUBDIR+=       py-elastic-transport
 SUBDIR+=       py-elasticsearch
 SUBDIR+=       py-gdbm
 SUBDIR+=       py-kb
diff -r 8e66f44c32b8 -r e84006d938ae databases/py-elastic-transport/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-elastic-transport/DESCR      Sun Nov 20 23:21:14 2022 +0000
@@ -0,0 +1,4 @@
+Transport classes and utilities shared among Python Elastic client libraries
+
+This library was lifted from elasticsearch-py and then transformed to be used
+across all Elastic services rather than only Elasticsearch.
diff -r 8e66f44c32b8 -r e84006d938ae databases/py-elastic-transport/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-elastic-transport/Makefile   Sun Nov 20 23:21:14 2022 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/11/20 23:21:14 adam Exp $
+
+DISTNAME=      elastic-transport-8.4.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    databases python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elastic-transport/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/elastic/elastic-transport-python
+COMMENT=       Transport classes and utilities shared among Python Elastic libraries
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
+DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.26.2:../../www/py-urllib3
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8e66f44c32b8 -r e84006d938ae databases/py-elastic-transport/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-elastic-transport/PLIST      Sun Nov 20 23:21:14 2022 +0000
@@ -0,0 +1,64 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/20 23:21:14 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/elastic_transport/__init__.py
+${PYSITELIB}/elastic_transport/__init__.pyc
+${PYSITELIB}/elastic_transport/__init__.pyo
+${PYSITELIB}/elastic_transport/_async_transport.py
+${PYSITELIB}/elastic_transport/_async_transport.pyc
+${PYSITELIB}/elastic_transport/_async_transport.pyo
+${PYSITELIB}/elastic_transport/_compat.py
+${PYSITELIB}/elastic_transport/_compat.pyc
+${PYSITELIB}/elastic_transport/_compat.pyo
+${PYSITELIB}/elastic_transport/_exceptions.py
+${PYSITELIB}/elastic_transport/_exceptions.pyc
+${PYSITELIB}/elastic_transport/_exceptions.pyo
+${PYSITELIB}/elastic_transport/_models.py
+${PYSITELIB}/elastic_transport/_models.pyc
+${PYSITELIB}/elastic_transport/_models.pyo
+${PYSITELIB}/elastic_transport/_node/__init__.py
+${PYSITELIB}/elastic_transport/_node/__init__.pyc
+${PYSITELIB}/elastic_transport/_node/__init__.pyo
+${PYSITELIB}/elastic_transport/_node/_base.py
+${PYSITELIB}/elastic_transport/_node/_base.pyc
+${PYSITELIB}/elastic_transport/_node/_base.pyo
+${PYSITELIB}/elastic_transport/_node/_base_async.py
+${PYSITELIB}/elastic_transport/_node/_base_async.pyc
+${PYSITELIB}/elastic_transport/_node/_base_async.pyo
+${PYSITELIB}/elastic_transport/_node/_http_aiohttp.py
+${PYSITELIB}/elastic_transport/_node/_http_aiohttp.pyc
+${PYSITELIB}/elastic_transport/_node/_http_aiohttp.pyo
+${PYSITELIB}/elastic_transport/_node/_http_requests.py
+${PYSITELIB}/elastic_transport/_node/_http_requests.pyc
+${PYSITELIB}/elastic_transport/_node/_http_requests.pyo
+${PYSITELIB}/elastic_transport/_node/_http_urllib3.py
+${PYSITELIB}/elastic_transport/_node/_http_urllib3.pyc
+${PYSITELIB}/elastic_transport/_node/_http_urllib3.pyo
+${PYSITELIB}/elastic_transport/_node/_urllib3_chain_certs.py
+${PYSITELIB}/elastic_transport/_node/_urllib3_chain_certs.pyc
+${PYSITELIB}/elastic_transport/_node/_urllib3_chain_certs.pyo
+${PYSITELIB}/elastic_transport/_node_pool.py
+${PYSITELIB}/elastic_transport/_node_pool.pyc
+${PYSITELIB}/elastic_transport/_node_pool.pyo
+${PYSITELIB}/elastic_transport/_response.py
+${PYSITELIB}/elastic_transport/_response.pyc
+${PYSITELIB}/elastic_transport/_response.pyo
+${PYSITELIB}/elastic_transport/_serializer.py
+${PYSITELIB}/elastic_transport/_serializer.pyc
+${PYSITELIB}/elastic_transport/_serializer.pyo
+${PYSITELIB}/elastic_transport/_transport.py
+${PYSITELIB}/elastic_transport/_transport.pyc
+${PYSITELIB}/elastic_transport/_transport.pyo
+${PYSITELIB}/elastic_transport/_utils.py
+${PYSITELIB}/elastic_transport/_utils.pyc
+${PYSITELIB}/elastic_transport/_utils.pyo
+${PYSITELIB}/elastic_transport/_version.py
+${PYSITELIB}/elastic_transport/_version.pyc
+${PYSITELIB}/elastic_transport/_version.pyo
+${PYSITELIB}/elastic_transport/client_utils.py
+${PYSITELIB}/elastic_transport/client_utils.pyc
+${PYSITELIB}/elastic_transport/client_utils.pyo
+${PYSITELIB}/elastic_transport/py.typed
diff -r 8e66f44c32b8 -r e84006d938ae databases/py-elastic-transport/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-elastic-transport/distinfo   Sun Nov 20 23:21:14 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/20 23:21:14 adam Exp $
+
+BLAKE2s (elastic-transport-8.4.0.tar.gz) = 6506c64108a191587051e0a6ad07317c90efb4f6d22619f9705c740ab1165811
+SHA512 (elastic-transport-8.4.0.tar.gz) = 07da23dca6486e8f6e9b803af8d1c81bec01fed8538dbaeb2da959f022273a1b44bb64e0518881a781646395ece6d1a57c337db4d5bf8c6d70d90c67c961449d
+Size (elastic-transport-8.4.0.tar.gz) = 44528 bytes



Home | Main Index | Thread Index | Old Index