From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/plotly/Manifest | 1 + dev-python/plotly/metadata.xml | 17 +++++++++++++++++ dev-python/plotly/plotly-1.9.6.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 dev-python/plotly/Manifest create mode 100644 dev-python/plotly/metadata.xml create mode 100644 dev-python/plotly/plotly-1.9.6.ebuild (limited to 'dev-python/plotly') diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest new file mode 100644 index 000000000000..311b96dad542 --- /dev/null +++ b/dev-python/plotly/Manifest @@ -0,0 +1 @@ +DIST plotly-1.9.6.tar.gz 546722 BLAKE2B 5905af517ef40bc077492f01b49c367c0aa03a96accb86ec072e188a43e463c187a0b9dee3d0df33669aa6d600ed9127b067c7099947e5235331d14ce10bf33c SHA512 7564036ed3745fc06ee7428942e45ca6bfaefa1e47b08a5868a918924268ee632515f1de4bf3e90911234f18a4d85b092ecb6ef9f213b939093dcb433a12dec4 diff --git a/dev-python/plotly/metadata.xml b/dev-python/plotly/metadata.xml new file mode 100644 index 000000000000..a62471d05170 --- /dev/null +++ b/dev-python/plotly/metadata.xml @@ -0,0 +1,17 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + 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/plotly-1.9.6.ebuild b/dev-python/plotly/plotly-1.9.6.ebuild new file mode 100644 index 000000000000..a92ff18c06ce --- /dev/null +++ b/dev-python/plotly/plotly-1.9.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 virtualx + +DESCRIPTION="Browser-based graphing library for Python" +HOMEPAGE="https://plot.ly/python/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.3.1