Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plotly/
Date: Sun, 17 Oct 2021 09:13:54
Message-Id: 1634461793.c7e377426e04603133985fcee4755f3dff4d08ac.mgorny@gentoo
1 commit: c7e377426e04603133985fcee4755f3dff4d08ac
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:09:53 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:09:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e37742
7
8 dev-python/plotly: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/plotly/Manifest | 2 --
13 dev-python/plotly/plotly-4.14.1.ebuild | 29 -----------------------------
14 dev-python/plotly/plotly-4.14.3.ebuild | 29 -----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
18 index 3c08fb3d074..4a1fe19d713 100644
19 --- a/dev-python/plotly/Manifest
20 +++ b/dev-python/plotly/Manifest
21 @@ -1,3 +1 @@
22 -DIST plotly-4.14.1.tar.gz 6373585 BLAKE2B 8e8d15a7f68bbef835fcbc0048c2457916aad1b10e06c903222030b2b2e1b902e2d42080f8ac2c19928dabd7e1623210930b9f33dededa71dbbb28b2f41f848c SHA512 e052680d0e7344b9f53f1b917dd0b9bc87b0c34300d93b8958ccb35b38f9dc5e7fb4db016d1113df4bae78c419f3d378112c59c3470723ce1349eaadbc5011f8
23 -DIST plotly-4.14.3.tar.gz 6374650 BLAKE2B 91d950b6365876b03b2b0393c642275c37fc352fda90ce010310f5dae046c3cdd835de438036c5d92fd35d3afcd2c7b8548a87b1354d4a33cd2cfe10838ae94d SHA512 7d8db7a0f6c1abeda1b222f9bd25e4395dd8d14d246ad986960868a8083e4f1d1f600d84f44416eb1d089640d190192e931b5a5f6ae24e01cf8146c4cf8e80eb
24 DIST plotly-5.2.2.tar.gz 7293292 BLAKE2B baef3accf8f5a3085908fcea558f8003687e18a1f97471c620c378c10d23d4222ef87dc47d64f45199b594414890db5b8ca5e3d7867c871d926c2ae441128c4a SHA512 4d6d79f7cc2063e73e7c17ff90a7d13324497ea8034d8ce62d79ec62b0530a59b2eaec8913fb05efb804cf5be8387b6f96d1710f41b9993233b5a13cf64dd310
25
26 diff --git a/dev-python/plotly/plotly-4.14.1.ebuild b/dev-python/plotly/plotly-4.14.1.ebuild
27 deleted file mode 100644
28 index c1273fd5def..00000000000
29 --- a/dev-python/plotly/plotly-4.14.1.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Browser-based graphing library for Python"
42 -HOMEPAGE="https://plot.ly/python/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -RDEPEND="
50 - dev-python/retrying[${PYTHON_USEDEP}]
51 - dev-python/six[${PYTHON_USEDEP}]
52 -"
53 -
54 -python_install_all() {
55 - distutils-r1_python_install_all
56 -
57 - mkdir -p "${ED}"/etc/ || die
58 - mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
59 - rmdir "${ED}"/usr/etc || die
60 -}
61
62 diff --git a/dev-python/plotly/plotly-4.14.3.ebuild b/dev-python/plotly/plotly-4.14.3.ebuild
63 deleted file mode 100644
64 index a042ff17b54..00000000000
65 --- a/dev-python/plotly/plotly-4.14.3.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -
73 -PYTHON_COMPAT=( python3_{7..10} )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="Browser-based graphing library for Python"
78 -HOMEPAGE="https://plot.ly/python/"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -LICENSE="MIT"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -
85 -RDEPEND="
86 - dev-python/retrying[${PYTHON_USEDEP}]
87 - dev-python/six[${PYTHON_USEDEP}]
88 -"
89 -
90 -python_install_all() {
91 - distutils-r1_python_install_all
92 -
93 - mkdir -p "${ED}"/etc/ || die
94 - mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
95 - rmdir "${ED}"/usr/etc || die
96 -}