From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/influxdb/
Date: Tue, 19 May 2020 14:38:44 +0000 (UTC) [thread overview]
Message-ID: <1589899097.a58f0c9aac3ede5583446d9e82f13e5b620e0774.davidroman@gentoo> (raw)
commit: a58f0c9aac3ede5583446d9e82f13e5b620e0774
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue May 19 14:37:39 2020 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue May 19 14:38:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a58f0c9a
dev-python/influxdb: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/influxdb/Manifest | 1 +
dev-python/influxdb/influxdb-5.3.0.ebuild | 38 +++++++++++++++++++++++++++++++
dev-python/influxdb/metadata.xml | 11 +++++++++
3 files changed, 50 insertions(+)
diff --git a/dev-python/influxdb/Manifest b/dev-python/influxdb/Manifest
new file mode 100644
index 0000000..a0c111d
--- /dev/null
+++ b/dev-python/influxdb/Manifest
@@ -0,0 +1 @@
+DIST influxdb-5.3.0.tar.gz 79773 BLAKE2B d70d5594698904018993ce33b27aee89aef9a34f74ef19dcb31888f11e8a2dcb510116f6c5a573b934bae4101b0e976f4dc87dcb16ec85a97054b7531a6c0256 SHA512 87129544b5bef8062d452447626b639b675bf6ba5076f38d4616a364fa6dfea6aa73beece239aeb8f2294314c4fe6bc7e3ae5d7e463592bd0f77ed3aaaff5557
diff --git a/dev-python/influxdb/influxdb-5.3.0.ebuild b/dev-python/influxdb/influxdb-5.3.0.ebuild
new file mode 100644
index 0000000..796f7cb
--- /dev/null
+++ b/dev-python/influxdb/influxdb-5.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python client for InfluxDB"
+HOMEPAGE="https://github.com/influxdata/influxdb-python"
+# pypi mirror don't have all required tests files
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN}-python-${PV}"
+
+RDEPEND="
+ dev-python/msgpack[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ "
+
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/requests-mock[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests nose
+distutils_enable_sphinx docs
diff --git a/dev-python/influxdb/metadata.xml b/dev-python/influxdb/metadata.xml
new file mode 100644
index 0000000..b2638d0
--- /dev/null
+++ b/dev-python/influxdb/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">influxdata/influxdb-python</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2020-05-19 14:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-19 14:38 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-19 15:08 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/influxdb/ Andrew Ammerlaan
2020-06-30 6:12 Ronny Gutbrod
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1589899097.a58f0c9aac3ede5583446d9e82f13e5b620e0774.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox