[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-07-13 Thread Michał Górny
commit: 1d042cabc81f5ec522b9b78d9d3233f80df17d78
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 13 07:55:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 13 08:00:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d042cab

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 -
 .../pydata-sphinx-theme-0.15.3.ebuild  | 56 --
 2 files changed, 58 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 96f9c6a1834b..326365e7b8b1 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,4 +1,2 @@
-DIST pydata-sphinx-theme-0.15.3.gh.tar.gz 2393144 BLAKE2B 
69755220c6099921d57eefc926106c0fe8127fd9c9a47f74050113abb78b997fe60fe50cc01e8a6f926eb7261c34628fae4b6f624ca713031feb4dbb3ca5aa29
 SHA512 
bba767a92855aefb81139887a515de7917704a447ea223a43067e8e301e0f0ade008dfcf2751c0e9e147af9768bf4e25af7f767c325f07b057f7f4b353e56d1a
 DIST pydata-sphinx-theme-0.15.4.gh.tar.gz 2396654 BLAKE2B 
34293e53fe17568e65118702f1c55eb6cc0bca0d17fbc168fac0b495de581f094046bf775480ae608b711f2136c131e02163b2eed84dafa080e6ebc1b4eb96a5
 SHA512 
5cdedfa182a75c0735773627bbe738f31b36bc812051d4848676b33acf3b2a55d2bd59b1171c4deb4e7c29e8968bcade1f1abfa901c3c4dc8caeaf9e47cbba28
-DIST pydata_sphinx_theme-0.15.3-py3-none-any.whl 4631638 BLAKE2B 
261b08b159cf073e896f27fbedc3375cdd7181b2dd6f85264530d34b9cdccdaaaf175f6f7c349768014bfb373ffbaaaf1071b85de6e3805cf992e656cb04ddb5
 SHA512 
6bed169c5ae65027f7e5d8903062e0be910bb69409aa061cf8c17be3632d90d189a8dde49a8d760f747308a5e1891237bb36a70430cfd6f3d9207274aa8d8bf2
 DIST pydata_sphinx_theme-0.15.4-py3-none-any.whl 4640157 BLAKE2B 
cb4e067e1acdb8364e498c00f3f8d549a16fc90675511dca65968828002422a8048818fdf3881f9ca33e7368758501b096dd9c968498a273cf2f353ea9868d3c
 SHA512 
0d5e22952e11f683be4e14e597f488a2716877d1d064fa9c52985fcfd6dabcd5ae7c48143a3ebfd26f6a1f933b18e69f5d938afc99a9bfb475a80f94b34c82e7

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild
deleted file mode 100644
index b4b3ac87636b..
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-MY_P=${P/_/}
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="
-   https://github.com/pydata/pydata-sphinx-theme/
-   https://pypi.org/project/pydata-sphinx-theme/
-"
-SRC_URI="
-   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV/_/}.tar.gz
-   -> ${P}.gh.tar.gz
-   $(pypi_wheel_url)
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/accessible-pygments[${PYTHON_USEDEP}]
-   dev-python/Babel[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # pygments version mismatch?
-   'tests/test_build.py::test_pygments_fallbacks[real]'
-)
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/$(pypi_wheel_name)"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-07-13 Thread Arthur Zamarin
commit: a411370265c0b8d04631b801ccca1666e0883220
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 13 07:27:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 13 07:27:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4113702

dev-python/pydata-sphinx-theme: Stabilize 0.15.4 ALLARCHES, #935931

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.4.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.4.ebuild
index 03360786b8cc..b4b3ac87636b 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.4.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.4.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-06-25 Thread Michał Górny
commit: d2060990ac13843ee677f69cfa335022bf5aa6ec
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 26 01:44:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 26 02:09:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2060990

dev-python/pydata-sphinx-theme: Bump to 0.15.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.15.4.ebuild  | 56 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index ef172309b485..96f9c6a1834b 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,4 @@
 DIST pydata-sphinx-theme-0.15.3.gh.tar.gz 2393144 BLAKE2B 
69755220c6099921d57eefc926106c0fe8127fd9c9a47f74050113abb78b997fe60fe50cc01e8a6f926eb7261c34628fae4b6f624ca713031feb4dbb3ca5aa29
 SHA512 
bba767a92855aefb81139887a515de7917704a447ea223a43067e8e301e0f0ade008dfcf2751c0e9e147af9768bf4e25af7f767c325f07b057f7f4b353e56d1a
+DIST pydata-sphinx-theme-0.15.4.gh.tar.gz 2396654 BLAKE2B 
34293e53fe17568e65118702f1c55eb6cc0bca0d17fbc168fac0b495de581f094046bf775480ae608b711f2136c131e02163b2eed84dafa080e6ebc1b4eb96a5
 SHA512 
5cdedfa182a75c0735773627bbe738f31b36bc812051d4848676b33acf3b2a55d2bd59b1171c4deb4e7c29e8968bcade1f1abfa901c3c4dc8caeaf9e47cbba28
 DIST pydata_sphinx_theme-0.15.3-py3-none-any.whl 4631638 BLAKE2B 
261b08b159cf073e896f27fbedc3375cdd7181b2dd6f85264530d34b9cdccdaaaf175f6f7c349768014bfb373ffbaaaf1071b85de6e3805cf992e656cb04ddb5
 SHA512 
6bed169c5ae65027f7e5d8903062e0be910bb69409aa061cf8c17be3632d90d189a8dde49a8d760f747308a5e1891237bb36a70430cfd6f3d9207274aa8d8bf2
+DIST pydata_sphinx_theme-0.15.4-py3-none-any.whl 4640157 BLAKE2B 
cb4e067e1acdb8364e498c00f3f8d549a16fc90675511dca65968828002422a8048818fdf3881f9ca33e7368758501b096dd9c968498a273cf2f353ea9868d3c
 SHA512 
0d5e22952e11f683be4e14e597f488a2716877d1d064fa9c52985fcfd6dabcd5ae7c48143a3ebfd26f6a1f933b18e69f5d938afc99a9bfb475a80f94b34c82e7

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.4.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.4.ebuild
new file mode 100644
index ..03360786b8cc
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+MY_P=${P/_/}
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV/_/}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # pygments version mismatch?
+   'tests/test_build.py::test_pygments_fallbacks[real]'
+)
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-06-12 Thread Michał Górny
commit: 07ea4fe8ca68d5d4bfcc84b42850fad37e91ea6e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 12 07:39:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 12 07:42:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ea4fe8

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  4 --
 .../pydata-sphinx-theme-0.15.2-r1.ebuild   | 55 -
 .../pydata-sphinx-theme-0.15.3_rc1.ebuild  | 56 --
 3 files changed, 115 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index c69b047a794d..ef172309b485 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,6 +1,2 @@
-DIST pydata-sphinx-theme-0.15.2.gh.tar.gz 2409617 BLAKE2B 
ee9405e36241bfac93927e4de2d12f65b95717e459b1f584179f0d7ad2c5161b85b39ef60527de8b2e0eac8a38621452e3a5dcf15733980359b4f03526a906bb
 SHA512 
11653f36def68ddc63994d00e1de63575ce6a24f7b2887c53ea8c3063bdc30fe57baf25e239a70f63a1598625a3707ac405171230c977d7e0ed3f88404c8cd21
 DIST pydata-sphinx-theme-0.15.3.gh.tar.gz 2393144 BLAKE2B 
69755220c6099921d57eefc926106c0fe8127fd9c9a47f74050113abb78b997fe60fe50cc01e8a6f926eb7261c34628fae4b6f624ca713031feb4dbb3ca5aa29
 SHA512 
bba767a92855aefb81139887a515de7917704a447ea223a43067e8e301e0f0ade008dfcf2751c0e9e147af9768bf4e25af7f767c325f07b057f7f4b353e56d1a
-DIST pydata-sphinx-theme-0.15.3_rc1.gh.tar.gz 2386216 BLAKE2B 
bfd3c12753598a29d8fe1e631993e318c4c83340f8680ad6f810d3b1b7c4daa72bd71d7bdd86381ddfac71e915d548bb6b3175d18d99354a0d61d546c1de930e
 SHA512 
81923fb35ec9c03161a81fe8cdaa9fc36d2be3f80af628adc31c97eaa2daadf5c3652c817b847c11be1ca2694c5fc1359056a23d7c73e0e097c99986cbe11853
-DIST pydata_sphinx_theme-0.15.2-py3-none-any.whl 4523706 BLAKE2B 
fdb3ca53d26b7da882b9530929bb41729d77af6aef8c5748c41ab9ea4b43cdc858dd3f270432c18accc59e5408a267125f840b4ed2815d0cda7e748afffa90d0
 SHA512 
60c00161768cb0259462e7af16b8d2324ddc367391d83efcb34dd7999364b2745795cb6807a903f80cfaf21bd8b2b466cbee3fa9cb800be4221955ab888481d0
 DIST pydata_sphinx_theme-0.15.3-py3-none-any.whl 4631638 BLAKE2B 
261b08b159cf073e896f27fbedc3375cdd7181b2dd6f85264530d34b9cdccdaaaf175f6f7c349768014bfb373ffbaaaf1071b85de6e3805cf992e656cb04ddb5
 SHA512 
6bed169c5ae65027f7e5d8903062e0be910bb69409aa061cf8c17be3632d90d189a8dde49a8d760f747308a5e1891237bb36a70430cfd6f3d9207274aa8d8bf2
-DIST pydata_sphinx_theme-0.15.3rc1-py3-none-any.whl 4612708 BLAKE2B 
eb22dd58325749b162515f11a79c57ddd0511305af1ae0616691b9a488e85b34e67bebd39e60a8c1b3c6fc603ac25c8f213358e38f446a68ba31a5889432c9f1
 SHA512 
e1871caa26eb0a5c62b30cfeb655150450acaa55cc17b958fb0c16a1fcfe470810bb2fa7e4b7d3d656fb8a7f51d459b0d2b68a38ee339fa801385441ea2f5e22

diff --git 
a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2-r1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2-r1.ebuild
deleted file mode 100644
index c6ad991578c5..
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="
-   https://github.com/pydata/pydata-sphinx-theme/
-   https://pypi.org/project/pydata-sphinx-theme/
-"
-SRC_URI="
-   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   $(pypi_wheel_url)
-"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/accessible-pygments[${PYTHON_USEDEP}]
-   dev-python/Babel[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   =dev-python/sphinx-5[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/$(pypi_wheel_name)"
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)/pydata_sphinx_theme" || 
die
-   epytest "${S}"/tests
-}

diff --git 
a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3_rc1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3_rc1.ebuild
deleted file mode 100644
index 03360786b8cc..
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-06-12 Thread Arthur Zamarin
commit: b25cd51ef0d53ded02bbaeab9ce17e41c2a4f87d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jun 12 06:52:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jun 12 06:52:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25cd51e

dev-python/pydata-sphinx-theme: Stabilize 0.15.3 ALLARCHES, #934106

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild
index 03360786b8cc..b4b3ac87636b 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-05-28 Thread Michał Górny
commit: fcd265d28ef6386015eff37dc47c0b8ac06e88f6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 29 03:58:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 29 03:58:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd265d2

dev-python/pydata-sphinx-theme: Bump to 0.15.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.15.3.ebuild  | 56 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 0fa692b607bd..c69b047a794d 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,4 +1,6 @@
 DIST pydata-sphinx-theme-0.15.2.gh.tar.gz 2409617 BLAKE2B 
ee9405e36241bfac93927e4de2d12f65b95717e459b1f584179f0d7ad2c5161b85b39ef60527de8b2e0eac8a38621452e3a5dcf15733980359b4f03526a906bb
 SHA512 
11653f36def68ddc63994d00e1de63575ce6a24f7b2887c53ea8c3063bdc30fe57baf25e239a70f63a1598625a3707ac405171230c977d7e0ed3f88404c8cd21
+DIST pydata-sphinx-theme-0.15.3.gh.tar.gz 2393144 BLAKE2B 
69755220c6099921d57eefc926106c0fe8127fd9c9a47f74050113abb78b997fe60fe50cc01e8a6f926eb7261c34628fae4b6f624ca713031feb4dbb3ca5aa29
 SHA512 
bba767a92855aefb81139887a515de7917704a447ea223a43067e8e301e0f0ade008dfcf2751c0e9e147af9768bf4e25af7f767c325f07b057f7f4b353e56d1a
 DIST pydata-sphinx-theme-0.15.3_rc1.gh.tar.gz 2386216 BLAKE2B 
bfd3c12753598a29d8fe1e631993e318c4c83340f8680ad6f810d3b1b7c4daa72bd71d7bdd86381ddfac71e915d548bb6b3175d18d99354a0d61d546c1de930e
 SHA512 
81923fb35ec9c03161a81fe8cdaa9fc36d2be3f80af628adc31c97eaa2daadf5c3652c817b847c11be1ca2694c5fc1359056a23d7c73e0e097c99986cbe11853
 DIST pydata_sphinx_theme-0.15.2-py3-none-any.whl 4523706 BLAKE2B 
fdb3ca53d26b7da882b9530929bb41729d77af6aef8c5748c41ab9ea4b43cdc858dd3f270432c18accc59e5408a267125f840b4ed2815d0cda7e748afffa90d0
 SHA512 
60c00161768cb0259462e7af16b8d2324ddc367391d83efcb34dd7999364b2745795cb6807a903f80cfaf21bd8b2b466cbee3fa9cb800be4221955ab888481d0
+DIST pydata_sphinx_theme-0.15.3-py3-none-any.whl 4631638 BLAKE2B 
261b08b159cf073e896f27fbedc3375cdd7181b2dd6f85264530d34b9cdccdaaaf175f6f7c349768014bfb373ffbaaaf1071b85de6e3805cf992e656cb04ddb5
 SHA512 
6bed169c5ae65027f7e5d8903062e0be910bb69409aa061cf8c17be3632d90d189a8dde49a8d760f747308a5e1891237bb36a70430cfd6f3d9207274aa8d8bf2
 DIST pydata_sphinx_theme-0.15.3rc1-py3-none-any.whl 4612708 BLAKE2B 
eb22dd58325749b162515f11a79c57ddd0511305af1ae0616691b9a488e85b34e67bebd39e60a8c1b3c6fc603ac25c8f213358e38f446a68ba31a5889432c9f1
 SHA512 
e1871caa26eb0a5c62b30cfeb655150450acaa55cc17b958fb0c16a1fcfe470810bb2fa7e4b7d3d656fb8a7f51d459b0d2b68a38ee339fa801385441ea2f5e22

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild
new file mode 100644
index ..03360786b8cc
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+MY_P=${P/_/}
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV/_/}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # pygments version mismatch?
+   'tests/test_build.py::test_pygments_fallbacks[real]'
+)
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-05-28 Thread Michał Górny
commit: 0fd4fec407a9512511bca9e8210f5d99458f385a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 07:37:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 28 07:40:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd4fec4

dev-python/pydata-sphinx-theme: Bump to 0.15.3_rc1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.15.3_rc1.ebuild  | 56 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 2c5bd04bcd17..0fa692b607bd 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,4 @@
 DIST pydata-sphinx-theme-0.15.2.gh.tar.gz 2409617 BLAKE2B 
