From 1965c3674e370d2b162e5235dd415e4a6f6bdab4 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 9 Nov 2020 12:26:46 +0000 Subject: Updating liguros repo --- dev-python/plotly-geo/Manifest | 1 + dev-python/plotly-geo/metadata.xml | 21 +++++++++++++++++++++ dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-python/plotly-geo/Manifest create mode 100644 dev-python/plotly-geo/metadata.xml create mode 100644 dev-python/plotly-geo/plotly-geo-1.0.0.ebuild (limited to 'dev-python/plotly-geo') diff --git a/dev-python/plotly-geo/Manifest b/dev-python/plotly-geo/Manifest new file mode 100644 index 000000000000..43ba51a2d31f --- /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 000000000000..5a026d9da025 --- /dev/null +++ b/dev-python/plotly-geo/metadata.xml @@ -0,0 +1,21 @@ + + + + + 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 + + gentoo-staging + 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 000000000000..05b72965915e --- /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_{5,6,7,8,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}] +" -- cgit v1.3