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/pydata-sphinx-theme/
Date: Wed, 28 Apr 2021 17:47:59
Message-Id: 1619632046.c184440dc39ff3d6be1f594f4d0fcc7d6102a32b.mgorny@gentoo
1 commit: c184440dc39ff3d6be1f594f4d0fcc7d6102a32b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 17:47:26 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 17:47:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c184440d
7
8 dev-python/pydata-sphinx-theme: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pydata-sphinx-theme/Manifest | 4 ---
13 .../pydata-sphinx-theme-0.4.3.ebuild | 37 ----------------------
14 .../pydata-sphinx-theme-0.5.1.ebuild | 32 -------------------
15 .../pydata-sphinx-theme-0.6.0.ebuild | 32 -------------------
16 .../pydata-sphinx-theme-0.6.1.ebuild | 32 -------------------
17 5 files changed, 137 deletions(-)
18
19 diff --git a/dev-python/pydata-sphinx-theme/Manifest b/dev-python/pydata-sphinx-theme/Manifest
20 index ab043846fa1..b3c1658b21d 100644
21 --- a/dev-python/pydata-sphinx-theme/Manifest
22 +++ b/dev-python/pydata-sphinx-theme/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9 SHA512 9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f
25 -DIST pydata-sphinx-theme-0.5.1.tar.gz 2556119 BLAKE2B cc8ea35cda2829f884699f8200ce1e8fbe9dbcd06fc7b4d3e51d587572d6d66d90bd57d9bab9f1e6fb55688ec6531bb7de72646030e97eca7c34da51f5756fcb SHA512 50996dbe1ea25f751056b837480a5d30662c169c420b27c50aa14c583a2f3601aad34718433ad00a938425142af1e937f1ffe8e341194b60b9c915167f070c43
26 DIST pydata-sphinx-theme-0.5.2.tar.gz 2556695 BLAKE2B bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18 SHA512 949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19
27 -DIST pydata-sphinx-theme-0.6.0.tar.gz 2566282 BLAKE2B 4e2614dff0ba4bcfd8c6679e7ec8f5b484d3c825555636e11ffc900effb4d3a8d47dde5b60e8deb020189cb01174de726e800d12b9d0cdd376a7d3c380832628 SHA512 d4ed38a0af2163cbbdc7d4a98c4df55563a8916df293b386b911f50a9fd1778002e2f4218f79b16c0ebfb9441d8a0d6574af622a6c686b0f8ebdad39b2fa2f41
28 -DIST pydata-sphinx-theme-0.6.1.tar.gz 2616798 BLAKE2B 884ee7e25f7265d10e4a50072e7da57b3ba439f733afb04a3541954eca30e2add99d8a099e263f09ef86710281b1d39b320171f116740a1d81dbeb14f23eba36 SHA512 a4655d448ee3a40a5f99782d586624fc32e7aa295a6974598453716432617701cfffe1ebdfa0b6a251baf9d07b25e05677c7957c9925a2efd2da2e102eca0a8b
29 DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619 SHA512 0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b
30
31 diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.3.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.3.ebuild
32 deleted file mode 100644
33 index d510efe1952..00000000000
34 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.3.ebuild
35 +++ /dev/null
36 @@ -1,37 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python3_{7..9} )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
47 -HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme"
48 -SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 -
50 -LICENSE="BSD-with-disclosure"
51 -SLOT="0"
52 -KEYWORDS="amd64 x86"
53 -
54 -BDEPEND="
55 - test? (
56 - dev-python/beautifulsoup[${PYTHON_USEDEP}]
57 - dev-python/pytest-regressions[${PYTHON_USEDEP}]
58 - )"
59 -
60 -# https://github.com/pydata/pydata-sphinx-theme/issues/367
61 -RDEPEND="
62 - dev-python/sphinx[${PYTHON_USEDEP}]
63 - <dev-python/docutils-0.17[${PYTHON_USEDEP}]
64 -"
65 -
66 -# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is installed
67 -#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
68 -distutils_enable_tests pytest
69 -
70 -python_test() {
71 - local -x PYTHONPATH="${S}"
72 - pytest -vv || die "Tests failed with ${EPYTHON}"
73 -}
74
75 diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.1.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.1.ebuild
76 deleted file mode 100644
77 index 1c79b6a0500..00000000000
78 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.1.ebuild
79 +++ /dev/null
80 @@ -1,32 +0,0 @@
81 -# Copyright 1999-2021 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -
86 -PYTHON_COMPAT=( python3_{7..9} )
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
91 -HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme"
92 -SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz"
93 -
94 -LICENSE="BSD-with-disclosure"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~x86"
97 -
98 -BDEPEND="
99 - test? (
100 - dev-python/beautifulsoup[${PYTHON_USEDEP}]
101 - dev-python/pytest-regressions[${PYTHON_USEDEP}]
102 - )"
103 -
104 -# https://github.com/pydata/pydata-sphinx-theme/issues/367
105 -RDEPEND="
106 - dev-python/sphinx[${PYTHON_USEDEP}]
107 - <dev-python/docutils-0.17[${PYTHON_USEDEP}]
108 -"
109 -
110 -# TODO: fix this: Sandbox violation to /usr/local/share
111 -#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly dev-python/xarray
112 -distutils_enable_tests pytest
113
114 diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.0.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.0.ebuild
115 deleted file mode 100644
116 index 1c79b6a0500..00000000000
117 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.0.ebuild
118 +++ /dev/null
119 @@ -1,32 +0,0 @@
120 -# Copyright 1999-2021 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=7
124 -
125 -PYTHON_COMPAT=( python3_{7..9} )
126 -
127 -inherit distutils-r1
128 -
129 -DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
130 -HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme"
131 -SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz"
132 -
133 -LICENSE="BSD-with-disclosure"
134 -SLOT="0"
135 -KEYWORDS="~amd64 ~x86"
136 -
137 -BDEPEND="
138 - test? (
139 - dev-python/beautifulsoup[${PYTHON_USEDEP}]
140 - dev-python/pytest-regressions[${PYTHON_USEDEP}]
141 - )"
142 -
143 -# https://github.com/pydata/pydata-sphinx-theme/issues/367
144 -RDEPEND="
145 - dev-python/sphinx[${PYTHON_USEDEP}]
146 - <dev-python/docutils-0.17[${PYTHON_USEDEP}]
147 -"
148 -
149 -# TODO: fix this: Sandbox violation to /usr/local/share
150 -#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly dev-python/xarray
151 -distutils_enable_tests pytest
152
153 diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.1.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.1.ebuild
154 deleted file mode 100644
155 index f1ee3caeb80..00000000000
156 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.1.ebuild
157 +++ /dev/null
158 @@ -1,32 +0,0 @@
159 -# Copyright 1999-2021 Gentoo Authors
160 -# Distributed under the terms of the GNU General Public License v2
161 -
162 -EAPI=7
163 -
164 -PYTHON_COMPAT=( python3_{7..9} )
165 -
166 -inherit distutils-r1
167 -
168 -DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
169 -HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme"
170 -SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz"
171 -
172 -LICENSE="BSD-with-disclosure"
173 -SLOT="0"
174 -KEYWORDS="~amd64 ~x86"
175 -
176 -BDEPEND="
177 - test? (
178 - dev-python/beautifulsoup[${PYTHON_USEDEP}]
179 - dev-python/pytest-regressions[${PYTHON_USEDEP}]
180 - )"
181 -
182 -# https://github.com/pydata/pydata-sphinx-theme/issues/367
183 -RDEPEND="
184 - dev-python/sphinx[${PYTHON_USEDEP}]
185 - <dev-python/docutils-0.17[${PYTHON_USEDEP}]
186 -"
187 -
188 -# TODO: fix this: Sandbox violation to /usr/local/share
189 -#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly dev-python/xarray
190 -distutils_enable_tests pytest