ee9405e36241bfac93927e4de2d12f65b95717e459b1f584179f0d7ad2c5161b85b39ef60527de8b2e0eac8a38621452e3a5dcf15733980359b4f03526a906bb
 SHA512 
11653f36def68ddc63994d00e1de63575ce6a24f7b2887c53ea8c3063bdc30fe57baf25e239a70f63a1598625a3707ac405171230c977d7e0ed3f88404c8cd21
+DIST pydata-sphinx-theme-0.15.3_rc1.gh.tar.gz 2386216 BLAKE2B 
bfd3c12753598a29d8fe1e631993e318c4c83340f8680ad6f810d3b1b7c4daa72bd71d7bdd86381ddfac71e915d548bb6b3175d18d99354a0d61d546c1de930e
 SHA512 
81923fb35ec9c03161a81fe8cdaa9fc36d2be3f80af628adc31c97eaa2daadf5c3652c817b847c11be1ca2694c5fc1359056a23d7c73e0e097c99986cbe11853
 DIST pydata_sphinx_theme-0.15.2-py3-none-any.whl 4523706 BLAKE2B 
fdb3ca53d26b7da882b9530929bb41729d77af6aef8c5748c41ab9ea4b43cdc858dd3f270432c18accc59e5408a267125f840b4ed2815d0cda7e748afffa90d0
 SHA512 
60c00161768cb0259462e7af16b8d2324ddc367391d83efcb34dd7999364b2745795cb6807a903f80cfaf21bd8b2b466cbee3fa9cb800be4221955ab888481d0
+DIST pydata_sphinx_theme-0.15.3rc1-py3-none-any.whl 4612708 BLAKE2B 
eb22dd58325749b162515f11a79c57ddd0511305af1ae0616691b9a488e85b34e67bebd39e60a8c1b3c6fc603ac25c8f213358e38f446a68ba31a5889432c9f1
 SHA512 
e1871caa26eb0a5c62b30cfeb655150450acaa55cc17b958fb0c16a1fcfe470810bb2fa7e4b7d3d656fb8a7f51d459b0d2b68a38ee339fa801385441ea2f5e22

diff --git 
a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3_rc1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3_rc1.ebuild
new file mode 100644
index ..03360786b8cc
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.3_rc1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+MY_P=${P/_/}
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV/_/}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # pygments version mismatch?
+   'tests/test_build.py::test_pygments_fallbacks[real]'
+)
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-04-16 Thread Michał Górny
commit: 1cf66b8eba75b489da91e1ab05688d874c8e7f54
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 17 02:56:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 17 03:42:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf66b8e

dev-python/pydata-sphinx-theme: Require  gentoo.org>

 ...a-sphinx-theme-0.15.2.ebuild => pydata-sphinx-theme-0.15.2-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2-r1.ebuild
similarity index 96%
rename from dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild
rename to dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2-r1.ebuild
index 32f4ef5c1e32..c6ad991578c5 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2-r1.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
+   =dev-python/sphinx-5[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-02-03 Thread Michał Górny
commit: 3673943421a25e73bdc81eedf56742aa72c7c4f9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 09:11:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 09:11:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36739434

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 -
 .../pydata-sphinx-theme-0.15.1.ebuild  | 54 --
 2 files changed, 56 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 4a3892249123..2c5bd04bcd17 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,4 +1,2 @@
-DIST pydata-sphinx-theme-0.15.1.gh.tar.gz 2408417 BLAKE2B 
ce5f21c2f9f2b94a7fc7d907c44527459e46c735e3c7bf39966b2402acf94948d9f91941962598d61b992f33b8fde2381e8c5649e9593386572ee79712160f4f
 SHA512 
34eccf49c69e55999e6af2797c0c861f49c43c0d014f05b200ee40cfd703abaecd90be9aaf52409556b9d5acff6238ce09040959a7a07f4dc285a6d40ecfc912
 DIST pydata-sphinx-theme-0.15.2.gh.tar.gz 2409617 BLAKE2B 
ee9405e36241bfac93927e4de2d12f65b95717e459b1f584179f0d7ad2c5161b85b39ef60527de8b2e0eac8a38621452e3a5dcf15733980359b4f03526a906bb
 SHA512 
11653f36def68ddc63994d00e1de63575ce6a24f7b2887c53ea8c3063bdc30fe57baf25e239a70f63a1598625a3707ac405171230c977d7e0ed3f88404c8cd21
-DIST pydata_sphinx_theme-0.15.1-py3-none-any.whl 4521543 BLAKE2B 
c5e20e42ce2fd32a46b39037fe680c2ec6a420cc76a02dc1c391f633e3a164de28d107834add9b427e5f27afde0a86e8d32287084c10959cf444f5580a3fb231
 SHA512 
13ebf72548c963fa850aa2da9d73863cc4c771c7db5a5d90a18af3408f2cf3d75d908aa40c16dfe098941ec5128a0117e5c29aab3e3119715207af28e3a6f8d5
 DIST pydata_sphinx_theme-0.15.2-py3-none-any.whl 4523706 BLAKE2B 
fdb3ca53d26b7da882b9530929bb41729d77af6aef8c5748c41ab9ea4b43cdc858dd3f270432c18accc59e5408a267125f840b4ed2815d0cda7e748afffa90d0
 SHA512 
60c00161768cb0259462e7af16b8d2324ddc367391d83efcb34dd7999364b2745795cb6807a903f80cfaf21bd8b2b466cbee3fa9cb800be4221955ab888481d0

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild
deleted file mode 100644
index 32f4ef5c1e32..
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="
-   https://github.com/pydata/pydata-sphinx-theme/
-   https://pypi.org/project/pydata-sphinx-theme/
-"
-SRC_URI="
-   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   $(pypi_wheel_url)
-"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/accessible-pygments[${PYTHON_USEDEP}]
-   dev-python/Babel[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/$(pypi_wheel_name)"
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)/pydata_sphinx_theme" || 
die
-   epytest "${S}"/tests
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-02-03 Thread Arthur Zamarin
commit: 2c16758ee944248f61e574e1fc05ea53b38dc4d7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 08:29:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 08:29:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c16758e

dev-python/pydata-sphinx-theme: Stabilize 0.15.2 ALLARCHES, #923695

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild
index 5436ae77e57a..32f4ef5c1e32 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-01-19 Thread Michał Górny
commit: 5cf618549f526e4147c0ce402e4341130393e5d8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 19 14:35:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 19 14:44:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf61854

dev-python/pydata-sphinx-theme: Bump to 0.15.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.15.2.ebuild  | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index c66677b50204..4a3892249123 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,4 @@
 DIST pydata-sphinx-theme-0.15.1.gh.tar.gz 2408417 BLAKE2B 
ce5f21c2f9f2b94a7fc7d907c44527459e46c735e3c7bf39966b2402acf94948d9f91941962598d61b992f33b8fde2381e8c5649e9593386572ee79712160f4f
 SHA512 
34eccf49c69e55999e6af2797c0c861f49c43c0d014f05b200ee40cfd703abaecd90be9aaf52409556b9d5acff6238ce09040959a7a07f4dc285a6d40ecfc912
+DIST pydata-sphinx-theme-0.15.2.gh.tar.gz 2409617 BLAKE2B 
ee9405e36241bfac93927e4de2d12f65b95717e459b1f584179f0d7ad2c5161b85b39ef60527de8b2e0eac8a38621452e3a5dcf15733980359b4f03526a906bb
 SHA512 
11653f36def68ddc63994d00e1de63575ce6a24f7b2887c53ea8c3063bdc30fe57baf25e239a70f63a1598625a3707ac405171230c977d7e0ed3f88404c8cd21
 DIST pydata_sphinx_theme-0.15.1-py3-none-any.whl 4521543 BLAKE2B 
c5e20e42ce2fd32a46b39037fe680c2ec6a420cc76a02dc1c391f633e3a164de28d107834add9b427e5f27afde0a86e8d32287084c10959cf444f5580a3fb231
 SHA512 
13ebf72548c963fa850aa2da9d73863cc4c771c7db5a5d90a18af3408f2cf3d75d908aa40c16dfe098941ec5128a0117e5c29aab3e3119715207af28e3a6f8d5
+DIST pydata_sphinx_theme-0.15.2-py3-none-any.whl 4523706 BLAKE2B 
fdb3ca53d26b7da882b9530929bb41729d77af6aef8c5748c41ab9ea4b43cdc858dd3f270432c18accc59e5408a267125f840b4ed2815d0cda7e748afffa90d0
 SHA512 
60c00161768cb0259462e7af16b8d2324ddc367391d83efcb34dd7999364b2745795cb6807a903f80cfaf21bd8b2b466cbee3fa9cb800be4221955ab888481d0

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild
new file mode 100644
index ..5436ae77e57a
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)/pydata_sphinx_theme" || 
die
+   epytest "${S}"/tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-01-18 Thread Michał Górny
commit: 60621c554121fe3fd6ab8edca5e7ae2d220ae589
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 18:45:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 18:46:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60621c55

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 -
 .../pydata-sphinx-theme-0.14.4.ebuild  | 48 --
 2 files changed, 50 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 78839bb7bcd3..c66677b50204 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,4 +1,2 @@
-DIST pydata-sphinx-theme-0.14.4.gh.tar.gz 2404916 BLAKE2B 
fda8fbcecdc5e8b315383134b3cf95753fae5cb93abe57fa032e231f3143a774bd8b8fb7a98ff8cba6384660c4df328f83d234a0e2f8b25e13cce22d0b38f219
 SHA512 
348a7b30065baa1bced2118060412c08471faa8b3d31b610dde6eb5e00210f8527cee7cee173e909259af1a4c9e3704316924ab282a599c805ee54078d2030a7
 DIST pydata-sphinx-theme-0.15.1.gh.tar.gz 2408417 BLAKE2B 
ce5f21c2f9f2b94a7fc7d907c44527459e46c735e3c7bf39966b2402acf94948d9f91941962598d61b992f33b8fde2381e8c5649e9593386572ee79712160f4f
 SHA512 
34eccf49c69e55999e6af2797c0c861f49c43c0d014f05b200ee40cfd703abaecd90be9aaf52409556b9d5acff6238ce09040959a7a07f4dc285a6d40ecfc912
-DIST pydata_sphinx_theme-0.14.4-py3-none-any.whl 4682140 BLAKE2B 
29db5217021e4f240174269fe9baa0d0f0b1e1b04213a6639d5491a002bff65e4db1468bed1de850fe0f4a8549e564db91f098fb41c4d2981b88a2fed373659c
 SHA512 
962756e901e90f7c490905dd94703a172fb4de2628f7dc38731de75299e77a5915e93103219562a4291ad37942eee48c888faa523409e149ea31fc10dbcfdf2c
 DIST pydata_sphinx_theme-0.15.1-py3-none-any.whl 4521543 BLAKE2B 
c5e20e42ce2fd32a46b39037fe680c2ec6a420cc76a02dc1c391f633e3a164de28d107834add9b427e5f27afde0a86e8d32287084c10959cf444f5580a3fb231
 SHA512 
13ebf72548c963fa850aa2da9d73863cc4c771c7db5a5d90a18af3408f2cf3d75d908aa40c16dfe098941ec5128a0117e5c29aab3e3119715207af28e3a6f8d5

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild
deleted file mode 100644
index 7b669a1b06ee..
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="
-   https://github.com/pydata/pydata-sphinx-theme/
-   https://pypi.org/project/pydata-sphinx-theme/
-"
-SRC_URI="
-   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   $(pypi_wheel_url)
-"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/accessible-pygments[${PYTHON_USEDEP}]
-   dev-python/Babel[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/$(pypi_wheel_name)"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-01-18 Thread Arthur Zamarin
commit: cb0627a5c9fb6e2ed18266f7e2d6ee0b77dbd667
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 18 18:23:23 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 18 18:23:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0627a5

dev-python/pydata-sphinx-theme: Stabilize 0.15.1 ALLARCHES, #922410

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild
index 5436ae77e57a..32f4ef5c1e32 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2024-01-04 Thread Michał Górny
commit: 49305d079d2eeef7f7440d1b0a32bd2e384ebc57
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan  4 16:56:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan  4 17:06:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49305d07

dev-python/pydata-sphinx-theme: Bump to 0.15.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.15.1.ebuild  | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 1759ef72ec2c..78839bb7bcd3 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,4 @@
 DIST pydata-sphinx-theme-0.14.4.gh.tar.gz 2404916 BLAKE2B 
fda8fbcecdc5e8b315383134b3cf95753fae5cb93abe57fa032e231f3143a774bd8b8fb7a98ff8cba6384660c4df328f83d234a0e2f8b25e13cce22d0b38f219
 SHA512 
348a7b30065baa1bced2118060412c08471faa8b3d31b610dde6eb5e00210f8527cee7cee173e909259af1a4c9e3704316924ab282a599c805ee54078d2030a7
+DIST pydata-sphinx-theme-0.15.1.gh.tar.gz 2408417 BLAKE2B 
ce5f21c2f9f2b94a7fc7d907c44527459e46c735e3c7bf39966b2402acf94948d9f91941962598d61b992f33b8fde2381e8c5649e9593386572ee79712160f4f
 SHA512 
34eccf49c69e55999e6af2797c0c861f49c43c0d014f05b200ee40cfd703abaecd90be9aaf52409556b9d5acff6238ce09040959a7a07f4dc285a6d40ecfc912
 DIST pydata_sphinx_theme-0.14.4-py3-none-any.whl 4682140 BLAKE2B 
29db5217021e4f240174269fe9baa0d0f0b1e1b04213a6639d5491a002bff65e4db1468bed1de850fe0f4a8549e564db91f098fb41c4d2981b88a2fed373659c
 SHA512 
962756e901e90f7c490905dd94703a172fb4de2628f7dc38731de75299e77a5915e93103219562a4291ad37942eee48c888faa523409e149ea31fc10dbcfdf2c
+DIST pydata_sphinx_theme-0.15.1-py3-none-any.whl 4521543 BLAKE2B 
c5e20e42ce2fd32a46b39037fe680c2ec6a420cc76a02dc1c391f633e3a164de28d107834add9b427e5f27afde0a86e8d32287084c10959cf444f5580a3fb231
 SHA512 
13ebf72548c963fa850aa2da9d73863cc4c771c7db5a5d90a18af3408f2cf3d75d908aa40c16dfe098941ec5128a0117e5c29aab3e3119715207af28e3a6f8d5

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild
new file mode 100644
index ..5436ae77e57a
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)/pydata_sphinx_theme" || 
die
+   epytest "${S}"/tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-12-15 Thread Michał Górny
commit: 009a69c6765b192d12c451bd8787ca0a0babe327
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 15 11:00:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 15 11:04:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009a69c6

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 -
 .../pydata-sphinx-theme-0.14.3.ebuild  | 48 --
 2 files changed, 50 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index cf1cffd0eae9..1759ef72ec2c 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,4 +1,2 @@
