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 98482138359 for ; Mon, 9 Nov 2020 07:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 543C5E07F1; Mon, 9 Nov 2020 07:54:17 +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 4680AE07F9 for ; Mon, 9 Nov 2020 07:54:16 +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 B471034095A for ; Mon, 9 Nov 2020 07:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 018DB445 for ; Mon, 9 Nov 2020 07:54:13 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1604908443.ce5fe98e21cfd86d051066b1d832c84196f205e9.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plotly-geo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plotly-geo/Manifest dev-python/plotly-geo/metadata.xml dev-python/plotly-geo/plotly-geo-1.0.0.ebuild X-VCS-Directories: dev-python/plotly-geo/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: ce5fe98e21cfd86d051066b1d832c84196f205e9 X-VCS-Branch: master Date: Mon, 9 Nov 2020 07:54:13 +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: 48b4cd16-c053-4fcf-a1be-c9fde5871604 X-Archives-Hash: 283b9e051581d09725f1711f7693282d commit: ce5fe98e21cfd86d051066b1d832c84196f205e9 Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 12:57:30 2020 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Nov 9 07:54:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5fe98e dev-python/plotly-geo: geo files for plotly Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> Signed-off-by: Benda Xu gentoo.org> dev-python/plotly-geo/Manifest | 1 + dev-python/plotly-geo/metadata.xml | 20 ++++++++++++++++++++ dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/plotly-geo/Manifest b/dev-python/plotly-geo/Manifest new file mode 100644 index 00000000000..43ba51a2d31 --- /dev/null +++ b/dev-python/plotly-geo/Manifest @@ -0,0 +1 @@ +DIST plotly-geo-1.0.0.tar.gz 23718591 BLAKE2B f78b36cd7ac6ec10e830f6be5758ed31ad2382882454d96ef652a73a11aa9b3be46ea24fd3f49a6189d9fd9eeaa89ca6777c691be9fc65f4d2a04a4d2bd58823 SHA512 977621c0fc84a6c72b2a91bcba27cc25b277f32cc87a7098675b3d7cb8c468a8291ef66397f3ceb45fbaa3484eba53d7649f809cf9d02af6309562af0b4fdf4a diff --git a/dev-python/plotly-geo/metadata.xml b/dev-python/plotly-geo/metadata.xml new file mode 100644 index 00000000000..301f9875d59 --- /dev/null +++ b/dev-python/plotly-geo/metadata.xml @@ -0,0 +1,20 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + gentoo@aisha.cc + Aisha Tammy + + + Python plotting library for collaborative, interactive, publication-quality + graphs. Plotly is an online collaborative data analysis and graphing tool. + + + plotly + plotly/plotly.py + + diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild new file mode 100644 index 00000000000..8e9ea441129 --- /dev/null +++ b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Browser-based graphing library for Python" +HOMEPAGE="https://plot.ly/python/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/plotly[${PYTHON_USEDEP}] +"