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: Sat, 05 Jun 2021 21:18:13
Message-Id: 1622927365.e855c2520a5c604622e8b837b1672563f45d47db.mgorny@gentoo
1 commit: e855c2520a5c604622e8b837b1672563f45d47db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 5 21:09:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 5 21:09:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e855c252
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.5.2.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 b3c1658b21d..af3e43579ef 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.5.2.tar.gz 2556695 BLAKE2B bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18 SHA512 949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19
22 DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619 SHA512 0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b
23
24 diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.2.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.2.ebuild
25 deleted file mode 100644
26 index 71f618f17e1..00000000000
27 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.2.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..9} )
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="
48 - test? (
49 - dev-python/beautifulsoup[${PYTHON_USEDEP}]
50 - dev-python/pytest-regressions[${PYTHON_USEDEP}]
51 - )"
52 -
53 -# https://github.com/pydata/pydata-sphinx-theme/issues/367
54 -RDEPEND="
55 - dev-python/sphinx[${PYTHON_USEDEP}]
56 - <dev-python/docutils-0.17[${PYTHON_USEDEP}]
57 -"
58 -
59 -# TODO: fix this: Sandbox violation to /usr/local/share
60 -#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly dev-python/xarray
61 -distutils_enable_tests pytest