From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- dev-python/plotly/Manifest | 4 +++- dev-python/plotly/metadata.xml | 4 ++++ dev-python/plotly/plotly-4.10.0.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 dev-python/plotly/plotly-4.10.0.ebuild (limited to 'dev-python/plotly') diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest index cc9f1d10bb86..b1462b8042f4 100644 --- a/dev-python/plotly/Manifest +++ b/dev-python/plotly/Manifest @@ -1,3 +1,5 @@ DIST plotly-1.9.6.tar.gz 546722 BLAKE2B 5905af517ef40bc077492f01b49c367c0aa03a96accb86ec072e188a43e463c187a0b9dee3d0df33669aa6d600ed9127b067c7099947e5235331d14ce10bf33c SHA512 7564036ed3745fc06ee7428942e45ca6bfaefa1e47b08a5868a918924268ee632515f1de4bf3e90911234f18a4d85b092ecb6ef9f213b939093dcb433a12dec4 +DIST plotly-4.10.0.tar.gz 6263967 BLAKE2B a78ddf286993621a555cc7f34a5ad0f44e93dcceb9bdac2a20f0cd80257e90485f20b4c89a350a3718b104401d7677a762231c6a774e5c2757a2de1454822875 SHA512 bc32dac7e5621b254c3868e85ed18133ad8341bed5784f707a89242c5e1ef9959afc603a91ccb068aca24032d3ff5b44678811c405d579284334f051f59f93aa EBUILD plotly-1.9.6.ebuild 581 BLAKE2B 417af31851a15f9daaacab05b8f2ece2d43e014c61591df78cef90d9c64402461ad81fb3fe35dc9bd21bdb13dc825f3307c62e3615a66695e0c3c47d4974aac6 SHA512 36b10804505a919ff4c796d3089573e1c194df7a116a4f139f8344f60e28fe1c909e9b8aff7990280d51f1ab0a22460c618078527fe96b94cc057f688dc2f8da -MISC metadata.xml 601 BLAKE2B eb47eb35e1a4e00d798a5483413476bd98e4071845e7271e7a1982e8d0474c9f77d55105952b47d8676230ef1f2c89296172b26729b91b9403d73498be080645 SHA512 6a9af070fbe6fd992fa2131491b742c7d92c8fdc30993d1c92185c5bb4dbd42c9a9f84bbf6a9b710d5c731d820e3610d00258fcc284ea7388e1acf56fd3840b9 +EBUILD plotly-4.10.0.ebuild 613 BLAKE2B eecc55525b63ce6d8c9efd129f004ba88d3d50130331a7126036cb531b3c6ea4c76335785d97de532c6433c355540e4d4df093c4e7676c114ea23e4f1858c2ed SHA512 ac924fdf965af316a4b79ffac80c4267556ba24f2080ffa0d5b89759ebed6d160096c813f21443de786b3c65c92764cc56b5ff337fce7eeeef6bd87196813d05 +MISC metadata.xml 710 BLAKE2B 633a653c6685aa7653f7bd98dcaf52b79d2cf21697312e0547572ce2af049fc42c46769e6072af0021228bd0ab9a2b79cedfcc7aac8c9334eaec035598124d71 SHA512 cadd4997b878844c4d425f0c2c4515f9ed8d91258ff393b317b8c7f946cdcb8ac8c00ed0c15731e3b7b58b02759f621aa0f4e773817cef6de5aa3b962456fd31 diff --git a/dev-python/plotly/metadata.xml b/dev-python/plotly/metadata.xml index b92ec11d7525..301f9875d592 100644 --- a/dev-python/plotly/metadata.xml +++ b/dev-python/plotly/metadata.xml @@ -5,6 +5,10 @@ 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. diff --git a/dev-python/plotly/plotly-4.10.0.ebuild b/dev-python/plotly/plotly-4.10.0.ebuild new file mode 100644 index 000000000000..24a60e316802 --- /dev/null +++ b/dev-python/plotly/plotly-4.10.0.ebuild @@ -0,0 +1,29 @@ +# 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/retrying[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" + +python_install_all() { + distutils-r1_python_install_all + + mkdir -p "${ED}"/etc/ || die + mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die + rmdir "${ED}"/usr/etc || die +} -- cgit v1.2.3