-DIST pydata-sphinx-theme-0.14.3.gh.tar.gz 2403167 BLAKE2B 
272023dd877c2d61dfdd77564f1ea4c59d2db0fe81156440ff90b5b50352823db3836c4ac0b560c03950b69c1e8bdb868d1f42d96dc1eddbb35c060691201a64
 SHA512 
c4fbdf8efe327fb22812da0bb601c205ef0988f18e122db8fd1acba8fcde4c01519a7423a09df51f0a9d136f8b4ddde30427f04084724484a416658ee5c54878
 DIST pydata-sphinx-theme-0.14.4.gh.tar.gz 2404916 BLAKE2B 
fda8fbcecdc5e8b315383134b3cf95753fae5cb93abe57fa032e231f3143a774bd8b8fb7a98ff8cba6384660c4df328f83d234a0e2f8b25e13cce22d0b38f219
 SHA512 
348a7b30065baa1bced2118060412c08471faa8b3d31b610dde6eb5e00210f8527cee7cee173e909259af1a4c9e3704316924ab282a599c805ee54078d2030a7
-DIST pydata_sphinx_theme-0.14.3-py3-none-any.whl 4681432 BLAKE2B 
21cfcebefaffedd1189fcc966e31bb6860dfb1d80e0eb4dc37dd47f55545c52c856545a439061524bbb3bbff638531b1b196bd11a9ecb2ac41202f086c82a0d8
 SHA512 
5844a3992771b4744df075ab0155e8ef2d9f0a9f621be6ae4025c0f12b6462f9664674f05499a5f342dce1bacc530c5c916656ba3e6a9517770d3383be62
 DIST pydata_sphinx_theme-0.14.4-py3-none-any.whl 4682140 BLAKE2B 
29db5217021e4f240174269fe9baa0d0f0b1e1b04213a6639d5491a002bff65e4db1468bed1de850fe0f4a8549e564db91f098fb41c4d2981b88a2fed373659c
 SHA512 
