pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove py-elastic-transport: already in pkgsrc
Module Name: pkgsrc-wip
Committed By: Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By: mishka
Date: Mon Feb 27 01:58:30 2023 +0200
Changeset: a09b7ec1531c00b8afbe8542a3b45810e3fd17b8
Modified Files:
Makefile
Removed Files:
py-elastic-transport/DESCR
py-elastic-transport/Makefile
py-elastic-transport/PLIST
py-elastic-transport/distinfo
Log Message:
Remove py-elastic-transport: already in pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a09b7ec1531c00b8afbe8542a3b45810e3fd17b8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-elastic-transport/DESCR | 4 ---
py-elastic-transport/Makefile | 18 ------------
py-elastic-transport/PLIST | 64 -------------------------------------------
py-elastic-transport/distinfo | 5 ----
5 files changed, 92 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 71a23f9bf3..ad6f06f986 100644
--- a/Makefile
+++ b/Makefile
@@ -3721,7 +3721,6 @@ SUBDIR+= py-eigency
SUBDIR+= py-eight2
SUBDIR+= py-einsteinpy
SUBDIR+= py-einsteinpy-geodesics
-SUBDIR+= py-elastic-transport
SUBDIR+= py-elasticsearch-dsl
SUBDIR+= py-email-reply-parser
SUBDIR+= py-emcee
diff --git a/py-elastic-transport/DESCR b/py-elastic-transport/DESCR
deleted file mode 100644
index 3da273421f..0000000000
--- a/py-elastic-transport/DESCR
+++ /dev/null
@@ -1,4 +0,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.
diff --git a/py-elastic-transport/Makefile b/py-elastic-transport/Makefile
deleted file mode 100644
index 6002783029..0000000000
--- a/py-elastic-transport/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME= elastic-transport-8.1.2
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=elastic/}
-GITHUB_PROJECT= elastic-transport-python
-GITHUB_RELEASE= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/elastic/${GITHUB_PROJECT}
-COMMENT= Transport classes and utilities for Elastic client libraries
-LICENSE= apache-2.0
-
-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
deleted file mode 100644
index 41c708fd77..0000000000
--- a/py-elastic-transport/PLIST
+++ /dev/null
@@ -1,64 +0,0 @@
-@comment $NetBSD$
-${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 --git a/py-elastic-transport/distinfo b/py-elastic-transport/distinfo
deleted file mode 100644
index 4a73381392..0000000000
--- a/py-elastic-transport/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (elastic-transport-8.1.2.tar.gz) = c8f49d29577af98bad3c8e893749b39df2430a036adb397bc59f3d5af7044234
-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