Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
Date: Sun, 26 Jun 2022 10:08:26
Message-Id: 1656238084.34f0388c597e192a1aed9891e6333a46b82ffdf2.tupone@gentoo
1 commit: 34f0388c597e192a1aed9891e6333a46b82ffdf2
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 10:08:04 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 10:08:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f0388c
7
8 sci-visualization/dash: drop old versions
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 sci-visualization/dash/Manifest | 1 -
14 sci-visualization/dash/dash-1.20.0-r1.ebuild | 50 ----------------------------
15 sci-visualization/dash/dash-1.21.0.ebuild | 34 -------------------
16 3 files changed, 85 deletions(-)
17
18 diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
19 index d5c9e74b0d3e..2082553ce605 100644
20 --- a/sci-visualization/dash/Manifest
21 +++ b/sci-visualization/dash/Manifest
22 @@ -1,2 +1 @@
23 -DIST dash-1.20.0.tar.gz 1786368 BLAKE2B 2826336f72b9bea80be6ef77df49109b7b68ed93678b606c998a1906907551551a3228e1140d20c6e1b5bf5e53fb9cebd0c0a4d7ab5cc1a590e47ef351558a40 SHA512 670cf593068370c70f1db25c70c7a76ce98c696efbff1146cc90f90a99b8b48bf80cf47688504d173ef253ccb9f1170c2067b3af9414eacb226f7ef25149ffff
24 DIST dash-1.21.0.tar.gz 1753608 BLAKE2B 07530da9e39065e80f653f97eda5ae8840a05cbc90969640910e1788daea8c5227841fd7de74b90bbb763e3c4b027442eb9e35f52d8ea57a0e8bae4dcab87ce0 SHA512 8254a918f60de9dc329af53f8ff15841be39b130c56c6c6037a2fe4d699fa71f565d7cb0a14d1405f0a1d32cfe886e1531558158596ea1a2b69fd7c62af5a8ce
25
26 diff --git a/sci-visualization/dash/dash-1.20.0-r1.ebuild b/sci-visualization/dash/dash-1.20.0-r1.ebuild
27 deleted file mode 100644
28 index 0b2685f17351..000000000000
29 --- a/sci-visualization/dash/dash-1.20.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 2021-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python framework for building ML & data science web apps"
41 -HOMEPAGE="https://github.com/plotly/dash"
42 -SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
43 - -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -DEPEND=""
50 -RDEPEND="${DEPEND}
51 - dev-python/future[${PYTHON_USEDEP}]
52 - sci-visualization/dash-table[${PYTHON_USEDEP}]
53 - sci-visualization/dash-html-components[${PYTHON_USEDEP}]
54 - sci-visualization/dash-core-components[${PYTHON_USEDEP}]
55 - dev-python/plotly[${PYTHON_USEDEP}]
56 - dev-python/flask-compress[${PYTHON_USEDEP}]"
57 -BDEPEND=""
58 -
59 -src_prepare() {
60 - distutils-r1_src_prepare
61 - cd dash-renderer
62 - distutils-r1_src_prepare
63 -}
64 -
65 -src_configure() {
66 - distutils-r1_src_configure
67 - cd dash-renderer
68 - distutils-r1_src_configure
69 -}
70 -
71 -src_compile() {
72 - distutils-r1_src_compile
73 - cd dash-renderer
74 - distutils-r1_src_compile
75 -}
76 -
77 -src_install() {
78 - distutils-r1_src_install
79 - cd dash-renderer
80 - distutils-r1_src_install
81 -}
82
83 diff --git a/sci-visualization/dash/dash-1.21.0.ebuild b/sci-visualization/dash/dash-1.21.0.ebuild
84 deleted file mode 100644
85 index 0c622cae63c1..000000000000
86 --- a/sci-visualization/dash/dash-1.21.0.ebuild
87 +++ /dev/null
88 @@ -1,34 +0,0 @@
89 -# Copyright 2021-2022 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -PYTHON_COMPAT=( python3_{8..10} )
95 -inherit distutils-r1
96 -
97 -DESCRIPTION="Python framework for building ML & data science web apps"
98 -HOMEPAGE="https://github.com/plotly/dash"
99 -SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
100 - -> ${P}.tar.gz"
101 -
102 -LICENSE="MIT"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~x86"
105 -# Test need some packages not yet in the tree
106 -# flask_talisman
107 -# percy
108 -# ...
109 -RESTRICT="test"
110 -
111 -RDEPEND="
112 - dev-python/future[${PYTHON_USEDEP}]
113 - sci-visualization/dash-table[${PYTHON_USEDEP}]
114 - sci-visualization/dash-html-components[${PYTHON_USEDEP}]
115 - sci-visualization/dash-core-components[${PYTHON_USEDEP}]
116 - dev-python/plotly[${PYTHON_USEDEP}]
117 - dev-python/flask-compress[${PYTHON_USEDEP}]"
118 -DEPEND="${RDEPEND}
119 - test? ( dev-python/beautifulsoup4 )"
120 -BDEPEND=""
121 -
122 -distutils_enable_tests pytest