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: Tue, 22 Dec 2020 08:07:09
Message-Id: 1608624415.6103a2de44b21c131088a3e26d31179983213b60.mgorny@gentoo
1 commit: 6103a2de44b21c131088a3e26d31179983213b60
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 21 22:27:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 08:06:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6103a2de
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 | 1 -
13 .../pydata-sphinx-theme-0.4.0.ebuild | 32 ----------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/pydata-sphinx-theme/Manifest b/dev-python/pydata-sphinx-theme/Manifest
17 index 790ba2b09e7..8a78e9bc74a 100644
18 --- a/dev-python/pydata-sphinx-theme/Manifest
19 +++ b/dev-python/pydata-sphinx-theme/Manifest
20 @@ -1,2 +1 @@
21 -DIST pydata-sphinx-theme-0.4.0.tar.gz 3276611 BLAKE2B fb260de2ad40f9a3b5e524ef299a5bf2ee9fbe3f36a0b0e365b53a04702f8a5644154535cfa9f1f3c1deced5de8adbbaf5671488b467d3024b9ae3f60a6f7018 SHA512 abe4924277ec41193019e80a26ccb2ce195741fdae9defc9b500ecc2a63ab9070d1eba5a3398415641ef87ccfe8d573ce6fd10eb069e0f13f09891b5b5e2f932
22 DIST pydata-sphinx-theme-0.4.1.tar.gz 3279361 BLAKE2B d3538dea9444272f1cb314d8b2bd8656b5114b916f31c4cca078867b02a24c60fc91e5ac367d09335b3ce4b9c9fb44405f61ed70b19ae9fed5d8919fc68f1566 SHA512 dbca1f7bde25c20a5ffb5b37ac808d84c938e6cadb6e0a6bc2d72101993889f4f7be3bdc50488bed1945779d30ca0f131bf74b16be2df00b5fa093f8491fad39
23
24 diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
25 deleted file mode 100644
26 index 2321bde2199..00000000000
27 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7,8} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
40 -HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme"
41 -SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD-with-disclosure"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -
47 -BDEPEND="test? (
48 - dev-python/beautifulsoup[${PYTHON_USEDEP}]
49 - dev-python/pytest-regressions[${PYTHON_USEDEP}]
50 -)"
51 -
52 -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
53 -
54 -# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is installed
55 -#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
56 -distutils_enable_tests pytest
57 -
58 -python_test() {
59 - PYTHONPATH="${S}"
60 - pytest -vv || die "Tests failed with ${EPYTHON}"
61 -}