pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-influxdb: imported influxdb-python 5.2.2.
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Thu Aug 22 11:32:32 2019 +0200
Changeset: 816c8aab9d43423dcba1658f1112e27534a1d1d5
Added Files:
py-influxdb/DESCR
py-influxdb/Makefile
py-influxdb/PLIST
py-influxdb/distinfo
Log Message:
py-influxdb: imported influxdb-python 5.2.2.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=816c8aab9d43423dcba1658f1112e27534a1d1d5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-influxdb/DESCR | 1 +
py-influxdb/Makefile | 16 +++++++++
py-influxdb/PLIST | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++
py-influxdb/distinfo | 6 ++++
4 files changed, 119 insertions(+)
diffs:
diff --git a/py-influxdb/DESCR b/py-influxdb/DESCR
new file mode 100644
index 0000000000..871918c639
--- /dev/null
+++ b/py-influxdb/DESCR
@@ -0,0 +1 @@
+InfluxDB-Python is a client for interacting with InfluxDB.
diff --git a/py-influxdb/Makefile b/py-influxdb/Makefile
new file mode 100644
index 0000000000..44f892f53c
--- /dev/null
+++ b/py-influxdb/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= influxdb-5.2.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel databases
+MASTER_SITES= ${MASTER_SITE_PYPI:=i/influxdb/}
+
+MAINTAINER= root%zta.lk@localhost
+HOMEPAGE= https://github.com/influxdata/influxdb-python
+COMMENT= Python client for InfluxDB
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-influxdb/PLIST b/py-influxdb/PLIST
new file mode 100644
index 0000000000..6f0f465e11
--- /dev/null
+++ b/py-influxdb/PLIST
@@ -0,0 +1,96 @@
+@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}/influxdb/__init__.py
+${PYSITELIB}/influxdb/__init__.pyc
+${PYSITELIB}/influxdb/__init__.pyo
+${PYSITELIB}/influxdb/_dataframe_client.py
+${PYSITELIB}/influxdb/_dataframe_client.pyc
+${PYSITELIB}/influxdb/_dataframe_client.pyo
+${PYSITELIB}/influxdb/chunked_json.py
+${PYSITELIB}/influxdb/chunked_json.pyc
+${PYSITELIB}/influxdb/chunked_json.pyo
+${PYSITELIB}/influxdb/client.py
+${PYSITELIB}/influxdb/client.pyc
+${PYSITELIB}/influxdb/client.pyo
+${PYSITELIB}/influxdb/dataframe_client.py
+${PYSITELIB}/influxdb/dataframe_client.pyc
+${PYSITELIB}/influxdb/dataframe_client.pyo
+${PYSITELIB}/influxdb/exceptions.py
+${PYSITELIB}/influxdb/exceptions.pyc
+${PYSITELIB}/influxdb/exceptions.pyo
+${PYSITELIB}/influxdb/helper.py
+${PYSITELIB}/influxdb/helper.pyc
+${PYSITELIB}/influxdb/helper.pyo
+${PYSITELIB}/influxdb/influxdb08/__init__.py
+${PYSITELIB}/influxdb/influxdb08/__init__.pyc
+${PYSITELIB}/influxdb/influxdb08/__init__.pyo
+${PYSITELIB}/influxdb/influxdb08/chunked_json.py
+${PYSITELIB}/influxdb/influxdb08/chunked_json.pyc
+${PYSITELIB}/influxdb/influxdb08/chunked_json.pyo
+${PYSITELIB}/influxdb/influxdb08/client.py
+${PYSITELIB}/influxdb/influxdb08/client.pyc
+${PYSITELIB}/influxdb/influxdb08/client.pyo
+${PYSITELIB}/influxdb/influxdb08/dataframe_client.py
+${PYSITELIB}/influxdb/influxdb08/dataframe_client.pyc
+${PYSITELIB}/influxdb/influxdb08/dataframe_client.pyo
+${PYSITELIB}/influxdb/influxdb08/helper.py
+${PYSITELIB}/influxdb/influxdb08/helper.pyc
+${PYSITELIB}/influxdb/influxdb08/helper.pyo
+${PYSITELIB}/influxdb/line_protocol.py
+${PYSITELIB}/influxdb/line_protocol.pyc
+${PYSITELIB}/influxdb/line_protocol.pyo
+${PYSITELIB}/influxdb/resultset.py
+${PYSITELIB}/influxdb/resultset.pyc
+${PYSITELIB}/influxdb/resultset.pyo
+${PYSITELIB}/influxdb/tests/__init__.py
+${PYSITELIB}/influxdb/tests/__init__.pyc
+${PYSITELIB}/influxdb/tests/__init__.pyo
+${PYSITELIB}/influxdb/tests/chunked_json_test.py
+${PYSITELIB}/influxdb/tests/chunked_json_test.pyc
+${PYSITELIB}/influxdb/tests/chunked_json_test.pyo
+${PYSITELIB}/influxdb/tests/client_test.py
+${PYSITELIB}/influxdb/tests/client_test.pyc
+${PYSITELIB}/influxdb/tests/client_test.pyo
+${PYSITELIB}/influxdb/tests/dataframe_client_test.py
+${PYSITELIB}/influxdb/tests/dataframe_client_test.pyc
+${PYSITELIB}/influxdb/tests/dataframe_client_test.pyo
+${PYSITELIB}/influxdb/tests/helper_test.py
+${PYSITELIB}/influxdb/tests/helper_test.pyc
+${PYSITELIB}/influxdb/tests/helper_test.pyo
+${PYSITELIB}/influxdb/tests/influxdb08/__init__.py
+${PYSITELIB}/influxdb/tests/influxdb08/__init__.pyc
+${PYSITELIB}/influxdb/tests/influxdb08/__init__.pyo
+${PYSITELIB}/influxdb/tests/influxdb08/client_test.py
+${PYSITELIB}/influxdb/tests/influxdb08/client_test.pyc
+${PYSITELIB}/influxdb/tests/influxdb08/client_test.pyo
+${PYSITELIB}/influxdb/tests/influxdb08/dataframe_client_test.py
+${PYSITELIB}/influxdb/tests/influxdb08/dataframe_client_test.pyc
+${PYSITELIB}/influxdb/tests/influxdb08/dataframe_client_test.pyo
+${PYSITELIB}/influxdb/tests/influxdb08/helper_test.py
+${PYSITELIB}/influxdb/tests/influxdb08/helper_test.pyc
+${PYSITELIB}/influxdb/tests/influxdb08/helper_test.pyo
+${PYSITELIB}/influxdb/tests/misc.py
+${PYSITELIB}/influxdb/tests/misc.pyc
+${PYSITELIB}/influxdb/tests/misc.pyo
+${PYSITELIB}/influxdb/tests/resultset_test.py
+${PYSITELIB}/influxdb/tests/resultset_test.pyc
+${PYSITELIB}/influxdb/tests/resultset_test.pyo
+${PYSITELIB}/influxdb/tests/server_tests/__init__.py
+${PYSITELIB}/influxdb/tests/server_tests/__init__.pyc
+${PYSITELIB}/influxdb/tests/server_tests/__init__.pyo
+${PYSITELIB}/influxdb/tests/server_tests/base.py
+${PYSITELIB}/influxdb/tests/server_tests/base.pyc
+${PYSITELIB}/influxdb/tests/server_tests/base.pyo
+${PYSITELIB}/influxdb/tests/server_tests/client_test_with_server.py
+${PYSITELIB}/influxdb/tests/server_tests/client_test_with_server.pyc
+${PYSITELIB}/influxdb/tests/server_tests/client_test_with_server.pyo
+${PYSITELIB}/influxdb/tests/server_tests/influxdb_instance.py
+${PYSITELIB}/influxdb/tests/server_tests/influxdb_instance.pyc
+${PYSITELIB}/influxdb/tests/server_tests/influxdb_instance.pyo
+${PYSITELIB}/influxdb/tests/test_line_protocol.py
+${PYSITELIB}/influxdb/tests/test_line_protocol.pyc
+${PYSITELIB}/influxdb/tests/test_line_protocol.pyo
diff --git a/py-influxdb/distinfo b/py-influxdb/distinfo
new file mode 100644
index 0000000000..36c685545b
--- /dev/null
+++ b/py-influxdb/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (influxdb-5.2.2.tar.gz) = 8ae25afb98f611ebcd0c094705450ca81f6ed3e1
+RMD160 (influxdb-5.2.2.tar.gz) = 92e696a96bdbd646334ddfd1e9c755dd32c5f016
+SHA512 (influxdb-5.2.2.tar.gz) = 8a656405a5475e054e6f05d118ce0dc9c97d65713f4a72de5d923d5d0fbf7c9a541cc6cd0fca16c600ad3b57d4f8b5bb2655b4ce19d2eb776ae8e223fb993325
+Size (influxdb-5.2.2.tar.gz) = 59570 bytes
Home |
Main Index |
Thread Index |
Old Index