962756e901e90f7c490905dd94703a172fb4de2628f7dc38731de75299e77a5915e93103219562a4291ad37942eee48c888faa523409e149ea31fc10dbcfdf2c

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild
deleted file mode 100644
index ada7b5fa0917..
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="
-   https://github.com/pydata/pydata-sphinx-theme/
-   https://pypi.org/project/pydata-sphinx-theme/
-"
-SRC_URI="
-   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   $(pypi_wheel_url)
-"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/accessible-pygments[${PYTHON_USEDEP}]
-   dev-python/Babel[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/$(pypi_wheel_name)"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-12-15 Thread Arthur Zamarin
commit: dea8c7f9f992e1b6865d287a6ae2d86869481a64
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 15 10:58:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 15 10:58:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea8c7f9

dev-python/pydata-sphinx-theme: Stabilize 0.14.4 ALLARCHES, #91

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild
index f99118387693..7b669a1b06ee 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-11-27 Thread Andrew Ammerlaan
commit: ed9dcff6488c4db7ac3fbd04f5f9373e8eb711ab
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Nov 27 13:08:33 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Nov 27 13:09:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9dcff6

dev-python/pydata-sphinx-theme: add 0.14.4

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.14.4.ebuild  | 48 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index acc9e9cc17d3..cf1cffd0eae9 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,4 @@
 DIST pydata-sphinx-theme-0.14.3.gh.tar.gz 2403167 BLAKE2B 
272023dd877c2d61dfdd77564f1ea4c59d2db0fe81156440ff90b5b50352823db3836c4ac0b560c03950b69c1e8bdb868d1f42d96dc1eddbb35c060691201a64
 SHA512 
c4fbdf8efe327fb22812da0bb601c205ef0988f18e122db8fd1acba8fcde4c01519a7423a09df51f0a9d136f8b4ddde30427f04084724484a416658ee5c54878
+DIST pydata-sphinx-theme-0.14.4.gh.tar.gz 2404916 BLAKE2B 
fda8fbcecdc5e8b315383134b3cf95753fae5cb93abe57fa032e231f3143a774bd8b8fb7a98ff8cba6384660c4df328f83d234a0e2f8b25e13cce22d0b38f219
 SHA512 
348a7b30065baa1bced2118060412c08471faa8b3d31b610dde6eb5e00210f8527cee7cee173e909259af1a4c9e3704316924ab282a599c805ee54078d2030a7
 DIST pydata_sphinx_theme-0.14.3-py3-none-any.whl 4681432 BLAKE2B 
21cfcebefaffedd1189fcc966e31bb6860dfb1d80e0eb4dc37dd47f55545c52c856545a439061524bbb3bbff638531b1b196bd11a9ecb2ac41202f086c82a0d8
 SHA512 
5844a3992771b4744df075ab0155e8ef2d9f0a9f621be6ae4025c0f12b6462f9664674f05499a5f342dce1bacc530c5c916656ba3e6a9517770d3383be62
+DIST pydata_sphinx_theme-0.14.4-py3-none-any.whl 4682140 BLAKE2B 
29db5217021e4f240174269fe9baa0d0f0b1e1b04213a6639d5491a002bff65e4db1468bed1de850fe0f4a8549e564db91f098fb41c4d2981b88a2fed373659c
 SHA512 
962756e901e90f7c490905dd94703a172fb4de2628f7dc38731de75299e77a5915e93103219562a4291ad37942eee48c888faa523409e149ea31fc10dbcfdf2c

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild
new file mode 100644
index ..f99118387693
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-11-25 Thread Michał Górny
commit: 29c428622aa66ef41d54fdca4ab87014555e77e4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 25 10:37:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 25 10:37:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c42862

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  4 --
 .../pydata-sphinx-theme-0.14.1.ebuild  | 48 --
 .../pydata-sphinx-theme-0.14.2.ebuild  | 48 --
 3 files changed, 100 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 54b6a48bb215..acc9e9cc17d3 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,6 +1,2 @@
-DIST pydata-sphinx-theme-0.14.1.gh.tar.gz 2413022 BLAKE2B 
b4e707e1407839ba796a19f5aea73056a6520f1f39d7e17adb3442e03942a457082ce74fd3f4ab64af15b30254c6f7c80f522f0b4bcc9aa77db01bee287c4fdd
 SHA512 
515fa2e0e301a092cd414472302b1ad2571983bc69a7cc4e617122a64f7b7f53c8b80a4328da13529840cbb1ab7cf3fb2c2ee99688a8deb87f19529c6c64067d
-DIST pydata-sphinx-theme-0.14.2.gh.tar.gz 2417334 BLAKE2B 
2b4af7aa307ef46f268c11e7131218b4d7994e33d676cfa346c053f13da44fe770ed77526c4e4606fbbe7c1e6eb77decec4e57179831de00738b92a200658a83
 SHA512 
fd8a95c3a40c41343a90ddb6fdfaf1e247034ad629fa687824b55fd580b5bfcfc913701cf35223704bda5b3385a122d6e8653ec80d71c68bffedb194cc67ff5a
 DIST pydata-sphinx-theme-0.14.3.gh.tar.gz 2403167 BLAKE2B 
272023dd877c2d61dfdd77564f1ea4c59d2db0fe81156440ff90b5b50352823db3836c4ac0b560c03950b69c1e8bdb868d1f42d96dc1eddbb35c060691201a64
 SHA512 
c4fbdf8efe327fb22812da0bb601c205ef0988f18e122db8fd1acba8fcde4c01519a7423a09df51f0a9d136f8b4ddde30427f04084724484a416658ee5c54878
-DIST pydata_sphinx_theme-0.14.1-py3-none-any.whl 3780482 BLAKE2B 
58ebe2d3d176295bc335a176eeccd95859862e085f570c8ef6e80ade320d624fd6b2a94b6a2fab08211e520939bc651cd454bfe5037bc16104de2ecf295871e6
 SHA512 
7e9f76e2dfd7bd9049ae007b5af1ad65d61aa44f0c7370794856b664aa1a735dce65a1f0368fae0bb6049ee767e3ca0c4ca4f1ea6615858626c03e3a4ce81856
-DIST pydata_sphinx_theme-0.14.2-py3-none-any.whl 4680576 BLAKE2B 
a4bd57c90468ed2f073e581cce48e89011c21e328f4fab066f6ba4fe8fb31d3f8d161b9ecf372c3c4b9a2a9caf41dc38d35f36a02e0da072377c2f14cf7084d1
 SHA512 
f97e4cd650a2f42216900a22bb0fb699f6a2809b4277863979dc29906c707cfcc49b89add82211407bd5d3b1740526a27d3ca9f7141c02715dc2fcb03b692a04
 DIST pydata_sphinx_theme-0.14.3-py3-none-any.whl 4681432 BLAKE2B 
21cfcebefaffedd1189fcc966e31bb6860dfb1d80e0eb4dc37dd47f55545c52c856545a439061524bbb3bbff638531b1b196bd11a9ecb2ac41202f086c82a0d8
 SHA512 
5844a3992771b4744df075ab0155e8ef2d9f0a9f621be6ae4025c0f12b6462f9664674f05499a5f342dce1bacc530c5c916656ba3e6a9517770d3383be62

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild
deleted file mode 100644
index 616521f11819..
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="
-   https://github.com/pydata/pydata-sphinx-theme/
-   https://pypi.org/project/pydata-sphinx-theme/
-"
-SRC_URI="
-   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   $(pypi_wheel_url)
-"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   dev-python/accessible-pygments[${PYTHON_USEDEP}]
-   dev-python/Babel[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/$(pypi_wheel_name)"
-}

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.2.ebuild
deleted file mode 100644
index a9692a406120..
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-11-25 Thread Arthur Zamarin
commit: ace5b5b26e937873e53423be4a9780dead1a6483
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 25 09:00:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 25 09:00:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace5b5b2

dev-python/pydata-sphinx-theme: Stabilize 0.14.3 ALLARCHES, #918471

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild
index ee3b04eb2d4f..ada7b5fa0917 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-10-31 Thread Michał Górny
commit: bed5e0a2f720cce2d72cafa0852ac051fb6a5e77
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 31 07:28:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 31 07:53:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed5e0a2

dev-python/pydata-sphinx-theme: Bump to 0.14.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.14.3.ebuild  | 48 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 47753dde4ffa..54b6a48bb215 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,4 +1,6 @@
 DIST pydata-sphinx-theme-0.14.1.gh.tar.gz 2413022 BLAKE2B 
b4e707e1407839ba796a19f5aea73056a6520f1f39d7e17adb3442e03942a457082ce74fd3f4ab64af15b30254c6f7c80f522f0b4bcc9aa77db01bee287c4fdd
 SHA512 
515fa2e0e301a092cd414472302b1ad2571983bc69a7cc4e617122a64f7b7f53c8b80a4328da13529840cbb1ab7cf3fb2c2ee99688a8deb87f19529c6c64067d
 DIST pydata-sphinx-theme-0.14.2.gh.tar.gz 2417334 BLAKE2B 
2b4af7aa307ef46f268c11e7131218b4d7994e33d676cfa346c053f13da44fe770ed77526c4e4606fbbe7c1e6eb77decec4e57179831de00738b92a200658a83
 SHA512 
fd8a95c3a40c41343a90ddb6fdfaf1e247034ad629fa687824b55fd580b5bfcfc913701cf35223704bda5b3385a122d6e8653ec80d71c68bffedb194cc67ff5a
+DIST pydata-sphinx-theme-0.14.3.gh.tar.gz 2403167 BLAKE2B 
272023dd877c2d61dfdd77564f1ea4c59d2db0fe81156440ff90b5b50352823db3836c4ac0b560c03950b69c1e8bdb868d1f42d96dc1eddbb35c060691201a64
 SHA512 
c4fbdf8efe327fb22812da0bb601c205ef0988f18e122db8fd1acba8fcde4c01519a7423a09df51f0a9d136f8b4ddde30427f04084724484a416658ee5c54878
 DIST pydata_sphinx_theme-0.14.1-py3-none-any.whl 3780482 BLAKE2B 
58ebe2d3d176295bc335a176eeccd95859862e085f570c8ef6e80ade320d624fd6b2a94b6a2fab08211e520939bc651cd454bfe5037bc16104de2ecf295871e6
 SHA512 
7e9f76e2dfd7bd9049ae007b5af1ad65d61aa44f0c7370794856b664aa1a735dce65a1f0368fae0bb6049ee767e3ca0c4ca4f1ea6615858626c03e3a4ce81856
 DIST pydata_sphinx_theme-0.14.2-py3-none-any.whl 4680576 BLAKE2B 
a4bd57c90468ed2f073e581cce48e89011c21e328f4fab066f6ba4fe8fb31d3f8d161b9ecf372c3c4b9a2a9caf41dc38d35f36a02e0da072377c2f14cf7084d1
 SHA512 
f97e4cd650a2f42216900a22bb0fb699f6a2809b4277863979dc29906c707cfcc49b89add82211407bd5d3b1740526a27d3ca9f7141c02715dc2fcb03b692a04
+DIST pydata_sphinx_theme-0.14.3-py3-none-any.whl 4681432 BLAKE2B 
21cfcebefaffedd1189fcc966e31bb6860dfb1d80e0eb4dc37dd47f55545c52c856545a439061524bbb3bbff638531b1b196bd11a9ecb2ac41202f086c82a0d8
 SHA512 
5844a3992771b4744df075ab0155e8ef2d9f0a9f621be6ae4025c0f12b6462f9664674f05499a5f342dce1bacc530c5c916656ba3e6a9517770d3383be62

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild
new file mode 100644
index ..a9692a406120
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-10-25 Thread Michał Górny
commit: 97e7a4bbc9cd3a8e6bc9a0ed99e2693ee1560955
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 26 02:55:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 26 03:11:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e7a4bb

dev-python/pydata-sphinx-theme: Bump to 0.14.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.14.2.ebuild  | 48 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 5809a485c389..47753dde4ffa 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,4 @@
 DIST pydata-sphinx-theme-0.14.1.gh.tar.gz 2413022 BLAKE2B 
b4e707e1407839ba796a19f5aea73056a6520f1f39d7e17adb3442e03942a457082ce74fd3f4ab64af15b30254c6f7c80f522f0b4bcc9aa77db01bee287c4fdd
 SHA512 
515fa2e0e301a092cd414472302b1ad2571983bc69a7cc4e617122a64f7b7f53c8b80a4328da13529840cbb1ab7cf3fb2c2ee99688a8deb87f19529c6c64067d
+DIST pydata-sphinx-theme-0.14.2.gh.tar.gz 2417334 BLAKE2B 
2b4af7aa307ef46f268c11e7131218b4d7994e33d676cfa346c053f13da44fe770ed77526c4e4606fbbe7c1e6eb77decec4e57179831de00738b92a200658a83
 SHA512 
fd8a95c3a40c41343a90ddb6fdfaf1e247034ad629fa687824b55fd580b5bfcfc913701cf35223704bda5b3385a122d6e8653ec80d71c68bffedb194cc67ff5a
 DIST pydata_sphinx_theme-0.14.1-py3-none-any.whl 3780482 BLAKE2B 
58ebe2d3d176295bc335a176eeccd95859862e085f570c8ef6e80ade320d624fd6b2a94b6a2fab08211e520939bc651cd454bfe5037bc16104de2ecf295871e6
 SHA512 
7e9f76e2dfd7bd9049ae007b5af1ad65d61aa44f0c7370794856b664aa1a735dce65a1f0368fae0bb6049ee767e3ca0c4ca4f1ea6615858626c03e3a4ce81856
+DIST pydata_sphinx_theme-0.14.2-py3-none-any.whl 4680576 BLAKE2B 
a4bd57c90468ed2f073e581cce48e89011c21e328f4fab066f6ba4fe8fb31d3f8d161b9ecf372c3c4b9a2a9caf41dc38d35f36a02e0da072377c2f14cf7084d1
 SHA512 
f97e4cd650a2f42216900a22bb0fb699f6a2809b4277863979dc29906c707cfcc49b89add82211407bd5d3b1740526a27d3ca9f7141c02715dc2fcb03b692a04

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.2.ebuild
new file mode 100644
index ..a9692a406120
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-10-06 Thread Sam James
commit: d2f7750cf28ee82baf5a199720120dbc13880a1a
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 16:04:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 16:04:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f7750c

dev-python/pydata-sphinx-theme: Stabilize 0.14.1 ALLARCHES, #915310

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild
index a9692a406120..616521f11819 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-09-20 Thread Michał Górny
commit: 36a316d62b215915d61c6f7b96b920422f92e402
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 21 05:22:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 21 05:28:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a316d6

dev-python/pydata-sphinx-theme: Bump to 0.14.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.14.1.ebuild  | 48 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 970880bc4d00..fb35105f59f9 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,4 +1,6 @@
 DIST pydata-sphinx-theme-0.13.3.gh.tar.gz 3370023 BLAKE2B 
3d5e05222cce5c92e0ffadbf91d3bfa575a809b06c23da800e845e5b4ec622a3bfba0f5a72cc0c969b1a074e765e611c2aeb3cef77842d51529537959a952cd5
 SHA512 
312308838a78bf66430660ee0d7484cf20004926446111e1e8bf89fc96b38f4b8345b96856705aaa56371b31c369066a043c53d263731ccb411e7e263fc3a96a
 DIST pydata-sphinx-theme-0.14.0.gh.tar.gz 2412854 BLAKE2B 
92e62820270db8a395be868ad400e672b9d081069ef252420e06fe966f18a8170354dbb034d3000abf12b2462b5f0793ed25bef2262735741757a4ae38bc179f
 SHA512 
bd75f75eca88f2da8edd197934cc6257058b0fa5699c3f0a372647fc54fcdb5c2e4dc36fbf1a7ddc96a3751118f514374345e568774911feb1297c5b762ba3e3
+DIST pydata-sphinx-theme-0.14.1.gh.tar.gz 2413022 BLAKE2B 
b4e707e1407839ba796a19f5aea73056a6520f1f39d7e17adb3442e03942a457082ce74fd3f4ab64af15b30254c6f7c80f522f0b4bcc9aa77db01bee287c4fdd
 SHA512 
515fa2e0e301a092cd414472302b1ad2571983bc69a7cc4e617122a64f7b7f53c8b80a4328da13529840cbb1ab7cf3fb2c2ee99688a8deb87f19529c6c64067d
 DIST pydata_sphinx_theme-0.13.3-py3-none-any.whl 1979378 BLAKE2B 
49f871167a73ee088aca87c49f728821a8df4b79015e543e84eee7ac85e2e8a81b3419cca0c8ad14197e44c2bb2b2533a9c7e9e29384d37956c5d814904cc2b7
 SHA512 
59ec688677cb6d150e4741e84bfd32914f139533118a297c6691b27ea56e2e85577593951a5b3daaf9d41c7de3cb8276c479b72b12c4e8921d7418c75dfe90ff
 DIST pydata_sphinx_theme-0.14.0-py3-none-any.whl 3778988 BLAKE2B 
c6c368bb63d3014728a9ecc26f70efd61c38282e8123494a08ec747b9717c35ef83ef79f83b7235c90f6dffe2d23da77f9743c4abfd6a71c03dfd6b272d33ef3
 SHA512 
3dac39d1fc16cde46a1bc98b12fdfdb53bdf4e49b4218fa75b387387756a62c5f0a4a642cb6b4fea57e8e541112644b82d1e442ce7aeee18d62e3de965b64073
+DIST pydata_sphinx_theme-0.14.1-py3-none-any.whl 3780482 BLAKE2B 
58ebe2d3d176295bc335a176eeccd95859862e085f570c8ef6e80ade320d624fd6b2a94b6a2fab08211e520939bc651cd454bfe5037bc16104de2ecf295871e6
 SHA512 
7e9f76e2dfd7bd9049ae007b5af1ad65d61aa44f0c7370794856b664aa1a735dce65a1f0368fae0bb6049ee767e3ca0c4ca4f1ea6615858626c03e3a4ce81856

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild
new file mode 100644
index ..a9692a406120
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-09-15 Thread Michał Górny
commit: 492fa36d48bf166cffa1b76c75b06f63d35fe862
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 15 09:24:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 15 10:11:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492fa36d

dev-python/pydata-sphinx-theme: Bump to 0.14.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.14.0.ebuild  | 48 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 22fd03c26cc8..970880bc4d00 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,4 @@
 DIST pydata-sphinx-theme-0.13.3.gh.tar.gz 3370023 BLAKE2B 
3d5e05222cce5c92e0ffadbf91d3bfa575a809b06c23da800e845e5b4ec622a3bfba0f5a72cc0c969b1a074e765e611c2aeb3cef77842d51529537959a952cd5
 SHA512 
312308838a78bf66430660ee0d7484cf20004926446111e1e8bf89fc96b38f4b8345b96856705aaa56371b31c369066a043c53d263731ccb411e7e263fc3a96a
+DIST pydata-sphinx-theme-0.14.0.gh.tar.gz 2412854 BLAKE2B 
92e62820270db8a395be868ad400e672b9d081069ef252420e06fe966f18a8170354dbb034d3000abf12b2462b5f0793ed25bef2262735741757a4ae38bc179f
 SHA512 
bd75f75eca88f2da8edd197934cc6257058b0fa5699c3f0a372647fc54fcdb5c2e4dc36fbf1a7ddc96a3751118f514374345e568774911feb1297c5b762ba3e3
 DIST pydata_sphinx_theme-0.13.3-py3-none-any.whl 1979378 BLAKE2B 
49f871167a73ee088aca87c49f728821a8df4b79015e543e84eee7ac85e2e8a81b3419cca0c8ad14197e44c2bb2b2533a9c7e9e29384d37956c5d814904cc2b7
 SHA512 
59ec688677cb6d150e4741e84bfd32914f139533118a297c6691b27ea56e2e85577593951a5b3daaf9d41c7de3cb8276c479b72b12c4e8921d7418c75dfe90ff
+DIST pydata_sphinx_theme-0.14.0-py3-none-any.whl 3778988 BLAKE2B 
c6c368bb63d3014728a9ecc26f70efd61c38282e8123494a08ec747b9717c35ef83ef79f83b7235c90f6dffe2d23da77f9743c4abfd6a71c03dfd6b272d33ef3
 SHA512 
3dac39d1fc16cde46a1bc98b12fdfdb53bdf4e49b4218fa75b387387756a62c5f0a4a642cb6b4fea57e8e541112644b82d1e442ce7aeee18d62e3de965b64073

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.0.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.0.ebuild
new file mode 100644
index ..a9692a406120
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-09-14 Thread Andrew Ammerlaan
commit: 63c82fa8e651464f10508f944311dd02061fcf68
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 14 10:05:53 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 14 11:01:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c82fa8

dev-python/pydata-sphinx-theme: enable py3.12, restrict to sphinx-6

Closes: https://bugs.gentoo.org/892345
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 ...sphinx-theme-0.13.3.ebuild => pydata-sphinx-theme-0.13.3-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild
similarity index 93%
rename from dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
rename to dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild
index 60f667f739e9..e2e87eb25f6b 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=standalone
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 
@@ -32,6 +32,7 @@ RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/sphinx-4.2[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-04-12 Thread Michał Górny
commit: 9c635bd44424ae78d799b4de68a5dc9421ebbe64
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 12 05:02:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 12 07:15:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c635bd4

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  5 ---
 .../pydata-sphinx-theme-0.13.1.ebuild  | 47 --
 .../pydata-sphinx-theme-0.13.2.ebuild  | 47 --
 .../pydata-sphinx-theme-0.7.2-r1.ebuild| 38 -
 4 files changed, 137 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 87b44c3488c2..22fd03c26cc8 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,7 +1,2 @@
-DIST pydata-sphinx-theme-0.13.1.gh.tar.gz 3391663 BLAKE2B 
411b3dfb81b84189da86b0d11bf983348ecc6cef25142616f997f6301bc7873360835ba87309c055df46800ba34c30cf0d82bc3fb2c1984214d0c3e02556d17b
 SHA512 
c88db817891800ee3483f724770354ab8c02abb0e430537ecd29b2e4b566fbdccb0a461926858a20da2da98dff37c6f09fa3f29dc538ecc30abd87597a9c08c2
-DIST pydata-sphinx-theme-0.13.2.gh.tar.gz 3367549 BLAKE2B 
29a219b865c3c8f9c7ab8acba50ded75585c240cb120d8cb21234fdb6c1126f6ddadc1582de5aeaf253a7ec7126a9395cc12dbead5f7b0c54a5727634d965aa2
 SHA512 
e26a8ed2791489f23df774e024bc04e2600b70228bf0db1cc69edd1fb4f615425e8e1f06ea849516fd7601bea23caecad3641a4547c78cd9b7e808a61aa79008
 DIST pydata-sphinx-theme-0.13.3.gh.tar.gz 3370023 BLAKE2B 
3d5e05222cce5c92e0ffadbf91d3bfa575a809b06c23da800e845e5b4ec622a3bfba0f5a72cc0c969b1a074e765e611c2aeb3cef77842d51529537959a952cd5
 SHA512 
312308838a78bf66430660ee0d7484cf20004926446111e1e8bf89fc96b38f4b8345b96856705aaa56371b31c369066a043c53d263731ccb411e7e263fc3a96a
-DIST pydata-sphinx-theme-0.7.2.gh.tar.gz 2632129 BLAKE2B 
2beb9fac60b5f6c863ee4c570b88c4331135d2c8a10d84599f97944002576424caae06d062104a58c7f329f85e046eaa820d03a4117396009084707d563608d7
 SHA512 
2f6cac080807eab04f1c4de2fdd1563de17f1214f79c094f69b5ff116bcc47f1b0e159d6c87412c8cbe7691b19eebb3b228ca8243d05c81bba94d0aacbdb3e5e
-DIST pydata_sphinx_theme-0.13.1-py3-none-any.whl 1624783 BLAKE2B 
9ff997244b12320dccbec56866af4cf780a5341a5d75b7040de3623d15a2593561a6506f31be769b63bb72905e1e428e9fe0955988b2919732bdfe1dfba68062
 SHA512 
1f31d59b0041aa6302ea3d6a03d089adb7108e334813f2ceb576b04b5767a96ef4b3d6d3d3f4bc40c399932b193575a21f418dba2a1737a14ba90deead951457
-DIST pydata_sphinx_theme-0.13.2-py3-none-any.whl 1976897 BLAKE2B 
3934bdee8210e3c384a284f402627a9d6716c3664a613a7de8ba3e05d143551d2fadbbce3929b837ce1af96019887fbc56d84129b75bb01922562f011dccee04
 SHA512 
9daed721a90411453cc150e80472fae592a477ce58dc815e60475c579ab62453953c300587cbd1fb8c830ad986cc49f3278f2d781c44a8c35463c1cd2e09bd0e
 DIST pydata_sphinx_theme-0.13.3-py3-none-any.whl 1979378 BLAKE2B 
49f871167a73ee088aca87c49f728821a8df4b79015e543e84eee7ac85e2e8a81b3419cca0c8ad14197e44c2bb2b2533a9c7e9e29384d37956c5d814904cc2b7
 SHA512 
59ec688677cb6d150e4741e84bfd32914f139533118a297c6691b27ea56e2e85577593951a5b3daaf9d41c7de3cb8276c479b72b12c4e8921d7418c75dfe90ff

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
deleted file mode 100644
index dda487258843..
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="
-   https://github.com/pydata/pydata-sphinx-theme/
-   https://pypi.org/project/pydata-sphinx-theme/
-"
-SRC_URI="
-   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   $(pypi_wheel_url)
-"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   dev-python/accessible-pygments[${PYTHON_USEDEP}]
-   dev-python/Babel[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/$(pypi_wheel_name)"
-}

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.2.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-04-11 Thread Jakov Smolić
commit: 088559b8ba8de240c00552ae46f8f504d987ddd2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 12 00:37:59 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 12 00:37:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088559b8

dev-python/pydata-sphinx-theme: Stabilize 0.13.3 ppc, #904177

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
index d467ea4a7725..60f667f739e9 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-04-11 Thread Sam James
commit: faa7c6276e9b6d582dcb08b2035aaabfeb499f0e
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 19:40:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 19:41:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa7c627

dev-python/pydata-sphinx-theme: Stabilize 0.13.3 hppa, #904177

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
index 31abef8fc486..d467ea4a7725 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-04-11 Thread Sam James
commit: e5cfa576ebba49389ee795094252955242f08251
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 19:04:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 19:04:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cfa576

dev-python/pydata-sphinx-theme: Stabilize 0.13.3 x86, #904177

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
index f7ce286b5ddc..31abef8fc486 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-04-11 Thread Arthur Zamarin
commit: de1f2a7caca4780d2ad804398e0619d5073c191a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 11 18:30:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 11 18:30:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1f2a7c

dev-python/pydata-sphinx-theme: Stabilize 0.13.3 ppc64, #904177

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
index 24d3a6a16ae8..f7ce286b5ddc 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-04-11 Thread Arthur Zamarin
commit: 4d45a6a8e1cf25809b04fd621fdfa0033edee50a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 11 18:27:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 11 18:27:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d45a6a8

dev-python/pydata-sphinx-theme: Stabilize 0.13.3 sparc, #904177

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
index 4eed8c6885eb..24d3a6a16ae8 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-04-11 Thread Arthur Zamarin
commit: 8b755e11f0f47aa376f27588b87f78ca2a0dd1e9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 11 18:20:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 11 18:20:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b755e11

dev-python/pydata-sphinx-theme: Stabilize 0.13.3 arm, #904177

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
index d7e5938ef3ad..4eed8c6885eb 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-04-11 Thread Arthur Zamarin
commit: 32652629290a0efbb52fd9a5fe28dc4005485d54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 11 18:17:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 11 18:17:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32652629

dev-python/pydata-sphinx-theme: Stabilize 0.13.3 amd64, #904177

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
index 244db82fa498..d7e5938ef3ad 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-04-11 Thread Arthur Zamarin
commit: 1f315a7b4f751555346443a5b08744911064eca9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 11 18:15:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 11 18:15:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f315a7b

dev-python/pydata-sphinx-theme: Stabilize 0.13.3 arm64, #904177

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
index 684d2c7b9520..244db82fa498 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-31 Thread Sam James
commit: bda52fea4d40ebe023c44d0c4d7cdd42a557f94c
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 31 18:05:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 31 18:05:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda52fea

dev-python/pydata-sphinx-theme: Keyword 0.13.3 arm64, #900595

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
index da1d522f7e83..684d2c7b9520 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-30 Thread Michał Górny
commit: 8f07ea3bc9304786ec1a9cba2b42aba6bd83ea5e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 31 04:00:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 31 04:00:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f07ea3b

dev-python/pydata-sphinx-theme: Bump to 0.13.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.13.3.ebuild  | 48 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index bbe1038cf224..87b44c3488c2 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,5 +1,7 @@
 DIST pydata-sphinx-theme-0.13.1.gh.tar.gz 3391663 BLAKE2B 
411b3dfb81b84189da86b0d11bf983348ecc6cef25142616f997f6301bc7873360835ba87309c055df46800ba34c30cf0d82bc3fb2c1984214d0c3e02556d17b
 SHA512 
c88db817891800ee3483f724770354ab8c02abb0e430537ecd29b2e4b566fbdccb0a461926858a20da2da98dff37c6f09fa3f29dc538ecc30abd87597a9c08c2
 DIST pydata-sphinx-theme-0.13.2.gh.tar.gz 3367549 BLAKE2B 
29a219b865c3c8f9c7ab8acba50ded75585c240cb120d8cb21234fdb6c1126f6ddadc1582de5aeaf253a7ec7126a9395cc12dbead5f7b0c54a5727634d965aa2
 SHA512 
e26a8ed2791489f23df774e024bc04e2600b70228bf0db1cc69edd1fb4f615425e8e1f06ea849516fd7601bea23caecad3641a4547c78cd9b7e808a61aa79008
+DIST pydata-sphinx-theme-0.13.3.gh.tar.gz 3370023 BLAKE2B 
3d5e05222cce5c92e0ffadbf91d3bfa575a809b06c23da800e845e5b4ec622a3bfba0f5a72cc0c969b1a074e765e611c2aeb3cef77842d51529537959a952cd5
 SHA512 
312308838a78bf66430660ee0d7484cf20004926446111e1e8bf89fc96b38f4b8345b96856705aaa56371b31c369066a043c53d263731ccb411e7e263fc3a96a
 DIST pydata-sphinx-theme-0.7.2.gh.tar.gz 2632129 BLAKE2B 
2beb9fac60b5f6c863ee4c570b88c4331135d2c8a10d84599f97944002576424caae06d062104a58c7f329f85e046eaa820d03a4117396009084707d563608d7
 SHA512 
2f6cac080807eab04f1c4de2fdd1563de17f1214f79c094f69b5ff116bcc47f1b0e159d6c87412c8cbe7691b19eebb3b228ca8243d05c81bba94d0aacbdb3e5e
 DIST pydata_sphinx_theme-0.13.1-py3-none-any.whl 1624783 BLAKE2B 
9ff997244b12320dccbec56866af4cf780a5341a5d75b7040de3623d15a2593561a6506f31be769b63bb72905e1e428e9fe0955988b2919732bdfe1dfba68062
 SHA512 
1f31d59b0041aa6302ea3d6a03d089adb7108e334813f2ceb576b04b5767a96ef4b3d6d3d3f4bc40c399932b193575a21f418dba2a1737a14ba90deead951457
 DIST pydata_sphinx_theme-0.13.2-py3-none-any.whl 1976897 BLAKE2B 
3934bdee8210e3c384a284f402627a9d6716c3664a613a7de8ba3e05d143551d2fadbbce3929b837ce1af96019887fbc56d84129b75bb01922562f011dccee04
 SHA512 
9daed721a90411453cc150e80472fae592a477ce58dc815e60475c579ab62453953c300587cbd1fb8c830ad986cc49f3278f2d781c44a8c35463c1cd2e09bd0e
+DIST pydata_sphinx_theme-0.13.3-py3-none-any.whl 1979378 BLAKE2B 
49f871167a73ee088aca87c49f728821a8df4b79015e543e84eee7ac85e2e8a81b3419cca0c8ad14197e44c2bb2b2533a9c7e9e29384d37956c5d814904cc2b7
 SHA512 
59ec688677cb6d150e4741e84bfd32914f139533118a297c6691b27ea56e2e85577593951a5b3daaf9d41c7de3cb8276c479b72b12c4e8921d7418c75dfe90ff

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
new file mode 100644
index ..da1d522f7e83
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-4.2[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-29 Thread Michał Górny
commit: cc7c758137114ea13148aeb571e003e6d51383d8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 30 02:10:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 30 02:57:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7c7581

dev-python/pydata-sphinx-theme: Bump to 0.13.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.13.2.ebuild  | 47 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 7ba5d62b2c3c..bbe1038cf224 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,3 +1,5 @@
 DIST pydata-sphinx-theme-0.13.1.gh.tar.gz 3391663 BLAKE2B 
411b3dfb81b84189da86b0d11bf983348ecc6cef25142616f997f6301bc7873360835ba87309c055df46800ba34c30cf0d82bc3fb2c1984214d0c3e02556d17b
 SHA512 
c88db817891800ee3483f724770354ab8c02abb0e430537ecd29b2e4b566fbdccb0a461926858a20da2da98dff37c6f09fa3f29dc538ecc30abd87597a9c08c2
+DIST pydata-sphinx-theme-0.13.2.gh.tar.gz 3367549 BLAKE2B 
29a219b865c3c8f9c7ab8acba50ded75585c240cb120d8cb21234fdb6c1126f6ddadc1582de5aeaf253a7ec7126a9395cc12dbead5f7b0c54a5727634d965aa2
 SHA512 
e26a8ed2791489f23df774e024bc04e2600b70228bf0db1cc69edd1fb4f615425e8e1f06ea849516fd7601bea23caecad3641a4547c78cd9b7e808a61aa79008
 DIST pydata-sphinx-theme-0.7.2.gh.tar.gz 2632129 BLAKE2B 
2beb9fac60b5f6c863ee4c570b88c4331135d2c8a10d84599f97944002576424caae06d062104a58c7f329f85e046eaa820d03a4117396009084707d563608d7
 SHA512 
2f6cac080807eab04f1c4de2fdd1563de17f1214f79c094f69b5ff116bcc47f1b0e159d6c87412c8cbe7691b19eebb3b228ca8243d05c81bba94d0aacbdb3e5e
 DIST pydata_sphinx_theme-0.13.1-py3-none-any.whl 1624783 BLAKE2B 
9ff997244b12320dccbec56866af4cf780a5341a5d75b7040de3623d15a2593561a6506f31be769b63bb72905e1e428e9fe0955988b2919732bdfe1dfba68062
 SHA512 
1f31d59b0041aa6302ea3d6a03d089adb7108e334813f2ceb576b04b5767a96ef4b3d6d3d3f4bc40c399932b193575a21f418dba2a1737a14ba90deead951457
+DIST pydata_sphinx_theme-0.13.2-py3-none-any.whl 1976897 BLAKE2B 
3934bdee8210e3c384a284f402627a9d6716c3664a613a7de8ba3e05d143551d2fadbbce3929b837ce1af96019887fbc56d84129b75bb01922562f011dccee04
 SHA512 
9daed721a90411453cc150e80472fae592a477ce58dc815e60475c579ab62453953c300587cbd1fb8c830ad986cc49f3278f2d781c44a8c35463c1cd2e09bd0e

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.2.ebuild
new file mode 100644
index ..dda487258843
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-19 Thread Arthur Zamarin
commit: f19b61507c2690ffc137514072830805de13e606
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Fri Mar 17 02:07:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar 19 17:35:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19b6150

dev-python/pydata-sphinx-theme: Keyword 0.13.1 mips, #882425

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
index 7d26f1651837..dda487258843 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-10 Thread Arthur Zamarin
commit: fb9077b504fa98b408f00b006191e2e54f18f746
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 10 09:53:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 10 09:53:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9077b5

dev-python/pydata-sphinx-theme: Keyword 0.13.1 hppa, #900595

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
index bafbb53b487a..cc800029fa50 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-10 Thread Arthur Zamarin
commit: 0faf379bc69b03facce6193b5663dc3479d496bd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 10 09:10:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 10 09:10:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0faf379b

dev-python/pydata-sphinx-theme: Keyword 0.13.1 s390, #900595

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
index b685ff09a8c6..bafbb53b487a 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-10 Thread Arthur Zamarin
commit: 97510ca10a75260d8b019a85ea055d162c0f0334
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 10 08:20:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 10 08:20:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97510ca1

dev-python/pydata-sphinx-theme: Keyword 0.13.1 x86, #900595

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
index f59109335461..b685ff09a8c6 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-09 Thread Sam James
commit: 855203998b25c1643e319105164e7a3b6603ad77
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 10 01:59:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 10 01:59:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85520399

dev-python/pydata-sphinx-theme: Keyword 0.13.1 sparc, #900595

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
index 93c65887d98a..f339b0dd5c1c 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~sparc"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-09 Thread Sam James
commit: e76fa01f4fc68fb7d74c3c612ce8887fadbd58b7
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 10 01:59:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 10 01:59:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76fa01f

dev-python/pydata-sphinx-theme: Keyword 0.13.1 ppc64, #900595

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
index 7545165e8c66..4ad29bedd0c4 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~ppc64 ~riscv"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-09 Thread Sam James
commit: f3985475198d047f0543f097c9cc17d7be745873
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 10 01:59:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 10 01:59:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3985475

dev-python/pydata-sphinx-theme: Keyword 0.13.1 arm, #900595

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
index 4ad29bedd0c4..93c65887d98a 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~ppc64 ~riscv"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-09 Thread Sam James
commit: 46d390b338400a88fff546090f0e8e16a37cf83f
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 10 02:00:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 10 02:00:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d390b3

dev-python/pydata-sphinx-theme: Keyword 0.13.1 ppc, #900595

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
index f339b0dd5c1c..f59109335461 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-09 Thread Yixun Lan
commit: 878c850a7b3c59d69e644946e1c460b7526f7bbb
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Mar 10 00:34:10 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar 10 00:34:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878c850a

dev-python/pydata-sphinx-theme: Keyword 0.13.1 riscv, #900595

Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
index f81d1908622e..7545165e8c66 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="
dev-python/accessible-pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2023-03-09 Thread Michał Górny
commit: 0348189ce11a8f66a6eef684f6ba560dae0876b6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 12:32:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 12:35:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0348189c

dev-python/pydata-sphinx-theme: Bump to 0.13.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +
 .../pydata-sphinx-theme-0.13.1.ebuild  | 47 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 5c5168b36abd..7ba5d62b2c3c 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1 +1,3 @@
+DIST pydata-sphinx-theme-0.13.1.gh.tar.gz 3391663 BLAKE2B 
411b3dfb81b84189da86b0d11bf983348ecc6cef25142616f997f6301bc7873360835ba87309c055df46800ba34c30cf0d82bc3fb2c1984214d0c3e02556d17b
 SHA512 
c88db817891800ee3483f724770354ab8c02abb0e430537ecd29b2e4b566fbdccb0a461926858a20da2da98dff37c6f09fa3f29dc538ecc30abd87597a9c08c2
 DIST pydata-sphinx-theme-0.7.2.gh.tar.gz 2632129 BLAKE2B 
2beb9fac60b5f6c863ee4c570b88c4331135d2c8a10d84599f97944002576424caae06d062104a58c7f329f85e046eaa820d03a4117396009084707d563608d7
 SHA512 
2f6cac080807eab04f1c4de2fdd1563de17f1214f79c094f69b5ff116bcc47f1b0e159d6c87412c8cbe7691b19eebb3b228ca8243d05c81bba94d0aacbdb3e5e
+DIST pydata_sphinx_theme-0.13.1-py3-none-any.whl 1624783 BLAKE2B 
9ff997244b12320dccbec56866af4cf780a5341a5d75b7040de3623d15a2593561a6506f31be769b63bb72905e1e428e9fe0955988b2919732bdfe1dfba68062
 SHA512 
1f31d59b0041aa6302ea3d6a03d089adb7108e334813f2ceb576b04b5767a96ef4b3d6d3d3f4bc40c399932b193575a21f418dba2a1737a14ba90deead951457

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
new file mode 100644
index ..f81d1908622e
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   $(pypi_wheel_url)
+"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/accessible-pygments[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils_wheel_install "${BUILD_DIR}/install" \
+   "${DISTDIR}/$(pypi_wheel_name)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-10-19 Thread Michał Górny
commit: 745b7eae27806ffeb8e93a532cc307649b63c33d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 19 13:26:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 19 13:30:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745b7eae

dev-python/pydata-sphinx-theme: Fix missing bs4 RDEP & QA

Closes: https://bugs.gentoo.org/877649
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 +-
 ebuild => pydata-sphinx-theme-0.7.2-r1.ebuild} | 23 ++
 2 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index bd519e7b2d1f..5c5168b36abd 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1 +1 @@
-DIST pydata-sphinx-theme-0.7.2.tar.gz 2632129 BLAKE2B 
2beb9fac60b5f6c863ee4c570b88c4331135d2c8a10d84599f97944002576424caae06d062104a58c7f329f85e046eaa820d03a4117396009084707d563608d7
 SHA512 
2f6cac080807eab04f1c4de2fdd1563de17f1214f79c094f69b5ff116bcc47f1b0e159d6c87412c8cbe7691b19eebb3b228ca8243d05c81bba94d0aacbdb3e5e
+DIST pydata-sphinx-theme-0.7.2.gh.tar.gz 2632129 BLAKE2B 
2beb9fac60b5f6c863ee4c570b88c4331135d2c8a10d84599f97944002576424caae06d062104a58c7f329f85e046eaa820d03a4117396009084707d563608d7
 SHA512 
2f6cac080807eab04f1c4de2fdd1563de17f1214f79c094f69b5ff116bcc47f1b0e159d6c87412c8cbe7691b19eebb3b228ca8243d05c81bba94d0aacbdb3e5e

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2-r1.ebuild
similarity index 75%
rename from dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
rename to dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2-r1.ebuild
index c9882d5eba7c..9e64f9dd3748 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2-r1.ebuild
@@ -5,25 +5,32 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=setuptools
+
 inherit distutils-r1
 
 DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme;
-SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+HOMEPAGE="
+   https://github.com/pydata/pydata-sphinx-theme/
+   https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+   https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
+RDEPEND="
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
+   )
 "
 
 # TODO: fix this: Sandbox violation to /usr/local/share



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-05-17 Thread Andrew Ammerlaan
commit: 1bc1a28d18c6b17470c1ef0427f26e2b687b80ba
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May 17 11:23:46 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May 17 12:19:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc1a28d

dev-python/pydata-sphinx-theme: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 872d0f987bf0..c9882d5eba7c 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-03-12 Thread Arthur Zamarin
commit: 752e342f64e0d79fc0d299bb0d6cf62fbe2a3c49
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 12:03:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 12:03:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752e342f

dev-python/pydata-sphinx-theme: Stabilize 0.7.2 arm64, #834282

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 42d642526b05..49069476f3a0 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-03-12 Thread Arthur Zamarin
commit: 93ca4812e994a1fc3c78e7a2fc96014ee4fa4e1d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 12:03:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 12:03:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ca4812

dev-python/pydata-sphinx-theme: Stabilize 0.7.2 ppc64, #834282

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 49069476f3a0..872d0f987bf0 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-03-12 Thread Arthur Zamarin
commit: 32ec29407776146d0cf1badd918827a7d4456bb2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 12:03:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 12:03:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ec2940

dev-python/pydata-sphinx-theme: Stabilize 0.7.2 arm, #834282

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index b6fa528adf35..42d642526b05 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-03-12 Thread Arthur Zamarin
commit: 6ac0a00402e083617428b92a2c13e850004f88cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 12:03:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 12:03:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac0a004

dev-python/pydata-sphinx-theme: Stabilize 0.7.2 hppa, #834282

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 316518cd3d3d..b6fa528adf35 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-03-02 Thread Agostino Sarubbo
commit: 5c3c57b4d06bf8df3258a7a22d4f0e7e8340e22c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar  2 09:06:50 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar  2 09:06:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3c57b4

dev-python/pydata-sphinx-theme: sparc stable wrt bug #834282

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index d931d8eece2f..316518cd3d3d 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-03-01 Thread Agostino Sarubbo
commit: 1f6274361350a9bf205ff061b58a5ed2e9240c4f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar  1 11:28:22 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar  1 11:28:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f627436

dev-python/pydata-sphinx-theme: ppc stable wrt bug #834282

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index f4a042438f26..d931d8eece2f 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-02-09 Thread Yixun Lan
commit: 47ee95bcd93870d5a14c823dbb41fdab528aa0d5
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Feb  7 13:52:16 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Feb  9 14:16:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ee95bc

dev-python/pydata-sphinx-theme: keyword ~riscv, #831852

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 5d66557bcab6..f4a042438f26 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-02-08 Thread Arthur Zamarin
commit: e1000c46d89fdf710ee564ecc41bb95bfb1aafa2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Feb  8 17:37:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Feb  8 17:38:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1000c46

dev-python/pydata-sphinx-theme: Keyword 0.7.2 hppa, #831852

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 2d9157940dd8..5d66557bcab6 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-02-07 Thread Sam James
commit: dbd1d57c9e9246ebb83f880e239bd138fb88cd8d
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:35:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:35:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd1d57c

dev-python/pydata-sphinx-theme: Keyword 0.7.2 sparc, #831852

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index ec828e128eb3..955b345b555f 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-02-07 Thread Sam James
commit: afbc5ad8465cfdbae09a41ff094e8e4077ecd032
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:31:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:31:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbc5ad8

dev-python/pydata-sphinx-theme: Keyword 0.7.2 arm64, #831852

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 5e989e81a47f..ec828e128eb3 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-02-07 Thread Sam James
commit: fc77d121f5016609ec3270956fd45ce0b50390ce
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:30:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:30:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc77d121

dev-python/pydata-sphinx-theme: Keyword 0.7.2 ppc64, #831852

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 8afa539c9333..5e989e81a47f 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-02-07 Thread Sam James
commit: 0298f05a2b7518379a57c914b3833381d4f6b874
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:30:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:30:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0298f05a

dev-python/pydata-sphinx-theme: Keyword 0.7.2 ppc, #831852

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 29484115c672..8afa539c9333 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2022-02-07 Thread Sam James
commit: 7dc0cadde6d6d6a989968286d4263e25c2c1228b
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 08:32:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 08:32:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc0cadd

dev-python/pydata-sphinx-theme: Keyword 0.7.2 arm, #831852

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 56274160c464..85e918ccb59a 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-12-12 Thread Michał Górny
commit: ec8fd49dee99c93dda7645b127958b10edb46e83
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 12 08:29:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 12 08:33:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8fd49d

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 -
 .../pydata-sphinx-theme-0.7.1.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index e872810d30cf..bd519e7b2d1f 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1 @@
-DIST pydata-sphinx-theme-0.7.1.tar.gz 2632065 BLAKE2B 
6289c61ba6634ba2b98263bf1319d36e9742a3c6dca811eec016b7172e0c780ef1e0ce1201ffd5bdce398a2a988a01dea56414ddb514ec63a424d11f63968f16
 SHA512 
b3ced8be8ed48d7efc51bd8334cf359f5f581e75990fca96ae87a3cc51cfa61f9aedd610124f5a92227ddd2d7a55810ef4a6857726582c38b2251130b4cdb674
 DIST pydata-sphinx-theme-0.7.2.tar.gz 2632129 BLAKE2B 
2beb9fac60b5f6c863ee4c570b88c4331135d2c8a10d84599f97944002576424caae06d062104a58c7f329f85e046eaa820d03a4117396009084707d563608d7
 SHA512 
2f6cac080807eab04f1c4de2fdd1563de17f1214f79c094f69b5ff116bcc47f1b0e159d6c87412c8cbe7691b19eebb3b228ca8243d05c81bba94d0aacbdb3e5e

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild
deleted file mode 100644
index 56274160c464..
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme;
-SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-"
-
-# TODO: fix this: Sandbox violation to /usr/local/share
-#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly 
dev-python/xarray
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-12-11 Thread Sam James
commit: e1beec8f65c3bed1a9eb473ec716fe93d4d711b3
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 12 01:49:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 12 01:49:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1beec8f

dev-python/pydata-sphinx-theme: Stabilize 0.7.2 ALLARCHES, #828957

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
index 66be2db1eeeb..56274160c464 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-11-10 Thread Michał Górny
commit: d1b19ee2905936bf3529c34440f32bb9b855de57
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 21:36:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 22:34:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b19ee2

dev-python/pydata-sphinx-theme: Bump to 0.7.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.7.2.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index a6d12516bf6..e872810d30c 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1 +1,2 @@
 DIST pydata-sphinx-theme-0.7.1.tar.gz 2632065 BLAKE2B 
6289c61ba6634ba2b98263bf1319d36e9742a3c6dca811eec016b7172e0c780ef1e0ce1201ffd5bdce398a2a988a01dea56414ddb514ec63a424d11f63968f16
 SHA512 
b3ced8be8ed48d7efc51bd8334cf359f5f581e75990fca96ae87a3cc51cfa61f9aedd610124f5a92227ddd2d7a55810ef4a6857726582c38b2251130b4cdb674
+DIST pydata-sphinx-theme-0.7.2.tar.gz 2632129 BLAKE2B 
2beb9fac60b5f6c863ee4c570b88c4331135d2c8a10d84599f97944002576424caae06d062104a58c7f329f85e046eaa820d03a4117396009084707d563608d7
 SHA512 
2f6cac080807eab04f1c4de2fdd1563de17f1214f79c094f69b5ff116bcc47f1b0e159d6c87412c8cbe7691b19eebb3b228ca8243d05c81bba94d0aacbdb3e5e

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
new file mode 100644
index 000..66be2db1eee
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme;
+SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+"
+
+# TODO: fix this: Sandbox violation to /usr/local/share
+#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly 
dev-python/xarray
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-11-05 Thread Arthur Zamarin
commit: 1f5fcc9a4c9b322fbebdfa39a1938bcbb0b62250
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov  5 05:33:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov  5 05:40:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5fcc9a

dev-python/pydata-sphinx-theme: drop 0.6.3, 0.7.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  2 --
 .../pydata-sphinx-theme-0.6.3.ebuild   | 32 --
 .../pydata-sphinx-theme-0.7.0.ebuild   | 30 
 3 files changed, 64 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index b495231cb45..a6d12516bf6 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,3 +1 @@
-DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B 
caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619
 SHA512 
0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b
-DIST pydata-sphinx-theme-0.7.0.tar.gz 2632049 BLAKE2B 
0226c06c31703518cfe570514ac2332a43db189b2044218d9135e33f3509f995835ed51b401d52e5ce4e4ca779a4cb98eea1e1966ed66199bdef2b84184ee8da
 SHA512 
0f5d4647e35e4a74d0c64e24fa8aa6d1ba98a76218d8ebc9c96c9bb0c6336ff78f0fcc9f6d5191ce0b8d7707ca5069c89fc263ab85448e574f12b25fa3cdcc4a
 DIST pydata-sphinx-theme-0.7.1.tar.gz 2632065 BLAKE2B 
6289c61ba6634ba2b98263bf1319d36e9742a3c6dca811eec016b7172e0c780ef1e0ce1201ffd5bdce398a2a988a01dea56414ddb514ec63a424d11f63968f16
 SHA512 
b3ced8be8ed48d7efc51bd8334cf359f5f581e75990fca96ae87a3cc51cfa61f9aedd610124f5a92227ddd2d7a55810ef4a6857726582c38b2251130b4cdb674

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
deleted file mode 100644
index 1bd76057e44..000
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme;
-SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-# https://github.com/pydata/pydata-sphinx-theme/issues/367
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   https://github.com/pydata/pydata-sphinx-theme;
-SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-"
-
-# TODO: fix this: Sandbox violation to /usr/local/share
-#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly 
dev-python/xarray
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-11-04 Thread Sam James
commit: 853df013c800298e7774a489986fd51fd6228a2e
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 02:11:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 02:11:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853df013

dev-python/pydata-sphinx-theme: Stabilize 0.7.1 ALLARCHES, #821781

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild
index 66be2db1eee..56274160c46 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-10-03 Thread Michał Górny
commit: 1b06c898c724eb8681ed67d3eb240b521a6f78e8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  3 06:33:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  3 06:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b06c898

dev-python/pydata-sphinx-theme: Bump to 0.7.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.7.1.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index db0e56e4ab1..b495231cb45 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,3 @@
 DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B 
caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619
 SHA512 
0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b
 DIST pydata-sphinx-theme-0.7.0.tar.gz 2632049 BLAKE2B 
0226c06c31703518cfe570514ac2332a43db189b2044218d9135e33f3509f995835ed51b401d52e5ce4e4ca779a4cb98eea1e1966ed66199bdef2b84184ee8da
 SHA512 
0f5d4647e35e4a74d0c64e24fa8aa6d1ba98a76218d8ebc9c96c9bb0c6336ff78f0fcc9f6d5191ce0b8d7707ca5069c89fc263ab85448e574f12b25fa3cdcc4a
+DIST pydata-sphinx-theme-0.7.1.tar.gz 2632065 BLAKE2B 
6289c61ba6634ba2b98263bf1319d36e9742a3c6dca811eec016b7172e0c780ef1e0ce1201ffd5bdce398a2a988a01dea56414ddb514ec63a424d11f63968f16
 SHA512 
b3ced8be8ed48d7efc51bd8334cf359f5f581e75990fca96ae87a3cc51cfa61f9aedd610124f5a92227ddd2d7a55810ef4a6857726582c38b2251130b4cdb674

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild
new file mode 100644
index 000..66be2db1eee
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme;
+SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+"
+
+# TODO: fix this: Sandbox violation to /usr/local/share
+#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly 
dev-python/xarray
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-10-02 Thread Michał Górny
commit: 2a2a7b479af5b89500c40bd0a4c2c2209d714ecb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  2 06:46:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  2 07:50:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2a7b47

dev-python/pydata-sphinx-theme: Bump to 0.7.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.7.0.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index af3e43579ef..db0e56e4ab1 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1 +1,2 @@
 DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B 
caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619
 SHA512 
0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b
+DIST pydata-sphinx-theme-0.7.0.tar.gz 2632049 BLAKE2B 
0226c06c31703518cfe570514ac2332a43db189b2044218d9135e33f3509f995835ed51b401d52e5ce4e4ca779a4cb98eea1e1966ed66199bdef2b84184ee8da
 SHA512 
0f5d4647e35e4a74d0c64e24fa8aa6d1ba98a76218d8ebc9c96c9bb0c6336ff78f0fcc9f6d5191ce0b8d7707ca5069c89fc263ab85448e574f12b25fa3cdcc4a

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
new file mode 100644
index 000..66be2db1eee
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme;
+SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+"
+
+# TODO: fix this: Sandbox violation to /usr/local/share
+#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly 
dev-python/xarray
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-07-27 Thread Andrew Ammerlaan
commit: 168c06fa172258fe64a34fe485f2fd56859e522f
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Jul 27 10:17:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jul 27 10:17:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168c06fa

dev-python/pydata-sphinx-theme: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index b88251f345a..c690200bee5 100644
--- 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
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-06-05 Thread Michał Górny
commit: e855c2520a5c604622e8b837b1672563f45d47db
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 21:09:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 21:09:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e855c252

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 -
 .../pydata-sphinx-theme-0.5.2.ebuild   | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index b3c1658b21d..af3e43579ef 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1 @@
-DIST pydata-sphinx-theme-0.5.2.tar.gz 2556695 BLAKE2B 
bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18
 SHA512 
949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19
 DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B 
caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619
 SHA512 
0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b

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
deleted file mode 100644
index 71f618f17e1..000
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
-SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-# https://github.com/pydata/pydata-sphinx-theme/issues/367
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-06-05 Thread Sam James
commit: ca8d452c349d954884c544046b6f68c67cce5f68
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  5 20:32:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  5 20:32:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8d452c

dev-python/pydata-sphinx-theme: Stabilize 0.6.3 ALLARCHES, #794373

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index f1ee3caeb80..b88251f345a 100644
--- 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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-04-28 Thread Michał Górny
commit: c184440dc39ff3d6be1f594f4d0fcc7d6102a32b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 28 17:47:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 28 17:47:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c184440d

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  4 ---
 .../pydata-sphinx-theme-0.4.3.ebuild   | 37 --
 .../pydata-sphinx-theme-0.5.1.ebuild   | 32 ---
 .../pydata-sphinx-theme-0.6.0.ebuild   | 32 ---
 .../pydata-sphinx-theme-0.6.1.ebuild   | 32 ---
 5 files changed, 137 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index ab043846fa1..b3c1658b21d 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,6 +1,2 @@
-DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9
 SHA512 
9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f
-DIST pydata-sphinx-theme-0.5.1.tar.gz 2556119 BLAKE2B 
cc8ea35cda2829f884699f8200ce1e8fbe9dbcd06fc7b4d3e51d587572d6d66d90bd57d9bab9f1e6fb55688ec6531bb7de72646030e97eca7c34da51f5756fcb
 SHA512 
50996dbe1ea25f751056b837480a5d30662c169c420b27c50aa14c583a2f3601aad34718433ad00a938425142af1e937f1ffe8e341194b60b9c915167f070c43
 DIST pydata-sphinx-theme-0.5.2.tar.gz 2556695 BLAKE2B 
bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18
 SHA512 
949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19
-DIST pydata-sphinx-theme-0.6.0.tar.gz 2566282 BLAKE2B 
4e2614dff0ba4bcfd8c6679e7ec8f5b484d3c82636e11ffc900effb4d3a8d47dde5b60e8deb020189cb01174de726e800d12b9d0cdd376a7d3c380832628
 SHA512 
d4ed38a0af2163cbbdc7d4a98c4df55563a8916df293b386b911f50a9fd1778002e2f4218f79b16c0ebfb9441d8a0d6574af622a6c686b0f8ebdad39b2fa2f41
-DIST pydata-sphinx-theme-0.6.1.tar.gz 2616798 BLAKE2B 
884ee7e25f7265d10e4a50072e7da57b3ba439f733afb04a3541954eca30e2add99d8a099e263f09ef86710281b1d39b320171f116740a1d81dbeb14f23eba36
 SHA512 
a4655d448ee3a40a5f99782d586624fc32e7aa295a6974598453716432617701cfffe1ebdfa0b6a251baf9d07b25e05677c7957c9925a2efd2da2e102eca0a8b
 DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B 
caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619
 SHA512 
0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b

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
deleted file mode 100644
index d510efe1952..000
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
-SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-# https://github.com/pydata/pydata-sphinx-theme/issues/367
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   https://github.com/pandas-dev/pydata-sphinx-theme;
-SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-# https://github.com/pydata/pydata-sphinx-theme/issues/367
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   https://github.com/pandas-dev/pydata-sphinx-theme;
-SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-# https://github.com/pydata/pydata-sphinx-theme/issues/367
-RDEPEND="
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-04-28 Thread Sam James
commit: c532fe96d2f33f0f1c36e1350344961265ff6b0c
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 28 02:44:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 28 02:47:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c532fe96

dev-python/pydata-sphinx-theme: Stabilize 0.5.2 ALLARCHES, #786057

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 1c79b6a0500..71f618f17e1 100644
--- 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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-04-27 Thread Michał Górny
commit: 7c23c24861f1e96b58f6daec4357d5a82ea1d62f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 27 06:40:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 27 07:08:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c23c248

dev-python/pydata-sphinx-theme: Bump to 0.6.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.6.3.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 4dafe1fde9a..ab043846fa1 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -3,3 +3,4 @@ DIST pydata-sphinx-theme-0.5.1.tar.gz 2556119 BLAKE2B 
cc8ea35cda2829f884699f8200
 DIST pydata-sphinx-theme-0.5.2.tar.gz 2556695 BLAKE2B 
bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18
 SHA512 
949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19
 DIST pydata-sphinx-theme-0.6.0.tar.gz 2566282 BLAKE2B 
4e2614dff0ba4bcfd8c6679e7ec8f5b484d3c82636e11ffc900effb4d3a8d47dde5b60e8deb020189cb01174de726e800d12b9d0cdd376a7d3c380832628
 SHA512 
d4ed38a0af2163cbbdc7d4a98c4df55563a8916df293b386b911f50a9fd1778002e2f4218f79b16c0ebfb9441d8a0d6574af622a6c686b0f8ebdad39b2fa2f41
 DIST pydata-sphinx-theme-0.6.1.tar.gz 2616798 BLAKE2B 
884ee7e25f7265d10e4a50072e7da57b3ba439f733afb04a3541954eca30e2add99d8a099e263f09ef86710281b1d39b320171f116740a1d81dbeb14f23eba36
 SHA512 
a4655d448ee3a40a5f99782d586624fc32e7aa295a6974598453716432617701cfffe1ebdfa0b6a251baf9d07b25e05677c7957c9925a2efd2da2e102eca0a8b
+DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B 
caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619
 SHA512 
0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b

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
new file mode 100644
index 000..f1ee3caeb80
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme;
+SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+# https://github.com/pydata/pydata-sphinx-theme/issues/367
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-04-17 Thread Michał Górny
commit: 5b18f83944fddafde43d8eda87a1192895c13b86
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 17 06:21:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 17 06:21:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b18f839

dev-python/pydata-sphinx-theme: Add github remote

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pydata-sphinx-theme/metadata.xml 
b/dev-python/pydata-sphinx-theme/metadata.xml
index 8eca5b01132..8db7c164294 100644
--- a/dev-python/pydata-sphinx-theme/metadata.xml
+++ b/dev-python/pydata-sphinx-theme/metadata.xml
@@ -15,6 +15,7 @@



+   pydata/pydata-sphinx-theme
pydata-sphinx-theme

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-04-17 Thread Michał Górny
commit: 5c372013b489dce3b941b3eaa10d595f40ce53a9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 17 05:56:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 17 06:21:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c372013

dev-python/pydata-sphinx-theme: Bump to 0.6.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.6.1.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 31e2c96974d..4dafe1fde9a 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -2,3 +2,4 @@ DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45
 DIST pydata-sphinx-theme-0.5.1.tar.gz 2556119 BLAKE2B 
cc8ea35cda2829f884699f8200ce1e8fbe9dbcd06fc7b4d3e51d587572d6d66d90bd57d9bab9f1e6fb55688ec6531bb7de72646030e97eca7c34da51f5756fcb
 SHA512 
50996dbe1ea25f751056b837480a5d30662c169c420b27c50aa14c583a2f3601aad34718433ad00a938425142af1e937f1ffe8e341194b60b9c915167f070c43
 DIST pydata-sphinx-theme-0.5.2.tar.gz 2556695 BLAKE2B 
bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18
 SHA512 
949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19
 DIST pydata-sphinx-theme-0.6.0.tar.gz 2566282 BLAKE2B 
4e2614dff0ba4bcfd8c6679e7ec8f5b484d3c82636e11ffc900effb4d3a8d47dde5b60e8deb020189cb01174de726e800d12b9d0cdd376a7d3c380832628
 SHA512 
d4ed38a0af2163cbbdc7d4a98c4df55563a8916df293b386b911f50a9fd1778002e2f4218f79b16c0ebfb9441d8a0d6574af622a6c686b0f8ebdad39b2fa2f41
+DIST pydata-sphinx-theme-0.6.1.tar.gz 2616798 BLAKE2B 
884ee7e25f7265d10e4a50072e7da57b3ba439f733afb04a3541954eca30e2add99d8a099e263f09ef86710281b1d39b320171f116740a1d81dbeb14f23eba36
 SHA512 
a4655d448ee3a40a5f99782d586624fc32e7aa295a6974598453716432617701cfffe1ebdfa0b6a251baf9d07b25e05677c7957c9925a2efd2da2e102eca0a8b

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
new file mode 100644
index 000..f1ee3caeb80
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pydata/pydata-sphinx-theme;
+SRC_URI="https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+# https://github.com/pydata/pydata-sphinx-theme/issues/367
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-04-10 Thread Michał Górny
commit: 39b1aaa93b04cfebba5161eca13c134cfb35f131
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 10 07:32:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 10 08:01:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b1aaa9

dev-python/pydata-sphinx-theme: Bump to 0.6.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.6.0.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 9a9dca48a2c..31e2c96974d 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,3 +1,4 @@
 DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9
 SHA512 
9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f
 DIST pydata-sphinx-theme-0.5.1.tar.gz 2556119 BLAKE2B 
cc8ea35cda2829f884699f8200ce1e8fbe9dbcd06fc7b4d3e51d587572d6d66d90bd57d9bab9f1e6fb55688ec6531bb7de72646030e97eca7c34da51f5756fcb
 SHA512 
50996dbe1ea25f751056b837480a5d30662c169c420b27c50aa14c583a2f3601aad34718433ad00a938425142af1e937f1ffe8e341194b60b9c915167f070c43
 DIST pydata-sphinx-theme-0.5.2.tar.gz 2556695 BLAKE2B 
bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18
 SHA512 
949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19
+DIST pydata-sphinx-theme-0.6.0.tar.gz 2566282 BLAKE2B 
4e2614dff0ba4bcfd8c6679e7ec8f5b484d3c82636e11ffc900effb4d3a8d47dde5b60e8deb020189cb01174de726e800d12b9d0cdd376a7d3c380832628
 SHA512 
d4ed38a0af2163cbbdc7d4a98c4df55563a8916df293b386b911f50a9fd1778002e2f4218f79b16c0ebfb9441d8a0d6574af622a6c686b0f8ebdad39b2fa2f41

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
new file mode 100644
index 000..1c79b6a0500
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
+SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+# https://github.com/pydata/pydata-sphinx-theme/issues/367
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-04-09 Thread Joonas Niilola
commit: 61b5097a8cf14557c6aba880e1713242f36864e5
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Apr  3 09:45:19 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  9 12:20:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b5097a

dev-python/pydata-sphinx-theme: add 0.5.2

Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest | 1 +
 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.3.ebuild | 6 +-
 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.1.ebuild | 6 +-
 ...a-sphinx-theme-0.5.1.ebuild => pydata-sphinx-theme-0.5.2.ebuild} | 6 +-
 4 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 21547c42fc8..660fd9dc2e1 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,3 +1,4 @@
 DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9
 SHA512 
