From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C4D51382C5 for ; Tue, 30 Jun 2020 19:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA8C5E09B4; Tue, 30 Jun 2020 19:43:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4680E09B4 for ; Tue, 30 Jun 2020 19:43:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96EA434F2D7 for ; Tue, 30 Jun 2020 19:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F143F2CB for ; Tue, 30 Jun 2020 19:43:40 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1593497495.3d90cbfcab844bea47362ec1242447ea7cc7d80a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/influxdb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/influxdb/Manifest dev-python/influxdb/influxdb-5.3.0.ebuild dev-python/influxdb/metadata.xml X-VCS-Directories: dev-python/influxdb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3d90cbfcab844bea47362ec1242447ea7cc7d80a X-VCS-Branch: master Date: Tue, 30 Jun 2020 19:43:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 115e905a-8789-4ee4-9cc0-59312aeb69ee X-Archives-Hash: 882019d83682e8c2f22971a4473f4b58 commit: 3d90cbfcab844bea47362ec1242447ea7cc7d80a Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Tue Jun 30 06:11:35 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 30 06:11:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d90cbfc dev-python/influxdb: Remove, package is in ::gentoo. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-python/influxdb/Manifest | 1 - dev-python/influxdb/influxdb-5.3.0.ebuild | 38 ------------------------------- dev-python/influxdb/metadata.xml | 11 --------- 3 files changed, 50 deletions(-) diff --git a/dev-python/influxdb/Manifest b/dev-python/influxdb/Manifest deleted file mode 100644 index a0c111d..0000000 --- a/dev-python/influxdb/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index ca38736..0000000 --- a/dev-python/influxdb/influxdb-5.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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/source dev-python/sphinx_rtd_theme diff --git a/dev-python/influxdb/metadata.xml b/dev-python/influxdb/metadata.xml deleted file mode 100644 index b2638d0..0000000 --- a/dev-python/influxdb/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - davidroman96@gmail.com - David Roman - - - influxdata/influxdb-python - -