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/ipywidgets/
Date: Mon, 04 Oct 2021 08:06:02
Message-Id: 1633334749.57e47036e75e4f43169dcc0531711407fb85990a.mgorny@gentoo
1 commit: 57e47036e75e4f43169dcc0531711407fb85990a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 06:21:59 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 08:05:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e47036
7
8 dev-python/ipywidgets: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ipywidgets/Manifest | 4 ---
13 dev-python/ipywidgets/ipywidgets-7.5.1-r1.ebuild | 26 -------------------
14 dev-python/ipywidgets/ipywidgets-7.6.2.ebuild | 27 --------------------
15 dev-python/ipywidgets/ipywidgets-7.6.3.ebuild | 31 -----------------------
16 dev-python/ipywidgets/ipywidgets-7.6.4.ebuild | 32 ------------------------
17 5 files changed, 120 deletions(-)
18
19 diff --git a/dev-python/ipywidgets/Manifest b/dev-python/ipywidgets/Manifest
20 index c91075de572..21ad33d8658 100644
21 --- a/dev-python/ipywidgets/Manifest
22 +++ b/dev-python/ipywidgets/Manifest
23 @@ -1,5 +1 @@
24 -DIST ipywidgets-7.5.1.tar.gz 5656334 BLAKE2B 8bd98f523b619bea02e01ae5faffb08040dc5011905dd69510728b02736e66444b3c3cdf1e7272884c1df97f610aff790063f783e1d0939786669ef39cd1fc94 SHA512 856b3e4dad331766eff6e5f1fd31984a4b6ede5c678ffd51a4896f6448dac53ba181ccec2821f10e07e0f1095318427affe19f1420d0337bc3d37ef1e0a9ea0d
25 -DIST ipywidgets-7.6.2.tar.gz 4066260 BLAKE2B b0d75d83108336bac204c24d2a67e88a200939cd8308d99bdb3842916387266f24607726ce0b8781b4a8b6330b9e26bf1eeeeebcaf7588b74980d5bc6603e1b8 SHA512 a8c25ee82e0b0752f850a314fd9a05bbcdd098c9fbe8a0cf0b23e097380beaf7fc916e555fe1597a45bd0085efebc40593da66ef1408114fc6d3085467d95183
26 -DIST ipywidgets-7.6.3.tar.gz 4072376 BLAKE2B 095226ef6a9ee0821b875dc117afe4155132b6b2d94da71b937959c1c4e9f33fa2837d8b736a47caed77c4c52fbb95d8afb5db9e58e99e567a34d6c8cf39afa3 SHA512 7b3506b43214948d73f4f2c55af81ceacff3d7cccc167dd32c72df6bffb8b1b1f8bdbfac7162d343858f723e7b3f3a1cd78f20c2f93b14a8eb39125ae2aee7b4
27 -DIST ipywidgets-7.6.4.tar.gz 4072522 BLAKE2B ab2c778f369fd3457b384b92680ccb77cc421cabf23907c504219fb0dfc71b10d1afee721b6430c3a4dc1a71930fb300324231a8fd55174a8b69a76f65eedfc5 SHA512 aed320f55946896469e22ab06b3a64541671f5b2e29b2b94d4339a1a108757fbafc7dc8bc9ca4d81e8cf9c4b759a95ed8f3d447aa530e85cf22899c1ad01fe3c
28 DIST ipywidgets-7.6.5.tar.gz 4072535 BLAKE2B bc2347863af42254e740454e1d91ca8b7fc03de9dc6a2fdddaf9dbb13da2fe7af0f429733166865ebcdda9840189fc65dc677b7181b34f1c0dc697905aa3af4f SHA512 4952f1cd293f1a4bf1721222579273c95f59adfa9385963617924f5f28232e1940ec045e18aeae83ad138176e4d887e952fe875b960279f3e0b7d982a790a4dc
29
30 diff --git a/dev-python/ipywidgets/ipywidgets-7.5.1-r1.ebuild b/dev-python/ipywidgets/ipywidgets-7.5.1-r1.ebuild
31 deleted file mode 100644
32 index 4557f0f48e9..00000000000
33 --- a/dev-python/ipywidgets/ipywidgets-7.5.1-r1.ebuild
34 +++ /dev/null
35 @@ -1,26 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -PYTHON_COMPAT=( python3_{7..9} )
42 -PYTHON_REQ_USE="threads(+)"
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="IPython HTML widgets for Jupyter"
47 -HOMEPAGE="https://ipywidgets.readthedocs.io/"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
53 -
54 -RDEPEND="
55 - >=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]
56 - >=dev-python/nbformat-4.2.0[${PYTHON_USEDEP}]
57 - >=dev-python/traitlets-4.3.1[${PYTHON_USEDEP}]
58 - >=dev-python/widgetsnbextension-3.5.0[${PYTHON_USEDEP}]
59 -"
60 -
61 -distutils_enable_tests pytest
62
63 diff --git a/dev-python/ipywidgets/ipywidgets-7.6.2.ebuild b/dev-python/ipywidgets/ipywidgets-7.6.2.ebuild
64 deleted file mode 100644
65 index cb2bddc2fb3..00000000000
66 --- a/dev-python/ipywidgets/ipywidgets-7.6.2.ebuild
67 +++ /dev/null
68 @@ -1,27 +0,0 @@
69 -# Copyright 1999-2020 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=7
73 -
74 -DISTUTILS_USE_SETUPTOOLS=no
75 -PYTHON_COMPAT=( python3_{7..9} )
76 -PYTHON_REQ_USE="threads(+)"
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="IPython HTML widgets for Jupyter"
81 -HOMEPAGE="https://ipywidgets.readthedocs.io/"
82 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
83 -
84 -LICENSE="BSD"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
87 -
88 -RDEPEND="
89 - >=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]
90 - >=dev-python/nbformat-4.2.0[${PYTHON_USEDEP}]
91 - >=dev-python/traitlets-4.3.1[${PYTHON_USEDEP}]
92 - >=dev-python/widgetsnbextension-3.5.0[${PYTHON_USEDEP}]
93 -"
94 -
95 -distutils_enable_tests pytest
96
97 diff --git a/dev-python/ipywidgets/ipywidgets-7.6.3.ebuild b/dev-python/ipywidgets/ipywidgets-7.6.3.ebuild
98 deleted file mode 100644
99 index 360a60569d8..00000000000
100 --- a/dev-python/ipywidgets/ipywidgets-7.6.3.ebuild
101 +++ /dev/null
102 @@ -1,31 +0,0 @@
103 -# Copyright 1999-2021 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=8
107 -
108 -DISTUTILS_USE_SETUPTOOLS=no
109 -PYTHON_COMPAT=( python3_{8..10} )
110 -PYTHON_REQ_USE="threads(+)"
111 -
112 -inherit distutils-r1
113 -
114 -DESCRIPTION="IPython HTML widgets for Jupyter"
115 -HOMEPAGE="https://ipywidgets.readthedocs.io/"
116 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
117 -
118 -LICENSE="BSD"
119 -SLOT="0"
120 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
121 -
122 -RDEPEND="
123 - >=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]
124 - >=dev-python/nbformat-4.2.0[${PYTHON_USEDEP}]
125 - >=dev-python/traitlets-4.3.1[${PYTHON_USEDEP}]
126 - >=dev-python/widgetsnbextension-3.5.0[${PYTHON_USEDEP}]
127 -"
128 -
129 -distutils_enable_tests pytest
130 -
131 -PATCHES=(
132 - "${FILESDIR}/${P}-py310.patch"
133 -)
134
135 diff --git a/dev-python/ipywidgets/ipywidgets-7.6.4.ebuild b/dev-python/ipywidgets/ipywidgets-7.6.4.ebuild
136 deleted file mode 100644
137 index 1ffbbe7f9c0..00000000000
138 --- a/dev-python/ipywidgets/ipywidgets-7.6.4.ebuild
139 +++ /dev/null
140 @@ -1,32 +0,0 @@
141 -# Copyright 1999-2021 Gentoo Authors
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=8
145 -
146 -DISTUTILS_USE_SETUPTOOLS=no
147 -PYTHON_COMPAT=( python3_{8..10} )
148 -PYTHON_REQ_USE="threads(+)"
149 -
150 -inherit distutils-r1
151 -
152 -DESCRIPTION="IPython HTML widgets for Jupyter"
153 -HOMEPAGE="https://ipywidgets.readthedocs.io/"
154 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
155 -
156 -LICENSE="BSD"
157 -SLOT="0"
158 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
159 -
160 -RDEPEND="
161 - >=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]
162 - >=dev-python/ipython_genutils-0.2.0[${PYTHON_USEDEP}]
163 - >=dev-python/nbformat-4.2.0[${PYTHON_USEDEP}]
164 - >=dev-python/traitlets-4.3.1[${PYTHON_USEDEP}]
165 - >=dev-python/widgetsnbextension-3.5.0[${PYTHON_USEDEP}]
166 -"
167 -
168 -distutils_enable_tests pytest
169 -
170 -PATCHES=(
171 - "${FILESDIR}/${PN}-7.6.3-py310.patch"
172 -)