9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f
 DIST pydata-sphinx-theme-0.5.0.tar.gz 2556070 BLAKE2B 
10682a631314991b89e05f95ec67b133a87391a00048a06505cb6c38d4106cf7162c9d150866d0099a18512164e59224601fd0e132e4c1de56b47c42ab357f9b
 SHA512 
12731065d463cffadb78b50d31815eadc41ce5214087c7b5d859fe58bb672e318323880a9b915c7d4e5b47e5bf9a8a1b90d14695f2440e4f70d129dbe5d3a40e
 DIST pydata-sphinx-theme-0.5.1.tar.gz 2556119 BLAKE2B 
cc8ea35cda2829f884699f8200ce1e8fbe9dbcd06fc7b4d3e51d587572d6d66d90bd57d9bab9f1e6fb55688ec6531bb7de72646030e97eca7c34da51f5756fcb
 SHA512 
50996dbe1ea25f751056b837480a5d30662c169c420b27c50aa14c583a2f3601aad34718433ad00a938425142af1e937f1ffe8e341194b60b9c915167f070c43
+DIST pydata-sphinx-theme-0.5.2.tar.gz 2556695 BLAKE2B 
bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18
 SHA512 
949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19

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
index 8093d405f6a..d510efe1952 100644
--- 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
@@ -21,7 +21,11 @@ BDEPEND="
dev-python/pytest-regressions[${PYTHON_USEDEP}]
)"
 
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+# https://github.com/pydata/pydata-sphinx-theme/issues/367
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   https://github.com/pydata/pydata-sphinx-theme/issues/367
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   https://github.com/pydata/pydata-sphinx-theme/issues/367
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-04-09 Thread Joonas Niilola
commit: 15a154d633e0b2bd8323415d4454cf0b52829b7d
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Apr  3 09:45:59 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  9 12:20:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a154d6

