Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/
Date: Fri, 05 Nov 2021 09:55:13
Message-Id: 1636090810.1f5fcc9a4c9b322fbebdfa39a1938bcbb0b62250.arthurzam@gentoo
1 commit: 1f5fcc9a4c9b322fbebdfa39a1938bcbb0b62250
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 05:33:59 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 05:40:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5fcc9a
7
8 dev-python/pydata-sphinx-theme: drop 0.6.3, 0.7.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pydata-sphinx-theme/Manifest | 2 --
13 .../pydata-sphinx-theme-0.6.3.ebuild | 32 ----------------------
14 .../pydata-sphinx-theme-0.7.0.ebuild | 30 --------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-python/pydata-sphinx-theme/Manifest b/dev-python/pydata-sphinx-theme/Manifest
18 index b495231cb45..a6d12516bf6 100644
19 --- a/dev-python/pydata-sphinx-theme/Manifest
20 +++ b/dev-python/pydata-sphinx-theme/Manifest
21 @@ -1,3 +1 @@
22 -DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619 SHA512 0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b
23 -DIST pydata-sphinx-theme-0.7.0.tar.gz 2632049 BLAKE2B 0226c06c31703518cfe570514ac2332a43db189b2044218d9135e33f3509f995835ed51b401d52e5ce4e4ca779a4cb98eea1e1966ed66199bdef2b84184ee8da SHA512 0f5d4647e35e4a74d0c64e24fa8aa6d1ba98a76218d8ebc9c96c9bb0c6336ff78f0fcc9f6d5191ce0b8d7707ca5069c89fc263ab85448e574f12b25fa3cdcc4a
24 DIST pydata-sphinx-theme-0.7.1.tar.gz 2632065 BLAKE2B 6289c61ba6634ba2b98263bf1319d36e9742a3c6dca811eec016b7172e0c780ef1e0ce1201ffd5bdce398a2a988a01dea56414ddb514ec63a424d11f63968f16 SHA512 b3ced8be8ed48d7efc51bd8334cf359f5f581e75990fca96ae87a3cc51cfa61f9aedd610124f5a92227ddd2d7a55810ef4a6857726582c38b2251130b4cdb674
25
26 diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.3.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.3.ebuild
27 deleted file mode 100644
28 index 1bd76057e44..00000000000
29 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.3.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
42 -HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme"
43 -SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD-with-disclosure"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -
49 -BDEPEND="
50 - test? (
51 - dev-python/beautifulsoup4[${PYTHON_USEDEP}]
52 - dev-python/pytest-regressions[${PYTHON_USEDEP}]
53 - )"
54 -
55 -# https://github.com/pydata/pydata-sphinx-theme/issues/367
56 -RDEPEND="
57 - dev-python/sphinx[${PYTHON_USEDEP}]
58 - <dev-python/docutils-0.17[${PYTHON_USEDEP}]
59 -"
60 -
61 -# TODO: fix this: Sandbox violation to /usr/local/share
62 -#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly dev-python/xarray
63 -distutils_enable_tests pytest
64
65 diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.0.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.0.ebuild
66 deleted file mode 100644
67 index 66be2db1eee..00000000000
68 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.0.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2021 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -PYTHON_COMPAT=( python3_{8..10} )
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
80 -HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme"
81 -SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz"
82 -
83 -LICENSE="BSD-with-disclosure"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -
87 -BDEPEND="
88 - test? (
89 - dev-python/beautifulsoup4[${PYTHON_USEDEP}]
90 - dev-python/pytest-regressions[${PYTHON_USEDEP}]
91 - )"
92 -
93 -RDEPEND="
94 - dev-python/sphinx[${PYTHON_USEDEP}]
95 - dev-python/docutils[${PYTHON_USEDEP}]
96 -"
97 -
98 -# TODO: fix this: Sandbox violation to /usr/local/share
99 -#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly dev-python/xarray
100 -distutils_enable_tests pytest