pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
New package - py-elastic-transport
Module Name: pkgsrc-wip
Committed By: Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By: mishka
Date: Sat Aug 20 22:08:23 2022 +0300
Changeset: 9542088e640a6158c2ae68a22b366f838b8d0665
Added Files:
py-elastic-transport/DESCR
py-elastic-transport/Makefile
py-elastic-transport/PLIST
py-elastic-transport/distinfo
Log Message:
New package - py-elastic-transport
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.
Now it's required as dependency for py-elasticsearch.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9542088e640a6158c2ae68a22b366f838b8d0665
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-elastic-transport/DESCR | 4 +++
py-elastic-transport/Makefile | 22 ++++++++++++++++
py-elastic-transport/PLIST | 59 +++++++++++++++++++++++++++++++++++++++++++
py-elastic-transport/distinfo | 6 +++++
4 files changed, 91 insertions(+)
diffs:
diff --git a/py-elastic-transport/DESCR b/py-elastic-transport/DESCR
new file mode 100644
index 0000000000..3da273421f
--- /dev/null
+++ b/py-elastic-transport/DESCR
@@ -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 --git a/py-elastic-transport/Makefile b/py-elastic-transport/Makefile
new file mode 100644
index 0000000000..7575c8c5dc
--- /dev/null
+++ b/py-elastic-transport/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= elastic-transport-${GITHUB_RELEASE:S/v//}
+PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=elastic/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/elastic/${GITHUB_PROJECT}
+COMMENT= Transport classes and utilities for Elastic client libraries
+
+GITHUB_PROJECT= elastic-transport-python
+GITHUB_RELEASE= v8.1.2
+
+LICENSE= apache-2.0
+
+EGG_NAME= ${DISTNAME:S/-py//}
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-elastic-transport/PLIST b/py-elastic-transport/PLIST
new file mode 100644
index 0000000000..72523f6da9
--- /dev/null
+++ b/py-elastic-transport/PLIST
@@ -0,0 +1,59 @@
+@comment $NetBSD$
+${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 --git a/py-elastic-transport/distinfo b/py-elastic-transport/distinfo
new file mode 100644
index 0000000000..f39a511472
--- /dev/null
+++ b/py-elastic-transport/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (elastic-transport-8.1.2.tar.gz) = ea281005cd3b0b0d47da71c685a86eefff88d397
+RMD160 (elastic-transport-8.1.2.tar.gz) = 1792a7115d50870da82ac18a6b8f14c8e22457b9
+SHA512 (elastic-transport-8.1.2.tar.gz) = 05d1c80f8a44f1d0d873c13da2f6bd47c2a7af95fd9f3df338ebc7fcd755a1d4fa8334c375e14b6eb41a01c5d8d8c2fa85749928d6d344c112b5ec6f12268d46
+Size (elastic-transport-8.1.2.tar.gz) = 44192 bytes
Home |
Main Index |
Thread Index |
Old Index