dev-python/pydata-sphinx-theme: drop 0.5.0

Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 -
 .../pydata-sphinx-theme-0.5.0.ebuild   | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 660fd9dc2e1..9a9dca48a2c 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,4 +1,3 @@
 DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9
 SHA512 
9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f
-DIST pydata-sphinx-theme-0.5.0.tar.gz 2556070 BLAKE2B 
10682a631314991b89e05f95ec67b133a87391a00048a06505cb6c38d4106cf7162c9d150866d0099a18512164e59224601fd0e132e4c1de56b47c42ab357f9b
 SHA512 
12731065d463cffadb78b50d31815eadc41ce5214087c7b5d859fe58bb672e318323880a9b915c7d4e5b47e5bf9a8a1b90d14695f2440e4f70d129dbe5d3a40e
 DIST pydata-sphinx-theme-0.5.1.tar.gz 2556119 BLAKE2B 
cc8ea35cda2829f884699f8200ce1e8fbe9dbcd06fc7b4d3e51d587572d6d66d90bd57d9bab9f1e6fb55688ec6531bb7de72646030e97eca7c34da51f5756fcb
 SHA512 
50996dbe1ea25f751056b837480a5d30662c169c420b27c50aa14c583a2f3601aad34718433ad00a938425142af1e937f1ffe8e341194b60b9c915167f070c43
 DIST pydata-sphinx-theme-0.5.2.tar.gz 2556695 BLAKE2B 
bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18
 SHA512 
949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.0.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.0.ebuild
deleted file mode 100644
index 50298065c09..000
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
-SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
-#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-03-25 Thread Joonas Niilola
commit: de02f91892ea6a535bbf02b9d97f081d688da2da
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Mar 25 08:51:59 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar 25 13:58:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de02f918

dev-python/pydata-sphinx-theme: version bump 0.5.1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/20112
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.5.1.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 8a447929371..21547c42fc8 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,3 @@
 DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9
 SHA512 
9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f
 DIST pydata-sphinx-theme-0.5.0.tar.gz 2556070 BLAKE2B 
10682a631314991b89e05f95ec67b133a87391a00048a06505cb6c38d4106cf7162c9d150866d0099a18512164e59224601fd0e132e4c1de56b47c42ab357f9b
 SHA512 
12731065d463cffadb78b50d31815eadc41ce5214087c7b5d859fe58bb672e318323880a9b915c7d4e5b47e5bf9a8a1b90d14695f2440e4f70d129dbe5d3a40e
+DIST pydata-sphinx-theme-0.5.1.tar.gz 2556119 BLAKE2B 
cc8ea35cda2829f884699f8200ce1e8fbe9dbcd06fc7b4d3e51d587572d6d66d90bd57d9bab9f1e6fb55688ec6531bb7de72646030e97eca7c34da51f5756fcb
 SHA512 
50996dbe1ea25f751056b837480a5d30662c169c420b27c50aa14c583a2f3601aad34718433ad00a938425142af1e937f1ffe8e341194b60b9c915167f070c43

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
new file mode 100644
index 000..777b9deae07
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
+SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+# TODO: fix this: Sandbox violation to /usr/local/share
+#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly 
dev-python/xarray
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-03-11 Thread Michał Górny
commit: 088bede6ba452726d14b7faa179dbdd6b08fb5bb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 11 21:51:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 11 22:58:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088bede6

dev-python/pydata-sphinx-theme: Bump to 0.5.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.5.0.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 15dbc68924d..8a447929371 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1 +1,2 @@
 DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9
 SHA512 
9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f
+DIST pydata-sphinx-theme-0.5.0.tar.gz 2556070 BLAKE2B 
10682a631314991b89e05f95ec67b133a87391a00048a06505cb6c38d4106cf7162c9d150866d0099a18512164e59224601fd0e132e4c1de56b47c42ab357f9b
 SHA512 
12731065d463cffadb78b50d31815eadc41ce5214087c7b5d859fe58bb672e318323880a9b915c7d4e5b47e5bf9a8a1b90d14695f2440e4f70d129dbe5d3a40e

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.0.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.0.ebuild
new file mode 100644
index 000..50298065c09
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
+SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
+#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-03-02 Thread Michał Górny
commit: 4970d354f313a5f29c3d69c39ecf23be1c9781ed
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  2 08:57:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  2 08:57:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4970d354

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 -
 .../pydata-sphinx-theme-0.4.2.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index b8045776018..15dbc68924d 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1 @@
-DIST pydata-sphinx-theme-0.4.2.tar.gz 3279200 BLAKE2B 
d1229e0af813fd5f69aa1b4d2f6e1b882f9e469cfd296e16a35e7d9aba4336faf245f0b52053b606be9839e490f690d24624ecc8fe4a3b40a6057081224889dc
 SHA512 
9d786937d5b05e86af779893f28f553b13220e8e208c87235ba311cf830aaf718aafa2142c400b77728c407d6cff4ce66e0c0b9bec91efb61be8f75473c6a1d0
 DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9
 SHA512 
9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild
deleted file mode 100644
index 8093d405f6a..000
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
-SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   )"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
-#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTHONPATH="${S}"
-   pytest -vv || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-03-01 Thread Sam James
commit: b603f31952500a4836552f58cf9cc53899c345a1
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  2 07:37:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  2 07:37:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b603f319

dev-python/pydata-sphinx-theme: Stabilize 0.4.3 ALLARCHES, #773817

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 5c75e3b66e5..8093d405f6a 100644
--- 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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-02-26 Thread Michał Górny
commit: ed35b430882d356355f918fc3679c91420555be3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 26 08:28:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 26 08:29:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed35b430

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 -
 .../pydata-sphinx-theme-0.4.1.ebuild   | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 106484f2cdf..b8045776018 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,3 +1,2 @@
-DIST pydata-sphinx-theme-0.4.1.tar.gz 3279361 BLAKE2B 
d3538dea9444272f1cb314d8b2bd8656b5114b916f31c4cca078867b02a24c60fc91e5ac367d09335b3ce4b9c9fb44405f61ed70b19ae9fed5d8919fc68f1566
 SHA512 
dbca1f7bde25c20a5ffb5b37ac808d84c938e6cadb6e0a6bc2d72101993889f4f7be3bdc50488bed1945779d30ca0f131bf74b16be2df00b5fa093f8491fad39
 DIST pydata-sphinx-theme-0.4.2.tar.gz 3279200 BLAKE2B 
d1229e0af813fd5f69aa1b4d2f6e1b882f9e469cfd296e16a35e7d9aba4336faf245f0b52053b606be9839e490f690d24624ecc8fe4a3b40a6057081224889dc
 SHA512 
9d786937d5b05e86af779893f28f553b13220e8e208c87235ba311cf830aaf718aafa2142c400b77728c407d6cff4ce66e0c0b9bec91efb61be8f75473c6a1d0
 DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9
 SHA512 
9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild
deleted file mode 100644
index 909149b01fb..000
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
-SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="test? (
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-)"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
-#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
-distutils_enable_tests pytest
-
-python_test() {
-   PYTHONPATH="${S}"
-   pytest -vv || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-02-26 Thread Agostino Sarubbo
commit: 5e9b85ce34607f1b31a800fee7168a70dfc2e650
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 26 08:06:17 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 26 08:09:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9b85ce

dev-python/pydata-sphinx-theme: amd64/x86 stable (ALLARCHES policy) wrt bug 
#772509

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild
index 5c75e3b66e5..8093d405f6a 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-01-26 Thread Michał Górny
commit: 805d463e19f8ec16a17226743662e6b1f7e6e547
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 26 21:17:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 26 21:17:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805d463e

dev-python/pydata-sphinx-theme: Bump to 0.4.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.4.3.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index c818793ab0b..106484f2cdf 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,3 @@
 DIST pydata-sphinx-theme-0.4.1.tar.gz 3279361 BLAKE2B 
d3538dea9444272f1cb314d8b2bd8656b5114b916f31c4cca078867b02a24c60fc91e5ac367d09335b3ce4b9c9fb44405f61ed70b19ae9fed5d8919fc68f1566
 SHA512 
dbca1f7bde25c20a5ffb5b37ac808d84c938e6cadb6e0a6bc2d72101993889f4f7be3bdc50488bed1945779d30ca0f131bf74b16be2df00b5fa093f8491fad39
 DIST pydata-sphinx-theme-0.4.2.tar.gz 3279200 BLAKE2B 
d1229e0af813fd5f69aa1b4d2f6e1b882f9e469cfd296e16a35e7d9aba4336faf245f0b52053b606be9839e490f690d24624ecc8fe4a3b40a6057081224889dc
 SHA512 
9d786937d5b05e86af779893f28f553b13220e8e208c87235ba311cf830aaf718aafa2142c400b77728c407d6cff4ce66e0c0b9bec91efb61be8f75473c6a1d0
+DIST pydata-sphinx-theme-0.4.3.tar.gz 3279359 BLAKE2B 
c2a57fc7dd70f8d57a0b56bb45907615658b1dbb705f177fd40e04995754180dd637256618b36b0a6ee59e865558eb013d191f2a5f461365f07cf647427056e9
 SHA512 
9f4f0b1fab88e92302211957df798a7e1bbae034e9935260f94959bba50bc3384ef818ff0cdcd04c3a4b4d09a5285c3d165e35fa3114d6dbb15452cc6895703f

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
new file mode 100644
index 000..5c75e3b66e5
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
+SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
+#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTHONPATH="${S}"
+   pytest -vv || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-01-22 Thread Michał Górny
commit: 103570154fc121524fb166d58dcac23f62ce4cb9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 22 20:57:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 23 00:10:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10357015

dev-python/pydata-sphinx-theme: Bump to 0.4.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.4.2.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 8a78e9bc74a..c818793ab0b 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1 +1,2 @@
 DIST pydata-sphinx-theme-0.4.1.tar.gz 3279361 BLAKE2B 
d3538dea9444272f1cb314d8b2bd8656b5114b916f31c4cca078867b02a24c60fc91e5ac367d09335b3ce4b9c9fb44405f61ed70b19ae9fed5d8919fc68f1566
 SHA512 
dbca1f7bde25c20a5ffb5b37ac808d84c938e6cadb6e0a6bc2d72101993889f4f7be3bdc50488bed1945779d30ca0f131bf74b16be2df00b5fa093f8491fad39
+DIST pydata-sphinx-theme-0.4.2.tar.gz 3279200 BLAKE2B 
d1229e0af813fd5f69aa1b4d2f6e1b882f9e469cfd296e16a35e7d9aba4336faf245f0b52053b606be9839e490f690d24624ecc8fe4a3b40a6057081224889dc
 SHA512 
9d786937d5b05e86af779893f28f553b13220e8e208c87235ba311cf830aaf718aafa2142c400b77728c407d6cff4ce66e0c0b9bec91efb61be8f75473c6a1d0

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild
new file mode 100644
index 000..5c75e3b66e5
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
+SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
+#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTHONPATH="${S}"
+   pytest -vv || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2021-01-22 Thread Michał Górny
commit: 3bf17112d4927b64d362cb8960cd56b045deede9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 22 20:58:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 23 00:10:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf17112

dev-python/pydata-sphinx-theme: Add python@ as co-maint

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/metadata.xml 
b/dev-python/pydata-sphinx-theme/metadata.xml
index 32615038bcc..989dc41dde0 100644
--- a/dev-python/pydata-sphinx-theme/metadata.xml
+++ b/dev-python/pydata-sphinx-theme/metadata.xml
@@ -9,6 +9,10 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   pyt...@gentoo.org
+   Python
+   


pydata-sphinx-theme



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-12-22 Thread Michał Górny
commit: 6103a2de44b21c131088a3e26d31179983213b60
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 21 22:27:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 08:06:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6103a2de

dev-python/pydata-sphinx-theme: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 -
 .../pydata-sphinx-theme-0.4.0.ebuild   | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 790ba2b09e7..8a78e9bc74a 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1 @@
-DIST pydata-sphinx-theme-0.4.0.tar.gz 3276611 BLAKE2B 
fb260de2ad40f9a3b5e524ef299a5bf2ee9fbe3f36a0b0e365b53a04702f8a5644154535cfa9f1f3c1deced5de8adbbaf5671488b467d3024b9ae3f60a6f7018
 SHA512 
abe4924277ec41193019e80a26ccb2ce195741fdae9defc9b500ecc2a63ab9070d1eba5a3398415641ef87ccfe8d573ce6fd10eb069e0f13f09891b5b5e2f932
 DIST pydata-sphinx-theme-0.4.1.tar.gz 3279361 BLAKE2B 
d3538dea9444272f1cb314d8b2bd8656b5114b916f31c4cca078867b02a24c60fc91e5ac367d09335b3ce4b9c9fb44405f61ed70b19ae9fed5d8919fc68f1566
 SHA512 
dbca1f7bde25c20a5ffb5b37ac808d84c938e6cadb6e0a6bc2d72101993889f4f7be3bdc50488bed1945779d30ca0f131bf74b16be2df00b5fa093f8491fad39

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
deleted file mode 100644
index 2321bde2199..000
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
-SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="test? (
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-)"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
-#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
-distutils_enable_tests pytest
-
-python_test() {
-   PYTHONPATH="${S}"
-   pytest -vv || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-12-21 Thread Sam James
commit: 347bcb5138e36c18262b261782f7c4c78795dc49
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 21 22:18:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 21 22:18:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347bcb51

dev-python/pydata-sphinx-theme: Stabilize 0.4.1 ALLARCHES, #761169

Signed-off-by: Sam James  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild
index 3441c45783b..909149b01fb 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="test? (
dev-python/beautifulsoup[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-12-21 Thread Michał Górny
commit: e983ab551c663b8c777f18170e305f23ce14f9e7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 21 19:39:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 21 19:43:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e983ab55

dev-python/pydata-sphinx-theme: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pydata-sphinx-theme/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pydata-sphinx-theme/metadata.xml 
b/dev-python/pydata-sphinx-theme/metadata.xml
index 001562f7e06..32615038bcc 100644
--- a/dev-python/pydata-sphinx-theme/metadata.xml
+++ b/dev-python/pydata-sphinx-theme/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

pydata-sphinx-theme




[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-11-17 Thread Joonas Niilola
commit: 45cb365d608d532839b77fe3a4a3036145a1fc29
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Nov  9 12:55:58 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Nov 17 14:20:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cb365d

dev-python/pydata-sphinx-theme: version bump, add py3.9

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 .../pydata-sphinx-theme-0.4.1.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index 504bdeaf1f7..790ba2b09e7 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1 +1,2 @@
 DIST pydata-sphinx-theme-0.4.0.tar.gz 3276611 BLAKE2B 
fb260de2ad40f9a3b5e524ef299a5bf2ee9fbe3f36a0b0e365b53a04702f8a5644154535cfa9f1f3c1deced5de8adbbaf5671488b467d3024b9ae3f60a6f7018
 SHA512 
abe4924277ec41193019e80a26ccb2ce195741fdae9defc9b500ecc2a63ab9070d1eba5a3398415641ef87ccfe8d573ce6fd10eb069e0f13f09891b5b5e2f932
+DIST pydata-sphinx-theme-0.4.1.tar.gz 3279361 BLAKE2B 
d3538dea9444272f1cb314d8b2bd8656b5114b916f31c4cca078867b02a24c60fc91e5ac367d09335b3ce4b9c9fb44405f61ed70b19ae9fed5d8919fc68f1566
 SHA512 
dbca1f7bde25c20a5ffb5b37ac808d84c938e6cadb6e0a6bc2d72101993889f4f7be3bdc50488bed1945779d30ca0f131bf74b16be2df00b5fa093f8491fad39

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild
new file mode 100644
index 000..3441c45783b
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
+SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? (
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+)"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
+#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
+distutils_enable_tests pytest
+
+python_test() {
+   PYTHONPATH="${S}"
+   pytest -vv || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-10-19 Thread Joonas Niilola
commit: 3b152f951ae5f8183d1fb4ea3e0cc6c9a1cadfde
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct 19 11:39:26 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 19 12:15:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b152f95

dev-python/pydata-sphinx-theme: stabilize 0.4.0 on amd64

Closes: https://bugs.gentoo.org/749792
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 2769a681536..2321bde2199 100644
--- 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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="test? (
dev-python/beautifulsoup[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-10-18 Thread Thomas Deutschmann
commit: b7ab8fab4039409c87eec8ca8481039f42a11590
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 18 18:44:54 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 18 18:51:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ab8fab

dev-python/pydata-sphinx-theme: x86 stable (bug #749792)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 6a119e929da..2769a681536 100644
--- 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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 BDEPEND="test? (
dev-python/beautifulsoup[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-10-06 Thread Joonas Niilola
commit: c89ce57ac435838ca0e600c4a0c32fe5a9facc67
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Sep 20 08:47:28 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct  6 09:26:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89ce57a

dev-python/pydata-sphinx-theme: bug fix in test phase

Closes: https://bugs.gentoo.org/743694
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/17608
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

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
index cdb917978f5..6a119e929da 100644
--- 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
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -26,3 +25,8 @@ RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
 # ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
 #distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
 distutils_enable_tests pytest
+
+python_test() {
+   PYTHONPATH="${S}"
+   pytest -vv || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-09-15 Thread Joonas Niilola
commit: 6c794ed579aa0ff5439fc56c4fc6bcfed4264552
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Sep 15 16:19:45 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 18:27:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c794ed5

dev-python/pydata-sphinx-theme: correct test dep

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/17551
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

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
index 7c71c8ae5f2..cdb917978f5 100644
--- 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
@@ -16,8 +16,10 @@ LICENSE="BSD-with-disclosure"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] )"
+BDEPEND="test? (
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+)"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-09-15 Thread Joonas Niilola
commit: a98473aab93d9aba380c8dbe99c4331c1145e21e
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Aug 17 16:55:36 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 08:09:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98473aa

dev-python/pydata-sphinx-theme: move from ::guru

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/Manifest|  1 +
 dev-python/pydata-sphinx-theme/metadata.xml| 12 +++
 .../pydata-sphinx-theme-0.4.0.ebuild   | 25 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
new file mode 100644
index 000..504bdeaf1f7
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -0,0 +1 @@
+DIST pydata-sphinx-theme-0.4.0.tar.gz 3276611 BLAKE2B 
fb260de2ad40f9a3b5e524ef299a5bf2ee9fbe3f36a0b0e365b53a04702f8a5644154535cfa9f1f3c1deced5de8adbbaf5671488b467d3024b9ae3f60a6f7018
 SHA512 
abe4924277ec41193019e80a26ccb2ce195741fdae9defc9b500ecc2a63ab9070d1eba5a3398415641ef87ccfe8d573ce6fd10eb069e0f13f09891b5b5e2f932

diff --git a/dev-python/pydata-sphinx-theme/metadata.xml 
b/dev-python/pydata-sphinx-theme/metadata.xml
new file mode 100644
index 000..d22e99d7357
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   andrewammerl...@riseup.net
+   Andrew Ammerlaan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

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
new file mode 100644
index 000..9f7e0b53939
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme;
+SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}]"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is 
installed
+#distutils_enable_sphinx docs dev-python/commonmark dev-python/recommonmark 
dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/

2020-09-15 Thread Joonas Niilola
commit: 3db619e1f1d78f881b04ef7e5950830b7acd07a7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Sep 15 08:06:01 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 08:09:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db619e1

dev-python/pydata-sphinx-theme: add missing test dep

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
index 9f7e0b53939..7c71c8ae5f2 100644
--- 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
@@ -16,7 +16,8 @@ LICENSE="BSD-with-disclosure"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] )"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"