pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 20 23:21:14 UTC 2022
Modified Files:
pkgsrc/databases: Makefile
Added Files:
pkgsrc/databases/py-elastic-transport: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.667 -r1.668 pkgsrc/databases/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/py-elastic-transport/DESCR \
pkgsrc/databases/py-elastic-transport/Makefile \
pkgsrc/databases/py-elastic-transport/PLIST \
pkgsrc/databases/py-elastic-transport/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/Makefile
diff -u pkgsrc/databases/Makefile:1.667 pkgsrc/databases/Makefile:1.668
--- pkgsrc/databases/Makefile:1.667 Wed Oct 19 13:16:45 2022
+++ pkgsrc/databases/Makefile Sun Nov 20 23:21:14 2022
@@ -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-cx_Oracle
SUBDIR+= py-datapkg
SUBDIR+= py-dbf
SUBDIR+= py-dbfread
+SUBDIR+= py-elastic-transport
SUBDIR+= py-elasticsearch
SUBDIR+= py-gdbm
SUBDIR+= py-kb
Added files:
Index: pkgsrc/databases/py-elastic-transport/DESCR
diff -u /dev/null pkgsrc/databases/py-elastic-transport/DESCR:1.1
--- /dev/null Sun Nov 20 23:21:14 2022
+++ pkgsrc/databases/py-elastic-transport/DESCR Sun Nov 20 23:21:14 2022
@@ -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.
Index: pkgsrc/databases/py-elastic-transport/Makefile
diff -u /dev/null pkgsrc/databases/py-elastic-transport/Makefile:1.1
--- /dev/null Sun Nov 20 23:21:14 2022
+++ pkgsrc/databases/py-elastic-transport/Makefile Sun Nov 20 23:21:14 2022
@@ -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"
Index: pkgsrc/databases/py-elastic-transport/PLIST
diff -u /dev/null pkgsrc/databases/py-elastic-transport/PLIST:1.1
--- /dev/null Sun Nov 20 23:21:14 2022
+++ pkgsrc/databases/py-elastic-transport/PLIST Sun Nov 20 23:21:14 2022
@@ -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
Index: pkgsrc/databases/py-elastic-transport/distinfo
diff -u /dev/null pkgsrc/databases/py-elastic-transport/distinfo:1.1
--- /dev/null Sun Nov 20 23:21:14 2022
+++ pkgsrc/databases/py-elastic-transport/distinfo Sun Nov 20 23:21:14 2022
@@ -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