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 674761382C5 for ; Tue, 19 May 2020 15:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54B0CE0896; Tue, 19 May 2020 15:08:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3805FE0896 for ; Tue, 19 May 2020 15:08:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5B66034F095 for ; Tue, 19 May 2020 15:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C649AF for ; Tue, 19 May 2020 15:08:45 +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: <1589900917.06353f6b8106fdfc11b2c645d1d0cedff51aa917.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/influxdb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/influxdb/influxdb-5.3.0.ebuild X-VCS-Directories: dev-python/influxdb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 06353f6b8106fdfc11b2c645d1d0cedff51aa917 X-VCS-Branch: dev Date: Tue, 19 May 2020 15:08:45 +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: 0b39304c-1a2a-45b2-b94a-722244bf178a X-Archives-Hash: 37cee9e0e880dfb0586808dee80935cc commit: 06353f6b8106fdfc11b2c645d1d0cedff51aa917 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue May 19 15:08:37 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue May 19 15:08:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06353f6b dev-python/influxdb: fix doc Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/influxdb/influxdb-5.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/influxdb/influxdb-5.3.0.ebuild b/dev-python/influxdb/influxdb-5.3.0.ebuild index 796f7cb..ca38736 100644 --- a/dev-python/influxdb/influxdb-5.3.0.ebuild +++ b/dev-python/influxdb/influxdb-5.3.0.ebuild @@ -35,4 +35,4 @@ DEPEND=" )" distutils_enable_tests nose -distutils_enable_sphinx docs +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme 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 4C5771382C5 for ; Tue, 19 May 2020 15:13:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1827BE070D; Tue, 19 May 2020 15:13:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 00D4AE070D for ; Tue, 19 May 2020 15:13:39 +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 5154634EFAE for ; Tue, 19 May 2020 15:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B06B1F5 for ; Tue, 19 May 2020 15:13:36 +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: <1589900917.06353f6b8106fdfc11b2c645d1d0cedff51aa917.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/influxdb-5.3.0.ebuild X-VCS-Directories: dev-python/influxdb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 06353f6b8106fdfc11b2c645d1d0cedff51aa917 X-VCS-Branch: master Date: Tue, 19 May 2020 15:13:36 +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: cf2a4880-b9a0-4e74-baf2-170b40d60c73 X-Archives-Hash: 53b17118e6bde113b0b6d5acee203d71 Message-ID: <20200519151336.lX3oxMOssKVUu0hDJS2AWKR6vR0LYvntRbstrWQOiN0@z> commit: 06353f6b8106fdfc11b2c645d1d0cedff51aa917 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue May 19 15:08:37 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue May 19 15:08:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06353f6b dev-python/influxdb: fix doc Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/influxdb/influxdb-5.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/influxdb/influxdb-5.3.0.ebuild b/dev-python/influxdb/influxdb-5.3.0.ebuild index 796f7cb..ca38736 100644 --- a/dev-python/influxdb/influxdb-5.3.0.ebuild +++ b/dev-python/influxdb/influxdb-5.3.0.ebuild @@ -35,4 +35,4 @@ DEPEND=" )" distutils_enable_tests nose -distutils_enable_sphinx docs +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme