commit:     ce5fe98e21cfd86d051066b1d832c84196f205e9
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Sep 24 12:57:30 2020 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> 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 <gentoo <AT> aisha.cc>
Signed-off-by: Benda Xu <heroxbd <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>s...@gentoo.org</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <maintainer type="person">
+    <email>gen...@aisha.cc</email>
+    <name>Aisha Tammy</name>
+  </maintainer>
+  <longdescription lang="en">
+    Python plotting library for collaborative, interactive, publication-quality
+    graphs. Plotly is an online collaborative data analysis and graphing tool. 
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">plotly</remote-id>
+    <remote-id type="github">plotly/plotly.py</remote-id>
+  </upstream>
+</pkgmetadata>

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}]
+"

Reply via email to