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, 02 Oct 2021 07:50:57
Message-Id: 1633161040.2a2a7b479af5b89500c40bd0a4c2c2209d714ecb.mgorny@gentoo
1 commit: 2a2a7b479af5b89500c40bd0a4c2c2209d714ecb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 06:46:52 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 07:50:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2a7b47
7
8 dev-python/pydata-sphinx-theme: Bump to 0.7.0
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.7.0.ebuild | 30 ++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-python/pydata-sphinx-theme/Manifest b/dev-python/pydata-sphinx-theme/Manifest
17 index af3e43579ef..db0e56e4ab1 100644
18 --- a/dev-python/pydata-sphinx-theme/Manifest
19 +++ b/dev-python/pydata-sphinx-theme/Manifest
20 @@ -1 +1,2 @@
21 DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619 SHA512 0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b
22 +DIST pydata-sphinx-theme-0.7.0.tar.gz 2632049 BLAKE2B 0226c06c31703518cfe570514ac2332a43db189b2044218d9135e33f3509f995835ed51b401d52e5ce4e4ca779a4cb98eea1e1966ed66199bdef2b84184ee8da SHA512 0f5d4647e35e4a74d0c64e24fa8aa6d1ba98a76218d8ebc9c96c9bb0c6336ff78f0fcc9f6d5191ce0b8d7707ca5069c89fc263ab85448e574f12b25fa3cdcc4a
23
24 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
25 new file mode 100644
26 index 00000000000..66be2db1eee
27 --- /dev/null
28 +++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.0.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
39 +HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme"
40 +SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="BSD-with-disclosure"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +BDEPEND="
47 + test? (
48 + dev-python/beautifulsoup4[${PYTHON_USEDEP}]
49 + dev-python/pytest-regressions[${PYTHON_USEDEP}]
50 + )"
51 +
52 +RDEPEND="
53 + dev-python/sphinx[${PYTHON_USEDEP}]
54 + dev-python/docutils[${PYTHON_USEDEP}]
55 +"
56 +
57 +# TODO: fix this: Sandbox violation to /usr/local/share
58 +#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly dev-python/xarray
59 +distutils_enable_tests pytest