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

2024-04-23 Thread Michał Górny
commit: d6d7c8005034c37bb885606d7c543fd0b50def07
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 23 14:26:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 23 14:33:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d7c800

dev-python/sphinx: Update test deps in 7.3.7

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

 dev-python/sphinx/sphinx-7.3.7.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/sphinx/sphinx-7.3.7.ebuild 
b/dev-python/sphinx/sphinx-7.3.7.ebuild
index ffc06487db9d..127cb53319b6 100644
--- a/dev-python/sphinx/sphinx-7.3.7.ebuild
+++ b/dev-python/sphinx/sphinx-7.3.7.ebuild
@@ -60,8 +60,7 @@ BDEPEND="
test? (
app-text/dvipng
>=dev-python/cython-3.0.0[${PYTHON_USEDEP}]
-   dev-python/filelock[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
+   >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}]
>=dev-python/setuptools-67.0[${PYTHON_USEDEP}]
dev-texlive/texlive-fontsextra
dev-texlive/texlive-latexextra



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

2024-04-21 Thread Michał Górny
commit: bbf6cba6881f69cad2988f35531d2b7bd1560511
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 21 14:27:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 21 14:27:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf6cba6

dev-python/sphinx: Bump to 7.3.7

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

 dev-python/sphinx/Manifest|   1 +
 dev-python/sphinx/sphinx-7.3.7.ebuild | 129 ++
 2 files changed, 130 insertions(+)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index aa8c8615a5e3..8d26b2d8487b 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1 +1,2 @@
 DIST sphinx-7.2.6.gh.tar.gz 7067425 BLAKE2B 
4da1cb5ccebea4df0dc134c552311d7b70ce9b76424ea4355ad67b1ece60c9b445e56c96b838832d4df2f50940832b3fa9555b596390464a4017a573bcf514c3
 SHA512 
204e859318ad5044639f2e682098b07c7cc675b54ba801feeb3322290bfd15316cc15a2cae8fa6a55e6ec6d1e9690790e5402652eb04720bfe96e172f4c8bdbc
+DIST sphinx-7.3.7.gh.tar.gz 7165383 BLAKE2B 
bcc68f26937e6aefe60cedea533a5c8e245c76b59ab4913fb6516f285e3afc32be60b336c662ac8305fb88e82fcc2b477128f2d8b9bf92f037b124f4c855df2a
 SHA512 
540553ecddc55b3e673c79bc776a899d2c660f1e93ef819711be52174accf5b70465883a46bed81d163534e56718caf0765b4bae153e9307a3792387d8228df5

diff --git a/dev-python/sphinx/sphinx-7.3.7.ebuild 
b/dev-python/sphinx/sphinx-7.3.7.ebuild
new file mode 100644
index ..ffc06487db9d
--- /dev/null
+++ b/dev-python/sphinx/sphinx-7.3.7.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinx/
+   https://pypi.org/project/Sphinx/
+"
+SRC_URI="
+   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc latex"
+
+RDEPEND="
+   >=dev-python/alabaster-0.7.14[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.9[${PYTHON_USEDEP}]
+   =dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
+   >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
+   >=dev-python/snowballstemmer-2.0[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-serializinghtml-1.1.9[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-2[${PYTHON_USEDEP}]
+   ' 3.10)
+   latex? (
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   app-text/dvipng
+   )
+   !dev-python/namespace-sphinxcontrib
+"
+BDEPEND="
+   doc? (
+   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+   )
+   test? (
+   app-text/dvipng
+   >=dev-python/cython-3.0.0[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-67.0[${PYTHON_USEDEP}]
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   virtual/imagemagick-tools[jpeg,png,svg]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
+   "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # disable internet access
+   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
+   doc/conf.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # we can't use distutils_enable_sphinx because it would
+   # introduce a dep on itself
+   use doc && build_sphinx doc
+}
+
+python_test() {
+   mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
+   local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
+
+   local EPYTEST_DESELECT=()
+   case ${EPYTHON} in
+   pypy3)
+   EPYTEST_DESELECT+=(
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2024-04-17 Thread Michał Górny
commit: 9fbf28fb6736db1ad3454b1aae9802b338c25790
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 18 05:19:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 18 05:31:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbf28fb

dev-python/sphinx-autodoc-typehints: Bump to 2.1.0

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-2.1.0.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 8a66c0fe78fc..c09b8527aa59 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1 +1,2 @@
 DIST sphinx_autodoc_typehints-2.0.0.tar.gz 37951 BLAKE2B 
55fc5bd4a430095b9b80b7313da96ac177f55d8e31068ded7c740cc2757580b611bfdb0aa53cc8344564cf01b052518854ea040a70ea568bd098505f8c2dfca8
 SHA512 
e37839b8f9393334f43b2b97f3d9ade4a2e11182e634c4ee37a916bcf4425c624376edcd3b25b054a23e15624393e3a79fdbc1775f6b3808e09bc8a85a2262d5
+DIST sphinx_autodoc_typehints-2.1.0.tar.gz 39386 BLAKE2B 
ccf6b618fc3db2a576a2d9a36a575087cdc3c7c5cf59a6057a956478a12715b1623dc4bc1ae3f7c30deab317a15fa187faf19f9d050fa61c293dc20bee41effd
 SHA512 
59c5b4c682fadc1d0ec62a5aa639bb87d6e4710db89793824c348c7598d73b144f0b083ce6462ea32d958b1ed7fd2fb96c2a92780267adef03b625e64c08c412

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.1.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.1.0.ebuild
new file mode 100644
index ..dc13f14770e4
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.1.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension"
+HOMEPAGE="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/
+   https://pypi.org/project/sphinx-autodoc-typehints/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
+"
+# skipping optional test dep on dev-python/nptyping as that package
+# is horribly broken and on its way out
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this package is addicted to Internet
+   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
+   # TODO
+   
'tests/test_sphinx_autodoc_typehints.py::test_always_document_param_types[doc_param_type]'
+)



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

2024-04-16 Thread Michał Górny
commit: fe20f41727983ffbf6d8f5b1055a7bc26e2edf0f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 16 05:58:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 16 06:46:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe20f417

dev-python/sphinx-issues: Bump to 4.1.0

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

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

diff --git a/dev-python/sphinx-issues/Manifest 
b/dev-python/sphinx-issues/Manifest
index 9c1277b422b4..a3c6f9f1a7ec 100644
--- a/dev-python/sphinx-issues/Manifest
+++ b/dev-python/sphinx-issues/Manifest
@@ -1 +1,2 @@
 DIST sphinx_issues-4.0.0.tar.gz 13945 BLAKE2B 
43994155a5040b63f34f48b2ddf8f39cf36bd97fc464619f1adb55a2c9b433fb5c1c65f8cd5b2f7928afbd5ead67c69490ae67aaf220c0a5cf8c44876b69
 SHA512 
77e249c9ccd9dec96e64ba898e8cf2d1922c6190ad67e9d4d823a4d08d3c07bae217a8bf51c193fc5331c289e53ce6f93ae3d685ac9a618d41f565930557dabb
+DIST sphinx_issues-4.1.0.tar.gz 14148 BLAKE2B 
7d28cd650abe8248ed7edafcc64fc71bdaf97499597d034e9d9bf875224735b8445ee8b95fd465d8524345e3c8137570bda3ef1b9e25ffb97aa3a438ecac1b0f
 SHA512 
ef7da6d4b1a46adde216d548d1be48773d653f383981d5ddde56260793d05c5e10a99d9196c4ed04ba1722b6d646eaa0c12a2650206f5582cf85ced448c3a361

diff --git a/dev-python/sphinx-issues/sphinx-issues-4.1.0.ebuild 
b/dev-python/sphinx-issues/sphinx-issues-4.1.0.ebuild
new file mode 100644
index ..1c02b09b26d4
--- /dev/null
+++ b/dev-python/sphinx-issues/sphinx-issues-4.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
+HOMEPAGE="
+   https://github.com/sloria/sphinx-issues/
+   https://pypi.org/project/sphinx-issues/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # doesn't work in our pep517 install
+   tests/test_sphinx_issues.py::test_sphinx_build_integration
+)



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

2024-04-09 Thread Michał Górny
commit: 06d519b23fb40579dd81c03206d45cf6311d469e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 19:26:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 19:38:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d519b2

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

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

 dev-python/sphinx-press-theme/Manifest   |  1 -
 .../sphinx-press-theme-0.9.0.ebuild  | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/sphinx-press-theme/Manifest 
b/dev-python/sphinx-press-theme/Manifest
index 1d47253dd8a9..2a73f2643d50 100644
--- a/dev-python/sphinx-press-theme/Manifest
+++ b/dev-python/sphinx-press-theme/Manifest
@@ -1,2 +1 @@
-DIST sphinx_press_theme-0.9.0.tar.gz 84424 BLAKE2B 
5c05d7ca4d40d054ee8f38ba3e1cb41d0ebacc0a9efd371c7a0c4c9943adb01e9aff36ce430c237497aad748b70c3c2b1f75062e2c63d1bf1b51b850f8235a6f
 SHA512 
fec913a128e2b03d33baa4c9822932a468bf1a8c42255b8e734cbfbb2403b75d4696cfa3b19b6585240d5c5cce4ac3fc4acbc6cc8f2e2c530fa1a67983ce017f
 DIST sphinx_press_theme-0.9.1.tar.gz 254696 BLAKE2B 
fa1c26ed8f7e2ec375e3be716622669d02845c733f37fb42e5e960395e365aecc526b711ab5375fb15946612e0a1ad6dfc066b0aec8b68316fdc828d2582a4d7
 SHA512 
4c3fe68e6be32ac93b514aac10f26a096e4190c0428e79329448717691f896a847cfdfd756348511c6af14e37bc8492ca7ea905833317a5259c0858553714ec8

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild
deleted file mode 100644
index c6e6e6acbc2f..
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="sphinx_press_theme"
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Sphinx-doc theme based on Vuepress"
-HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-04-09 Thread Arthur Zamarin
commit: ed7cacb0563f0fc2ec0235ef6b284597fb463bd2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 15:54:47 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 15:54:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7cacb0

dev-python/sphinx-press-theme: Stabilize 0.9.1 arm64, #928992

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

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
index 3dd768dd5e95..80a015bd957c 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-04-09 Thread Arthur Zamarin
commit: ff4ffcbe761f362b9fb34af5f39163da2c3d2de3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 15:54:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 15:54:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4ffcbe

dev-python/sphinx-press-theme: Stabilize 0.9.1 amd64, #928992

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

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
index c6e6e6acbc2f..bb2ab195a886 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-04-09 Thread Arthur Zamarin
commit: 9c4f477b42833dbd6a22bdbfb3d525b7370f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 15:54:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 15:54:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4f

dev-python/sphinx-press-theme: Stabilize 0.9.1 x86, #928992

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

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
index bb2ab195a886..3dd768dd5e95 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-03-23 Thread Michał Górny
commit: 63d3a1b3bea4387934a171cf74943a9706ebe7a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 06:12:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 06:41:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d3a1b3

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

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

 dev-python/sphinx-press-theme/Manifest   |  1 -
 .../sphinx-press-theme-0.8.0.ebuild  | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/sphinx-press-theme/Manifest 
b/dev-python/sphinx-press-theme/Manifest
index 6e3da737f51b..8eae6b07dae5 100644
--- a/dev-python/sphinx-press-theme/Manifest
+++ b/dev-python/sphinx-press-theme/Manifest
@@ -1,2 +1 @@
-DIST sphinx_press_theme-0.8.0.tar.gz 68878 BLAKE2B 
d03b361b4447a78575f7c0887bd01fd2e685030babb3062da67c571715e0f82eafb889e872dab9817a2813344172b3f3b94193aa10905bbbe2f45b64a9682cda
 SHA512 
b4393a9200b42f414401ff5419fc51db8dd248c677a8ba234f2ae8cf5190cef2083c3ae25b7f5435223917a7c3e471dace6987e323fc885456af2467cedc8a78
 DIST sphinx_press_theme-0.9.0.tar.gz 84424 BLAKE2B 
5c05d7ca4d40d054ee8f38ba3e1cb41d0ebacc0a9efd371c7a0c4c9943adb01e9aff36ce430c237497aad748b70c3c2b1f75062e2c63d1bf1b51b850f8235a6f
 SHA512 
fec913a128e2b03d33baa4c9822932a468bf1a8c42255b8e734cbfbb2403b75d4696cfa3b19b6585240d5c5cce4ac3fc4acbc6cc8f2e2c530fa1a67983ce017f

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
deleted file mode 100644
index c6e6e6acbc2f..
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="sphinx_press_theme"
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Sphinx-doc theme based on Vuepress"
-HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-03-23 Thread Michał Górny
commit: 93b426c6184cb0bc01239b2de57591430703db02
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 06:13:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 06:41:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b426c6

dev-python/sphinx-press-theme: Bump to 0.9.1

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

 dev-python/sphinx-press-theme/Manifest   |  1 +
 .../sphinx-press-theme-0.9.1.ebuild  | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/sphinx-press-theme/Manifest 
b/dev-python/sphinx-press-theme/Manifest
index 8eae6b07dae5..1d47253dd8a9 100644
--- a/dev-python/sphinx-press-theme/Manifest
+++ b/dev-python/sphinx-press-theme/Manifest
@@ -1 +1,2 @@
 DIST sphinx_press_theme-0.9.0.tar.gz 84424 BLAKE2B 
5c05d7ca4d40d054ee8f38ba3e1cb41d0ebacc0a9efd371c7a0c4c9943adb01e9aff36ce430c237497aad748b70c3c2b1f75062e2c63d1bf1b51b850f8235a6f
 SHA512 
fec913a128e2b03d33baa4c9822932a468bf1a8c42255b8e734cbfbb2403b75d4696cfa3b19b6585240d5c5cce4ac3fc4acbc6cc8f2e2c530fa1a67983ce017f
+DIST sphinx_press_theme-0.9.1.tar.gz 254696 BLAKE2B 
fa1c26ed8f7e2ec375e3be716622669d02845c733f37fb42e5e960395e365aecc526b711ab5375fb15946612e0a1ad6dfc066b0aec8b68316fdc828d2582a4d7
 SHA512 
4c3fe68e6be32ac93b514aac10f26a096e4190c0428e79329448717691f896a847cfdfd756348511c6af14e37bc8492ca7ea905833317a5259c0858553714ec8

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
new file mode 100644
index ..c6e6e6acbc2f
--- /dev/null
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="sphinx_press_theme"
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Sphinx-doc theme based on Vuepress"
+HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-03-21 Thread Michał Górny
commit: 5aa4876927d787c5059ad7cb362e0f85e92ff702
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 04:13:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 04:38:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa48769

dev-python/sphinx-press-theme: Bump to 0.9.0

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

 dev-python/sphinx-press-theme/Manifest   |  1 +
 .../sphinx-press-theme-0.9.0.ebuild  | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/sphinx-press-theme/Manifest 
b/dev-python/sphinx-press-theme/Manifest
index f7ef3f759bcb..6e3da737f51b 100644
--- a/dev-python/sphinx-press-theme/Manifest
+++ b/dev-python/sphinx-press-theme/Manifest
@@ -1 +1,2 @@
 DIST sphinx_press_theme-0.8.0.tar.gz 68878 BLAKE2B 
d03b361b4447a78575f7c0887bd01fd2e685030babb3062da67c571715e0f82eafb889e872dab9817a2813344172b3f3b94193aa10905bbbe2f45b64a9682cda
 SHA512 
b4393a9200b42f414401ff5419fc51db8dd248c677a8ba234f2ae8cf5190cef2083c3ae25b7f5435223917a7c3e471dace6987e323fc885456af2467cedc8a78
+DIST sphinx_press_theme-0.9.0.tar.gz 84424 BLAKE2B 
5c05d7ca4d40d054ee8f38ba3e1cb41d0ebacc0a9efd371c7a0c4c9943adb01e9aff36ce430c237497aad748b70c3c2b1f75062e2c63d1bf1b51b850f8235a6f
 SHA512 
fec913a128e2b03d33baa4c9822932a468bf1a8c42255b8e734cbfbb2403b75d4696cfa3b19b6585240d5c5cce4ac3fc4acbc6cc8f2e2c530fa1a67983ce017f

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild
new file mode 100644
index ..c6e6e6acbc2f
--- /dev/null
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="sphinx_press_theme"
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Sphinx-doc theme based on Vuepress"
+HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-03-03 Thread Arthur Zamarin
commit: 4d68fe9566332469dbddf51ffa1901e81340ad99
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Mar  3 19:47:10 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar  3 19:47:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d68fe95

dev-python/sphinx-aiohttp-theme: enable py3.12

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

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

diff --git 
a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild 
b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild
index 99e705a2d54f..7e83ce24b588 100644
--- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild
+++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN="aiohttp-theme"
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2024-03-03 Thread Arthur Zamarin
commit: 040a9bc6f57999c3376784e02d180b61acc7a409
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Mar  3 19:50:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar  3 19:50:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040a9bc6

dev-python/sphinx-py3doc-enhanced-theme: enable py3.12

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

 .../sphinx-py3doc-enhanced-theme-2.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild
 
b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild
index 1712badae37d..784f908a66de 100644
--- 
a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild
+++ 
b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2024-02-24 Thread Michał Górny
commit: 1b48c09d19dabde2706e6f232609d206e98c8452
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 24 09:50:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 24 09:50:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b48c09d

dev-python/sphinx-autodoc-typehints: Remove old

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 -
 .../sphinx-autodoc-typehints-1.25.3.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 92148abb6708..8a66c0fe78fc 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1,2 +1 @@
-DIST sphinx_autodoc_typehints-1.25.3.tar.gz 37709 BLAKE2B 
338a0479af929977af7d3d3b9797e2806f8606c85cf1db182f87cf6d25adafeaf8c4941bc1770f9c55a54227e1132fd424ed80f5efc654f34c7e4b61724ef553
 SHA512 
e00ed10267605d8d96b159788297ec565f9dc46b2a446136067e1c5d0fed0d276245c052e3121e79fdf3a0aff81e91769728bb829ce07b252d7284af3378fe69
 DIST sphinx_autodoc_typehints-2.0.0.tar.gz 37951 BLAKE2B 
55fc5bd4a430095b9b80b7313da96ac177f55d8e31068ded7c740cc2757580b611bfdb0aa53cc8344564cf01b052518854ea040a70ea568bd098505f8c2dfca8
 SHA512 
e37839b8f9393334f43b2b97f3d9ade4a2e11182e634c4ee37a916bcf4425c624376edcd3b25b054a23e15624393e3a79fdbc1775f6b3808e09bc8a85a2262d5

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild
deleted file mode 100644
index 9114707e3150..
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Type hints support for the Sphinx autodoc extension"
-HOMEPAGE="
-   https://github.com/tox-dev/sphinx-autodoc-typehints/
-   https://pypi.org/project/sphinx-autodoc-typehints/
-"
-
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
-"
-# skipping optional test dep on dev-python/nptyping as that package
-# is horribly broken and on its way out
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # this package is addicted to Internet
-   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2024-02-24 Thread Michał Górny
commit: 71f627c1fe5311547de873e66be7daf7c38915d8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 24 09:49:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 24 09:49:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f627c1

dev-python/sphinx-autodoc-typehints: Stabilize 2.0.0 ALLARCHES, #925383

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

 .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.0.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.0.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.0.0.ebuild
index 17aaf83155a2..9114707e3150 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.0.0.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.0.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2024-02-11 Thread Michał Górny
commit: 0c2876cc939f80defc78babfd6fa3aa7a33868d4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 13:13:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 13:13:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2876cc

dev-python/sphinx-autodoc-typehints: Remove old

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 -
 .../sphinx-autodoc-typehints-1.25.2.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 2b18b0dec463..92148abb6708 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1,3 +1,2 @@
-DIST sphinx_autodoc_typehints-1.25.2.tar.gz 37173 BLAKE2B 
cec43a8008e84cbc0cc8f1950d8c8b3aceec139f2c9b8de310620fbd7deab021ebc51caa0ec80421d821287c8f9c304102141eda9e1123496d710ce3d87590a7
 SHA512 
42d14b17e05c46d65fb363f6b640515e1847d1d1b13b9d4707c0e64002e01d974a4c8d06d90f938a149704641926b08755a8c9c1f84883b5841192c7330660a3
 DIST sphinx_autodoc_typehints-1.25.3.tar.gz 37709 BLAKE2B 
338a0479af929977af7d3d3b9797e2806f8606c85cf1db182f87cf6d25adafeaf8c4941bc1770f9c55a54227e1132fd424ed80f5efc654f34c7e4b61724ef553
 SHA512 
e00ed10267605d8d96b159788297ec565f9dc46b2a446136067e1c5d0fed0d276245c052e3121e79fdf3a0aff81e91769728bb829ce07b252d7284af3378fe69
 DIST sphinx_autodoc_typehints-2.0.0.tar.gz 37951 BLAKE2B 
55fc5bd4a430095b9b80b7313da96ac177f55d8e31068ded7c740cc2757580b611bfdb0aa53cc8344564cf01b052518854ea040a70ea568bd098505f8c2dfca8
 SHA512 
e37839b8f9393334f43b2b97f3d9ade4a2e11182e634c4ee37a916bcf4425c624376edcd3b25b054a23e15624393e3a79fdbc1775f6b3808e09bc8a85a2262d5

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild
deleted file mode 100644
index 602fd7ca1107..
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Type hints support for the Sphinx autodoc extension"
-HOMEPAGE="
-   https://github.com/tox-dev/sphinx-autodoc-typehints/
-   https://pypi.org/project/sphinx-autodoc-typehints/
-"
-
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
-"
-# skipping optional test dep on dev-python/nptyping as that package
-# is horribly broken and on its way out
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # this package is addicted to Internet
-   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2024-02-10 Thread Sam James
commit: 68a7ef3cca2a9105ed54eaaa9ae1f6731d884a08
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 11 06:00:44 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 11 06:00:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a7ef3c

dev-python/sphinx-autodoc-typehints: Stabilize 1.25.3 ALLARCHES, #924270

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

 .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild
index 17aaf83155a2..9114707e3150 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 RDEPEND="



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

2024-02-08 Thread Michał Górny
commit: 09b179e6d00d2b15924fae864047f3d1135c058b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  8 14:43:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  8 14:47:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b179e6

dev-python/sphinx-tabs: Remove old

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

 dev-python/sphinx-tabs/Manifest |  1 -
 dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/dev-python/sphinx-tabs/Manifest b/dev-python/sphinx-tabs/Manifest
index 00f150620579..61083abe9c28 100644
--- a/dev-python/sphinx-tabs/Manifest
+++ b/dev-python/sphinx-tabs/Manifest
@@ -1,2 +1 @@
-DIST sphinx-tabs-3.4.4.gh.tar.gz 524297 BLAKE2B 
5361006ca99be157f01a7efd6ea50bbd87c1672caf0badbbde11ef832dddfd40232723fc5900a37fdb18112c5e4ddd9717829e96fd6e3afad8205c11c209d439
 SHA512 
365c472e88016e5c2d83a509d617ff13fc2c8c0a35fa9626244de9af2a242c2bbc4941241b3d1d863d261b15967a5694a0edb6c1d5614dce9d72531ea5138e03
 DIST sphinx-tabs-3.4.5.gh.tar.gz 524298 BLAKE2B 
64f7a9e470e35e4e0c2e80c5207fcaa920adbf198c3bcd501d316282bf1c0f052effc6e885fcbd1385395f4ac9e5721c0904b673e8975ef8aa3bd68ebe9ae415
 SHA512 
530b6929733385a42ef3f1828f0d7aa4b442eb9ced0befe9adeaf4b559a62cb2a1865443e554493b8fa2c6a9d2dd5dfdbf55078ee63d21f1c22afd8275a690b9

diff --git a/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild 
b/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild
deleted file mode 100644
index 27ddebbe3002..
--- a/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tabbed views for Sphinx"
-HOMEPAGE="
-   https://github.com/executablebooks/sphinx-tabs/
-   https://pypi.org/project/sphinx-tabs/
-"
-SRC_URI="
-   https://github.com/executablebooks/sphinx-tabs/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-
-EPYTEST_DESELECT=(
-   # Unpackaged rinohtype
-   tests/test_build.py::test_rinohtype_pdf
-)
-
-src_prepare() {
-   # annoying, incorrect version limitations
-   sed -i -e '/install_requires/d' setup.py || die
-
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2024-02-07 Thread Michał Górny
commit: d5a3387e9bc6d10307dc312953831d6ceb476a61
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  8 04:12:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  8 04:22:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a3387e

dev-python/sphinx-autodoc-typehints: Bump to 2.0.0

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-2.0.0.ebuild  | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 96f1fac04a9e..2b18b0dec463 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1,2 +1,3 @@
 DIST sphinx_autodoc_typehints-1.25.2.tar.gz 37173 BLAKE2B 
cec43a8008e84cbc0cc8f1950d8c8b3aceec139f2c9b8de310620fbd7deab021ebc51caa0ec80421d821287c8f9c304102141eda9e1123496d710ce3d87590a7
 SHA512 
42d14b17e05c46d65fb363f6b640515e1847d1d1b13b9d4707c0e64002e01d974a4c8d06d90f938a149704641926b08755a8c9c1f84883b5841192c7330660a3
 DIST sphinx_autodoc_typehints-1.25.3.tar.gz 37709 BLAKE2B 
338a0479af929977af7d3d3b9797e2806f8606c85cf1db182f87cf6d25adafeaf8c4941bc1770f9c55a54227e1132fd424ed80f5efc654f34c7e4b61724ef553
 SHA512 
e00ed10267605d8d96b159788297ec565f9dc46b2a446136067e1c5d0fed0d276245c052e3121e79fdf3a0aff81e91769728bb829ce07b252d7284af3378fe69
+DIST sphinx_autodoc_typehints-2.0.0.tar.gz 37951 BLAKE2B 
55fc5bd4a430095b9b80b7313da96ac177f55d8e31068ded7c740cc2757580b611bfdb0aa53cc8344564cf01b052518854ea040a70ea568bd098505f8c2dfca8
 SHA512 
e37839b8f9393334f43b2b97f3d9ade4a2e11182e634c4ee37a916bcf4425c624376edcd3b25b054a23e15624393e3a79fdbc1775f6b3808e09bc8a85a2262d5

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.0.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.0.0.ebuild
new file mode 100644
index ..17aaf83155a2
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension"
+HOMEPAGE="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/
+   https://pypi.org/project/sphinx-autodoc-typehints/
+"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
+"
+# skipping optional test dep on dev-python/nptyping as that package
+# is horribly broken and on its way out
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this package is addicted to Internet
+   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-celery/, dev-python/sphinx-celery/files/

2024-02-03 Thread Michał Górny
commit: fdf47915a254737d0200a7511adafc23bfe57c49
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 11:40:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 11:44:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf47915

dev-python/sphinx-celery: Remove old

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

 dev-python/sphinx-celery/Manifest  |  3 ---
 .../files/sphinx-celery-2.0.0-extlinks.patch   | 30 --
 .../sphinx-celery/sphinx-celery-2.0.0-r4.ebuild| 27 ---
 .../sphinx-celery/sphinx-celery-2.1.0.ebuild   | 24 -
 .../sphinx-celery/sphinx-celery-2.1.1.ebuild   | 24 -
 5 files changed, 108 deletions(-)

diff --git a/dev-python/sphinx-celery/Manifest 
b/dev-python/sphinx-celery/Manifest
index 3ebbe2aad2fc..a8441f0403bd 100644
--- a/dev-python/sphinx-celery/Manifest
+++ b/dev-python/sphinx-celery/Manifest
@@ -1,4 +1 @@
-DIST sphinx_celery-2.0.0.tar.gz 16203 BLAKE2B 
439a9cd20e09071491338016ba83514e37c7cdfa34966e93e3c6062ed94cdaa0750351a0de9fc7b27be1b7e557b5625be73f01f1de59d15f36335e9d46d35cae
 SHA512 
1beca69fe9b56d04cd3c42aa9244d50a364a860e9cf53f94897c0f690b8465f4e2a7b10ed6d310d3fa706d86f5882a338cd982a3ac7cec36586269756e9128a5
-DIST sphinx_celery-2.1.0.tar.gz 16612 BLAKE2B 
8fc50186f589e00b26b7550f28ee4b4e863b58ccde682a53a70e90d53d4cd31777f6363a8d2dc58000db86bff0cdb957b74234d15d68c189cb9371c6e4b06cd0
 SHA512 
63abdf8de1f30550172f15c41eb51c1f200b83eaacda1b6c209138d9a4057fa6c0f711904fe11611ea08d18e957b3966038a0b6b4ca4d5d7cdbbaeab9bab601a
-DIST sphinx_celery-2.1.1.tar.gz 16615 BLAKE2B 
a4e3e92d54b78e04638185afb1f51f093303a2008b80369263357d3ca7e8cd18c1292e621c14a600def0c2e88c214d940fbd505aa70c8b7e29f546f5654e130a
 SHA512 
8236409ee05647f4d78cf7e7ea210a0b3d9052df48d493c120ed9a21601e132885c5b054a5f550489e0787ea7e7bb34c84bab81251a0578a7ef59a4be04ff65d
 DIST sphinx_celery-2.1.3.tar.gz 16647 BLAKE2B 
5dd5861e9581cb576058c86e3fa077bc95d2f8f7c15d2055469a15f2cfaf8b8f3b2ea147b8ad90bbcfd6c08c92edb57c6a2219364225ff9eca27b3e4ed37
 SHA512 
87ea7cc229a9db25ca32559010bbab66197506eedffb3a8e80e847f68dff664ad3eb4257c615ce74387456fe9d70c4b47eabfb769f371a529e46c867b03560b4

diff --git a/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch 
b/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch
deleted file mode 100644
index c01e8dde882d..
--- a/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 46d3ea167e7b6eab24f35354f44822981bc76767 Mon Sep 17 00:00:00 2001
-From: Oleg Hoefling 
-Date: Tue, 23 Aug 2022 15:56:17 +0200
-Subject: [PATCH] add placeholder to each extlinks caption
-
-https://github.com/celery/sphinx_celery/pull/40
-Signed-off-by: Oleg Hoefling 

- sphinx_celery/conf.py | 10 +-
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/sphinx_celery/conf.py b/sphinx_celery/conf.py
-index b35bc2b..8a6895b 100644
 a/sphinx_celery/conf.py
-+++ b/sphinx_celery/conf.py
-@@ -161 +161 @@
--'GitHub SHA@',
-+'GitHub SHA@%s',
-@@ -165 +165 @@
--'GitHub branch',
-+'GitHub branch %s',
-@@ -168 +168 @@
--'https://github.com/%s/', '@',
-+'https://github.com/%s/', '@%s',
-@@ -171 +171 @@
--'https://pypi.python.org/pypi/%s/', '',
-+'https://pypi.python.org/pypi/%s/', None,
-@@ -174 +174 @@
--'https://en.wikipedia.org/wiki/%s', '',
-+'https://en.wikipedia.org/wiki/%s', None,

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild
deleted file mode 100644
index ff9f3a023eac..
--- a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Celery Sphinx Theme and Utilities"
-HOMEPAGE="
-   https://github.com/celery/sphinx_celery/
-   https://pypi.org/project/sphinx-celery/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
-"
-
-# https://bugs.gentoo.org/show_bug.cgi?id=911637
-PATCHES=( "${FILESDIR}/${P}-extlinks.patch" )

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild
deleted file mode 100644
index c1cf8b5e4213..
--- a/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Celery Sphinx 

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

2024-02-03 Thread Sam James
commit: 15b1950b487a8607afdd9e23a44529341a39b1c3
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  3 10:52:54 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  3 10:52:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b1950b

dev-python/sphinx-celery: Stabilize 2.1.3 x86, #923683

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

 dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
index e92c6e0e9f9e..c5afa423f675 100644
--- a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
+++ b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]



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

2024-02-03 Thread Sam James
commit: 0883602c920d01cc51c4051f7ab198293aa8c489
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  3 10:51:33 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  3 10:51:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0883602c

dev-python/sphinx-celery: Stabilize 2.1.3 arm64, #923683

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

 dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
index 429fdd09511f..e92c6e0e9f9e 100644
--- a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
+++ b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 
 RDEPEND="
>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]



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

2024-02-03 Thread Arthur Zamarin
commit: fa74e54082c36d7efb1ac6ce3accb4f697b1cc2a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 10:13:37 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 10:13:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa74e540

dev-python/sphinx-celery: Stabilize 2.1.3 amd64, #923683

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

 dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
index b4a12edac349..429fdd09511f 100644
--- a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
+++ b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]



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

2024-02-03 Thread Michał Górny
commit: 5872a5d39ce2681e69115373cc3e3a864dc01e5e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 09:10:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 09:10:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5872a5d3

dev-python/sphinx-issues: Remove old

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

 dev-python/sphinx-issues/Manifest  |  1 -
 .../sphinx-issues/sphinx-issues-3.0.1-r1.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/sphinx-issues/Manifest 
b/dev-python/sphinx-issues/Manifest
index 363165e3713b..9c1277b422b4 100644
--- a/dev-python/sphinx-issues/Manifest
+++ b/dev-python/sphinx-issues/Manifest
@@ -1,2 +1 @@
-DIST sphinx-issues-3.0.1.gh.tar.gz 12320 BLAKE2B 
770aa19a443bacd489157244f087fdb99740d5eae2f45246ab0fd0596260f249dcf7fb0642acf0a925d1a1def08f6d944a2ec67017334843b636623b05df8327
 SHA512 
dd64e1611eb58fc455bedb1658473fd71e4deab1371d8a42e6fa7fe3b128a991251add12e463b9a5826fd4eb5aa12e9a117dcf953feeb8df980a7951e43d8baa
 DIST sphinx_issues-4.0.0.tar.gz 13945 BLAKE2B 
43994155a5040b63f34f48b2ddf8f39cf36bd97fc464619f1adb55a2c9b433fb5c1c65f8cd5b2f7928afbd5ead67c69490ae67aaf220c0a5cf8c44876b69
 SHA512 
77e249c9ccd9dec96e64ba898e8cf2d1922c6190ad67e9d4d823a4d08d3c07bae217a8bf51c193fc5331c289e53ce6f93ae3d685ac9a618d41f565930557dabb

diff --git a/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild 
b/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild
deleted file mode 100644
index f53077d25122..
--- a/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
-HOMEPAGE="
-   https://github.com/sloria/sphinx-issues/
-   https://pypi.org/project/sphinx-issues/
-"
-SRC_URI="
-   https://github.com/sloria/sphinx-issues/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # doesn't work in our pep517 install
-   tests/test_sphinx_issues.py::test_sphinx_build_integration
-)



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

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

dev-python/sphinx-issues: Stabilize 4.0.0 ALLARCHES, #923692

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

 dev-python/sphinx-issues/sphinx-issues-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-issues/sphinx-issues-4.0.0.ebuild 
b/dev-python/sphinx-issues/sphinx-issues-4.0.0.ebuild
index 1c02b09b26d4..e753a9e2f1fb 100644
--- a/dev-python/sphinx-issues/sphinx-issues-4.0.0.ebuild
+++ b/dev-python/sphinx-issues/sphinx-issues-4.0.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2024-01-29 Thread Michał Górny
commit: 3f565cfcacbb065f912f10760ccae1fa2b5420fa
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 29 10:12:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 29 10:24:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f565cfc

dev-python/sphinx-bootstrap-theme: Add a test dep on sphinx

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

 .../sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild 
b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
index 11ec27c0ee0d..137ceb158040 100644
--- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
+++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,6 +22,14 @@ SRC_URI="
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+"
 
 python_test() {
cd demo || die



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2024-01-26 Thread Michał Górny
commit: 2c9e11852b5d0f64fc827a28529c5e7062876046
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 26 15:49:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 15:49:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9e1185

dev-python/sphinx-autodoc-typehints: Bump to 1.25.3

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-1.25.3.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 9dd3e18cdb9c..96f1fac04a9e 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1 +1,2 @@
 DIST sphinx_autodoc_typehints-1.25.2.tar.gz 37173 BLAKE2B 
cec43a8008e84cbc0cc8f1950d8c8b3aceec139f2c9b8de310620fbd7deab021ebc51caa0ec80421d821287c8f9c304102141eda9e1123496d710ce3d87590a7
 SHA512 
42d14b17e05c46d65fb363f6b640515e1847d1d1b13b9d4707c0e64002e01d974a4c8d06d90f938a149704641926b08755a8c9c1f84883b5841192c7330660a3
+DIST sphinx_autodoc_typehints-1.25.3.tar.gz 37709 BLAKE2B 
338a0479af929977af7d3d3b9797e2806f8606c85cf1db182f87cf6d25adafeaf8c4941bc1770f9c55a54227e1132fd424ed80f5efc654f34c7e4b61724ef553
 SHA512 
e00ed10267605d8d96b159788297ec565f9dc46b2a446136067e1c5d0fed0d276245c052e3121e79fdf3a0aff81e91769728bb829ce07b252d7284af3378fe69

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild
new file mode 100644
index ..17aaf83155a2
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension"
+HOMEPAGE="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/
+   https://pypi.org/project/sphinx-autodoc-typehints/
+"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
+"
+# skipping optional test dep on dev-python/nptyping as that package
+# is horribly broken and on its way out
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this package is addicted to Internet
+   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
+)



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

2024-01-23 Thread Ionen Wolkens
commit: a948bdaea2929a2015859684a0a498afc66c0a45
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Jan 23 21:40:23 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jan 24 04:56:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a948bdae

dev-python/sphinx-press-theme: Keyword 0.8.0 ia64, #921829

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
index 2ef5e8270743..c6e6e6acbc2f 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-01-23 Thread Arthur Zamarin
commit: b2ab7cebebafce30dc6288d2c6d1b7421b122712
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 23 19:18:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 23 19:18:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ab7ceb

dev-python/sphinx-press-theme: Keyword 0.8.0 hppa, #921829

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

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
index 71f9695abd5e..2ef5e8270743 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-01-21 Thread Michał Górny
commit: 44d1df63521ccb05c8c71970400a38034f7b5400
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 22 03:28:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 22 03:32:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d1df63

dev-python/sphinx-tabs: Bump to 3.4.5

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

 dev-python/sphinx-tabs/Manifest |  1 +
 dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-python/sphinx-tabs/Manifest b/dev-python/sphinx-tabs/Manifest
index 050142c2b9f0..00f150620579 100644
--- a/dev-python/sphinx-tabs/Manifest
+++ b/dev-python/sphinx-tabs/Manifest
@@ -1 +1,2 @@
 DIST sphinx-tabs-3.4.4.gh.tar.gz 524297 BLAKE2B 
5361006ca99be157f01a7efd6ea50bbd87c1672caf0badbbde11ef832dddfd40232723fc5900a37fdb18112c5e4ddd9717829e96fd6e3afad8205c11c209d439
 SHA512 
365c472e88016e5c2d83a509d617ff13fc2c8c0a35fa9626244de9af2a242c2bbc4941241b3d1d863d261b15967a5694a0edb6c1d5614dce9d72531ea5138e03
+DIST sphinx-tabs-3.4.5.gh.tar.gz 524298 BLAKE2B 
64f7a9e470e35e4e0c2e80c5207fcaa920adbf198c3bcd501d316282bf1c0f052effc6e885fcbd1385395f4ac9e5721c0904b673e8975ef8aa3bd68ebe9ae415
 SHA512 
530b6929733385a42ef3f1828f0d7aa4b442eb9ced0befe9adeaf4b559a62cb2a1865443e554493b8fa2c6a9d2dd5dfdbf55078ee63d21f1c22afd8275a690b9

diff --git a/dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild 
b/dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild
new file mode 100644
index ..821eca256dbe
--- /dev/null
+++ b/dev-python/sphinx-tabs/sphinx-tabs-3.4.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tabbed views for Sphinx"
+HOMEPAGE="
+   https://github.com/executablebooks/sphinx-tabs/
+   https://pypi.org/project/sphinx-tabs/
+"
+SRC_URI="
+   https://github.com/executablebooks/sphinx-tabs/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+
+EPYTEST_DESELECT=(
+   # Unpackaged rinohtype
+   tests/test_build.py::test_rinohtype_pdf
+)



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

2024-01-20 Thread Viorel Munteanu
commit: fd3f269bd41dadf2142a02859ee95ef04eb75213
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sat Jan 20 20:25:16 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sun Jan 21 07:54:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3f269b

dev-python/sphinx-press-theme: Keyword 0.8.0 alpha, #921829

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
index ea07e9d12d44..71f9695abd5e 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-01-19 Thread Arthur Zamarin
commit: 5ae1f426026753f13de345eb538ced1201ffbed6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 19 17:41:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 19 18:27:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae1f426

dev-python/sphinx-issues: add 4.0.0

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

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

diff --git a/dev-python/sphinx-issues/Manifest 
b/dev-python/sphinx-issues/Manifest
index 5083982df452..363165e3713b 100644
--- a/dev-python/sphinx-issues/Manifest
+++ b/dev-python/sphinx-issues/Manifest
@@ -1 +1,2 @@
 DIST sphinx-issues-3.0.1.gh.tar.gz 12320 BLAKE2B 
770aa19a443bacd489157244f087fdb99740d5eae2f45246ab0fd0596260f249dcf7fb0642acf0a925d1a1def08f6d944a2ec67017334843b636623b05df8327
 SHA512 
dd64e1611eb58fc455bedb1658473fd71e4deab1371d8a42e6fa7fe3b128a991251add12e463b9a5826fd4eb5aa12e9a117dcf953feeb8df980a7951e43d8baa
+DIST sphinx_issues-4.0.0.tar.gz 13945 BLAKE2B 
43994155a5040b63f34f48b2ddf8f39cf36bd97fc464619f1adb55a2c9b433fb5c1c65f8cd5b2f7928afbd5ead67c69490ae67aaf220c0a5cf8c44876b69
 SHA512 
77e249c9ccd9dec96e64ba898e8cf2d1922c6190ad67e9d4d823a4d08d3c07bae217a8bf51c193fc5331c289e53ce6f93ae3d685ac9a618d41f565930557dabb

diff --git a/dev-python/sphinx-issues/sphinx-issues-4.0.0.ebuild 
b/dev-python/sphinx-issues/sphinx-issues-4.0.0.ebuild
new file mode 100644
index ..1c02b09b26d4
--- /dev/null
+++ b/dev-python/sphinx-issues/sphinx-issues-4.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
+HOMEPAGE="
+   https://github.com/sloria/sphinx-issues/
+   https://pypi.org/project/sphinx-issues/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # doesn't work in our pep517 install
+   tests/test_sphinx_issues.py::test_sphinx_build_integration
+)



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

2024-01-18 Thread Arthur Zamarin
commit: 9939158aa5bb886a17c41cd642143ebc983e9bdf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 18 16:59:01 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 18 17:02:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9939158a

dev-python/sphinx-celery: add 2.1.3

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

 dev-python/sphinx-celery/Manifest  |  1 +
 .../sphinx-celery/sphinx-celery-2.1.3.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/sphinx-celery/Manifest 
b/dev-python/sphinx-celery/Manifest
index 231c4b5222b7..3ebbe2aad2fc 100644
--- a/dev-python/sphinx-celery/Manifest
+++ b/dev-python/sphinx-celery/Manifest
@@ -1,3 +1,4 @@
 DIST sphinx_celery-2.0.0.tar.gz 16203 BLAKE2B 
439a9cd20e09071491338016ba83514e37c7cdfa34966e93e3c6062ed94cdaa0750351a0de9fc7b27be1b7e557b5625be73f01f1de59d15f36335e9d46d35cae
 SHA512 
1beca69fe9b56d04cd3c42aa9244d50a364a860e9cf53f94897c0f690b8465f4e2a7b10ed6d310d3fa706d86f5882a338cd982a3ac7cec36586269756e9128a5
 DIST sphinx_celery-2.1.0.tar.gz 16612 BLAKE2B 
8fc50186f589e00b26b7550f28ee4b4e863b58ccde682a53a70e90d53d4cd31777f6363a8d2dc58000db86bff0cdb957b74234d15d68c189cb9371c6e4b06cd0
 SHA512 
63abdf8de1f30550172f15c41eb51c1f200b83eaacda1b6c209138d9a4057fa6c0f711904fe11611ea08d18e957b3966038a0b6b4ca4d5d7cdbbaeab9bab601a
 DIST sphinx_celery-2.1.1.tar.gz 16615 BLAKE2B 
a4e3e92d54b78e04638185afb1f51f093303a2008b80369263357d3ca7e8cd18c1292e621c14a600def0c2e88c214d940fbd505aa70c8b7e29f546f5654e130a
 SHA512 
8236409ee05647f4d78cf7e7ea210a0b3d9052df48d493c120ed9a21601e132885c5b054a5f550489e0787ea7e7bb34c84bab81251a0578a7ef59a4be04ff65d
+DIST sphinx_celery-2.1.3.tar.gz 16647 BLAKE2B 
5dd5861e9581cb576058c86e3fa077bc95d2f8f7c15d2055469a15f2cfaf8b8f3b2ea147b8ad90bbcfd6c08c92edb57c6a2219364225ff9eca27b3e4ed37
 SHA512 
87ea7cc229a9db25ca32559010bbab66197506eedffb3a8e80e847f68dff664ad3eb4257c615ce74387456fe9d70c4b47eabfb769f371a529e46c867b03560b4

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
new file mode 100644
index ..ee0b80a49ece
--- /dev/null
+++ b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Celery Sphinx Theme and Utilities"
+HOMEPAGE="
+   https://github.com/celery/sphinx_celery/
+   https://pypi.org/project/sphinx-celery/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
+"



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

2024-01-18 Thread Arthur Zamarin
commit: 11ee9f233a1672bf3abc38c2426c8f1f4ec436ce
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 18 17:00:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 18 17:02:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ee9f23

dev-python/sphinx-celery: enable py3.12

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

 dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
index ee0b80a49ece..b4a12edac349 100644
--- a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
+++ b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2024-01-14 Thread Sam James
commit: a26e4f1d8748030c5a221b024f8d4a5fb41b98ee
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 14 17:21:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 14 17:21:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26e4f1d

dev-python/sphinx-press-theme: Keyword 0.8.0 ppc, #921829

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

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
index 6841ca12e39d..ea07e9d12d44 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-01-14 Thread Sam James
commit: 8cf73d7b35e41518cad753ca8aed3f7ce0fe9bb0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 14 15:01:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 14 15:01:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf73d7b

dev-python/sphinx-press-theme: Keyword 0.8.0 sparc, #921829

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

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
index 5183c4bb3f18..6841ca12e39d 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2024-01-11 Thread Michał Górny
commit: 3888a86225b872b91f301838f8a98c6ed33e770c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 12 04:54:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 12 04:54:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3888a862

dev-python/sphinx-celery: Bump to 2.1.1

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

 dev-python/sphinx-celery/Manifest  |  1 +
 .../sphinx-celery/sphinx-celery-2.1.1.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/sphinx-celery/Manifest 
b/dev-python/sphinx-celery/Manifest
index 0715199e3548..231c4b5222b7 100644
--- a/dev-python/sphinx-celery/Manifest
+++ b/dev-python/sphinx-celery/Manifest
@@ -1,2 +1,3 @@
 DIST sphinx_celery-2.0.0.tar.gz 16203 BLAKE2B 
439a9cd20e09071491338016ba83514e37c7cdfa34966e93e3c6062ed94cdaa0750351a0de9fc7b27be1b7e557b5625be73f01f1de59d15f36335e9d46d35cae
 SHA512 
1beca69fe9b56d04cd3c42aa9244d50a364a860e9cf53f94897c0f690b8465f4e2a7b10ed6d310d3fa706d86f5882a338cd982a3ac7cec36586269756e9128a5
 DIST sphinx_celery-2.1.0.tar.gz 16612 BLAKE2B 
8fc50186f589e00b26b7550f28ee4b4e863b58ccde682a53a70e90d53d4cd31777f6363a8d2dc58000db86bff0cdb957b74234d15d68c189cb9371c6e4b06cd0
 SHA512 
63abdf8de1f30550172f15c41eb51c1f200b83eaacda1b6c209138d9a4057fa6c0f711904fe11611ea08d18e957b3966038a0b6b4ca4d5d7cdbbaeab9bab601a
+DIST sphinx_celery-2.1.1.tar.gz 16615 BLAKE2B 
a4e3e92d54b78e04638185afb1f51f093303a2008b80369263357d3ca7e8cd18c1292e621c14a600def0c2e88c214d940fbd505aa70c8b7e29f546f5654e130a
 SHA512 
8236409ee05647f4d78cf7e7ea210a0b3d9052df48d493c120ed9a21601e132885c5b054a5f550489e0787ea7e7bb34c84bab81251a0578a7ef59a4be04ff65d

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.1.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.1.1.ebuild
new file mode 100644
index ..c1cf8b5e4213
--- /dev/null
+++ b/dev-python/sphinx-celery/sphinx-celery-2.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Celery Sphinx Theme and Utilities"
+HOMEPAGE="
+   https://github.com/celery/sphinx_celery/
+   https://pypi.org/project/sphinx-celery/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
+"



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

2024-01-11 Thread Michał Górny
commit: 0fdaf31149505393c5d1b1a90118e452a680c4de
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 11 14:38:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 11 15:24:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdaf311

dev-python/sphinx-celery: Bump to 2.1.0

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

 dev-python/sphinx-celery/Manifest  |  1 +
 .../sphinx-celery/sphinx-celery-2.1.0.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/sphinx-celery/Manifest 
b/dev-python/sphinx-celery/Manifest
index ff08fe7356c4..0715199e3548 100644
--- a/dev-python/sphinx-celery/Manifest
+++ b/dev-python/sphinx-celery/Manifest
@@ -1 +1,2 @@
 DIST sphinx_celery-2.0.0.tar.gz 16203 BLAKE2B 
439a9cd20e09071491338016ba83514e37c7cdfa34966e93e3c6062ed94cdaa0750351a0de9fc7b27be1b7e557b5625be73f01f1de59d15f36335e9d46d35cae
 SHA512 
1beca69fe9b56d04cd3c42aa9244d50a364a860e9cf53f94897c0f690b8465f4e2a7b10ed6d310d3fa706d86f5882a338cd982a3ac7cec36586269756e9128a5
+DIST sphinx_celery-2.1.0.tar.gz 16612 BLAKE2B 
8fc50186f589e00b26b7550f28ee4b4e863b58ccde682a53a70e90d53d4cd31777f6363a8d2dc58000db86bff0cdb957b74234d15d68c189cb9371c6e4b06cd0
 SHA512 
63abdf8de1f30550172f15c41eb51c1f200b83eaacda1b6c209138d9a4057fa6c0f711904fe11611ea08d18e957b3966038a0b6b4ca4d5d7cdbbaeab9bab601a

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild
new file mode 100644
index ..c1cf8b5e4213
--- /dev/null
+++ b/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Celery Sphinx Theme and Utilities"
+HOMEPAGE="
+   https://github.com/celery/sphinx_celery/
+   https://pypi.org/project/sphinx-celery/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
+"



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

2023-12-18 Thread Michał Górny
commit: 59769e03dfe3d886e7ca02af1e37629b60d130ee
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 18 19:14:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 18 21:27:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59769e03

dev-python/sphinx-panels: Unpin sphinx dependency

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

 dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
index b9a75044b5ab..ad0f2761cb85 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
@@ -39,3 +39,9 @@ PATCHES=(
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+
+src_prepare() {
+   # unpin deps
+   sed -i -e 's:,<[0-9.]*::' setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-testing/, profiles/

2023-12-15 Thread Arthur Zamarin
commit: dd0be959f7f2c03318eae741e0804699f1423359
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 15 19:23:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 15 19:23:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0be959

dev-python/sphinx-testing: treeclean

Closes: https://bugs.gentoo.org/896886
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-testing/Manifest |  1 -
 dev-python/sphinx-testing/metadata.xml | 12 ---
 .../sphinx-testing/sphinx-testing-1.0.1-r2.ebuild  | 24 --
 profiles/package.mask  |  5 -
 4 files changed, 42 deletions(-)

diff --git a/dev-python/sphinx-testing/Manifest 
b/dev-python/sphinx-testing/Manifest
deleted file mode 100644
index 8ad7d89fd404..
--- a/dev-python/sphinx-testing/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx-testing-1.0.1.tar.gz 11513 BLAKE2B 
46ede243507a0d90b2ad4b918deadb818491bb0ed15ce41886040c52650f9fd348ff57c03766fd1e7719bbb54726f8915e091cf94a5396da946102ca49fd07b2
 SHA512 
2d377c0c6fe8e34a463b35e96938507a3ca35fa06cd19a2682eb55825e1b88982a80a02ebb9a02a47f11ca5e8fe6a5b9e5c8114d955fa3b774e0148e82121818

diff --git a/dev-python/sphinx-testing/metadata.xml 
b/dev-python/sphinx-testing/metadata.xml
deleted file mode 100644
index d37bbfdfda5f..
--- a/dev-python/sphinx-testing/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   sphinx-doc/sphinx-testing
-   sphinx-testing
-   
-

diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild 
b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild
deleted file mode 100644
index 75441286f25d..
--- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Testing utility classes and functions for Sphinx extensions"
-HOMEPAGE="https://github.com/sphinx-doc/sphinx-testing;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/profiles/package.mask b/profiles/package.mask
index 6d44e0b143a1..813d1c0d1069 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -311,11 +311,6 @@ media-gfx/gmic
 dev-java/apache-rat-core
 dev-java/apache-rat-tasks
 
-# Michał Górny  (2023-10-23)
-# Broken on Python 3.11.  Archived upstream since 2020.  No revdeps.
-# Removal on 2023-11-22.  Bug #896886.
-dev-python/sphinx-testing
-
 # Michał Górny  (2023-10-22)
 # Incompatible with Python 3.12.  Last commit in 2016.  No revdeps.
 # Removal on 2023-11-21.  Bug #909917.



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

2023-12-15 Thread Michał Górny
commit: 001d04c07412f56226a2bd0757a1ff0841728b47
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 15 12:38:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 15 12:40:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001d04c0

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

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

 dev-python/sphinx-rtd-theme/Manifest   |  1 -
 .../sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index a4358d1fb919..b559a0e251d3 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1,2 +1 @@
-DIST sphinx_rtd_theme-1.3.0.tar.gz 2785069 BLAKE2B 
f9849a72941024de7537a3517e226e2cdc6b2067e043bcdf8bbb4cc29cdf8b0be67121f721d92d30ffccea367af62ff0ce71d5d00d8eafbb65a2ebf4ef8e5159
 SHA512 
41e8ebffd057c1c6efb41a05547067016e73047a1894340df92bb7e4232559de15b200f57a34cf1cf9f66e4af7019d66d12939a68d3b2b46460a1794a10fc32e
 DIST sphinx_rtd_theme-2.0.0.tar.gz 2785005 BLAKE2B 
a9971cba0bf04d786e41144fc04c8450be3291f0f5c3164b793258a489d5c1348bded906f47071ebd9aa4fa022bca157a18f758d3e2f48765ae5c65655a8c25f
 SHA512 
3de989e24f2c187058b19017a92cf2159af0fdb32e5c3bc46992797a3be0f23ad75e1fd9b758e7d672eb38524798b4800de2e1b405910ea043dbd7d6f32a05da

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild
deleted file mode 100644
index bc95e3bee3c2..
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ReadTheDocs.org theme for Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/sphinx_rtd_theme/
-   https://pypi.org/project/sphinx-rtd-theme/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-jquery-4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove upper bounds
-   sed -i -e 's:,\?<[0-9.]*::' setup.cfg || die
-   distutils-r1_src_prepare
-
-   # CI=1 disables rebuilding webpack that requires npm use
-   # yes, that surely makes sense
-   export CI=1
-}



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

2023-12-15 Thread Arthur Zamarin
commit: eda21a9ee60e8e49184d9c7d064a6d305f562d47
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 15 11:29:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 15 11:29:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda21a9e

dev-python/sphinx-rtd-theme: Stabilize 2.0.0 ALLARCHES, #920017

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

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

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-2.0.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-2.0.0.ebuild
index eed7b42a6f04..ef659e975450 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-2.0.0.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-2.0.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2023-12-09 Thread Michał Górny
commit: 88f629e302ccec86ad44f8bde5178cc4a5f386a6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 14:05:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 14:05:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f629e3

dev-python/sphinx-gallery: Remove old

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

 dev-python/sphinx-gallery/Manifest |  1 -
 .../sphinx-gallery/sphinx-gallery-0.14.0.ebuild| 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/sphinx-gallery/Manifest 
b/dev-python/sphinx-gallery/Manifest
index 71a48b6566c9..6c907aa1741d 100644
--- a/dev-python/sphinx-gallery/Manifest
+++ b/dev-python/sphinx-gallery/Manifest
@@ -1,2 +1 @@
-DIST sphinx-gallery-0.14.0.tar.gz 408734 BLAKE2B 
f527eb58b565353722d669edf81a667b7c3e784480500ff03b5567b9214c27951438052db3f2dcba92b24e7224d5cd0017bfbe770132dc96ce3427ca463329a8
 SHA512 
c8a69af9dec9adf042214de0cb48d510ebb41d7bc4bb1e5767f3982b0e83d9dfa1a26028d939a1785d3894894d396840e437dc5c196bfc5318152d06240d84b9
 DIST sphinx-gallery-0.15.0.tar.gz 422363 BLAKE2B 
cbca8ec252e03e9cacc0df27da43ebc9bbed8531d5df65bf9cb7f54f7ae8b127582f353cb245bcc459d6fa86240207346a05d777504163d49be0fabb029a172b
 SHA512 
b6b0d5022da9de27417f8cc72ba24f0d51e57f83c68b17a296269b074888a711d61fcf933fbbfaf4d6977702b3f020d4b0eaa89e78e51185ee2dd26e911fe8be

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild
deleted file mode 100644
index 30760ca95b0e..
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sphinx extension to automatically generate an examples gallery"
-HOMEPAGE="
-   https://github.com/sphinx-gallery/sphinx-gallery/
-   https://sphinx-gallery.github.io/
-   https://pypi.org/project/sphinx-gallery/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/joblib[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Internet
-   
sphinx_gallery/tests/test_docs_resolv.py::test_embed_code_links_get_data
-   sphinx_gallery/tests/test_full.py::test_run_sphinx
-   sphinx_gallery/tests/test_full.py::test_embed_links_and_styles
-   # require jupyterlite_sphinx
-   sphinx_gallery/tests/test_full.py
-   sphinx_gallery/tests/test_full_noexec.py
-   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents
-   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents_non_default_contents
-   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents_with_jupyterlite_disabled_via_config
-   )
-
-   epytest -o addopts=
-}



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

2023-12-09 Thread Michał Górny
commit: 449ea5940bb6a80e5a851da78a3794fe61956802
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 14:05:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 14:05:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449ea594

dev-python/sphinx-gallery: Stabilize 0.15.0 ALLARCHES, #919560

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

 dev-python/sphinx-gallery/sphinx-gallery-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.15.0.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.15.0.ebuild
index e4a9b5f96a09..48ff63d45f49 100644
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.15.0.ebuild
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.15.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]



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

2023-12-08 Thread WANG Xuerui
commit: c1fd6eb60ace27b9735eddcb0a7809af4d4a5880
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Dec  8 09:39:41 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Fri Dec  8 17:03:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fd6eb6

dev-python/sphinx-pytest: keyword 0.2.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
index 13af7d2d51d2..df9d9d28057a 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2023-11-29 Thread Arthur Zamarin
commit: 8cb6a8f37f217e55017587a220783ceb025c6aca
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 29 18:38:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 29 18:38:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb6a8f3

dev-python/sphinx-argparse: Stabilize 0.4.0 amd64, #918866

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

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

diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild 
b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
index 6f5c6f888d1a..40e2657c99f2 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.org/project/sphinx-argparse/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2023-11-29 Thread Michał Górny
commit: a113c40e5bd80f2e7a4d904962ef03d918dcf474
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 17:59:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 17:59:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a113c40e

dev-python/sphinx-argparse: Stabilize 0.4.0 x86, #918866

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

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

diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild 
b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
index 2b28e7ab59e5..6f5c6f888d1a 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.org/project/sphinx-argparse/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2023-11-29 Thread Michał Górny
commit: ee459a3c8d9e93d3d01a8a3e27905b2626b8abda
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 10:34:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 10:34:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee459a3c

dev-python/sphinx-autodoc-typehints: Remove old

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  4 ---
 .../sphinx-autodoc-typehints-1.24.0.ebuild | 39 --
 .../sphinx-autodoc-typehints-1.24.1.ebuild | 39 --
 .../sphinx-autodoc-typehints-1.25.0.ebuild | 39 --
 .../sphinx-autodoc-typehints-1.25.1.ebuild | 39 --
 5 files changed, 160 deletions(-)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 7e669bf897ad..9dd3e18cdb9c 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1,5 +1 @@
-DIST sphinx_autodoc_typehints-1.24.0.tar.gz 36127 BLAKE2B 
46f9eb12b7327dceaf623bcf76a0a58a7805e1e917f4617e0dada7a1f8511af9045acc4f318e0956e1fe43daec9e154f1cc0ba932dd01cc4b45ed968221046bb
 SHA512 
f56aa2f937e1cc0063b1776d4b46e51f9ec390fc07c603ac502e19f7b859815802145f61a1bebd2c7b57ae394549119040a88829ba477cc1e1c2da1ef5782f34
-DIST sphinx_autodoc_typehints-1.24.1.tar.gz 36436 BLAKE2B 
be1de2ea15dd39f4adb30028849645b69a7f21aec7997a3fd633a5ba606a78e8f095b6a05bc66242003670adf5846c7b444ffd5eead39e0a7836f097ed0a3302
 SHA512 
d79f540939a8e669d0aaf238a213aade330ed46112231adae3ca822afdf5d12178247afc4a2a46938dc49aa73e556d0303db28e2ff48ebf6e26ddf71a7759c4e
-DIST sphinx_autodoc_typehints-1.25.0.tar.gz 36871 BLAKE2B 
1862bd2a0169a74ec342ce6ba1dc5604e84f828fc0d46f3f0d76832ec15d7e8ffad1dc3031fa6e088e82750e4b9ba70f913cba4896ad58e4dbb2a0cfac9da2ea
 SHA512 
ad4410171fd4976fa939a4216769af03cddee136dbf6d02796e16bc577be4734ee80be899b7970a38bc4a581da7de7cba46903c2cd76255cef966e28827e2f72
-DIST sphinx_autodoc_typehints-1.25.1.tar.gz 37019 BLAKE2B 
ef6a9c016c111ae8badced30d1c4b5a1691b2316ebc114ac51b229301670b204dd25ae10bb797a0ce3437dd8f2ae7c8be6a1aded39eed539e7bd0b2c04afbe1f
 SHA512 
3e0aaca0cff346c8ba1b85709b6593a5c6ca1764f1ff56b0cb42ba95d001496de36c127b4d63a7d4f8a87e69beb3423898380c9cd6379b0205c16a91081eea93
 DIST sphinx_autodoc_typehints-1.25.2.tar.gz 37173 BLAKE2B 
cec43a8008e84cbc0cc8f1950d8c8b3aceec139f2c9b8de310620fbd7deab021ebc51caa0ec80421d821287c8f9c304102141eda9e1123496d710ce3d87590a7
 SHA512 
42d14b17e05c46d65fb363f6b640515e1847d1d1b13b9d4707c0e64002e01d974a4c8d06d90f938a149704641926b08755a8c9c1f84883b5841192c7330660a3

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild
deleted file mode 100644
index 3754b515eaad..
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Type hints support for the Sphinx autodoc extension"
-HOMEPAGE="
-   https://github.com/tox-dev/sphinx-autodoc-typehints/
-   https://pypi.org/project/sphinx-autodoc-typehints/
-"
-
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/sphinx-5.3[${PYTHON_USEDEP}]
-"
-# skipping optional test dep on dev-python/nptyping as that package
-# is horribly broken and on its way out
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # this package is addicted to Internet
-   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
-)

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.1.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.1.ebuild
deleted file mode 100644
index bfedfcb23611..
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Type hints support for the Sphinx autodoc extension"
-HOMEPAGE="
-   https://github.com/tox-dev/sphinx-autodoc-typehints/
-   https://pypi.org/project/sphinx-autodoc-typehints/
-"
-
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"

[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2023-11-29 Thread Michał Górny
commit: 49151335e751e048e0784dd2e69a5cb8e8aedb5a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 10:33:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 10:33:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49151335

dev-python/sphinx-autodoc-typehints: Stabilize 1.25.2 ALLARCHES, #918820

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

 .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild
index bfedfcb23611..602fd7ca1107 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 RDEPEND="



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

2023-11-27 Thread Michał Górny
commit: b9b5f22fd242bed66ea405a937e9718207450cea
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 28 04:54:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 28 04:54:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b5f22f

dev-python/sphinx-rtd-theme: Bump to 2.0.0

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

 dev-python/sphinx-rtd-theme/Manifest   |  1 +
 .../sphinx-rtd-theme/sphinx-rtd-theme-2.0.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index 5ecf40944556..a4358d1fb919 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1 +1,2 @@
 DIST sphinx_rtd_theme-1.3.0.tar.gz 2785069 BLAKE2B 
f9849a72941024de7537a3517e226e2cdc6b2067e043bcdf8bbb4cc29cdf8b0be67121f721d92d30ffccea367af62ff0ce71d5d00d8eafbb65a2ebf4ef8e5159
 SHA512 
41e8ebffd057c1c6efb41a05547067016e73047a1894340df92bb7e4232559de15b200f57a34cf1cf9f66e4af7019d66d12939a68d3b2b46460a1794a10fc32e
+DIST sphinx_rtd_theme-2.0.0.tar.gz 2785005 BLAKE2B 
a9971cba0bf04d786e41144fc04c8450be3291f0f5c3164b793258a489d5c1348bded906f47071ebd9aa4fa022bca157a18f758d3e2f48765ae5c65655a8c25f
 SHA512 
3de989e24f2c187058b19017a92cf2159af0fdb32e5c3bc46992797a3be0f23ad75e1fd9b758e7d672eb38524798b4800de2e1b405910ea043dbd7d6f32a05da

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-2.0.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-2.0.0.ebuild
new file mode 100644
index ..eed7b42a6f04
--- /dev/null
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-2.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="ReadTheDocs.org theme for Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/sphinx_rtd_theme/
+   https://pypi.org/project/sphinx-rtd-theme/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-jquery-4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove upper bounds
+   sed -i -e 's:,\?<[0-9.]*::' setup.cfg || die
+   distutils-r1_src_prepare
+
+   # CI=1 disables rebuilding webpack that requires npm use
+   # yes, that surely makes sense
+   export CI=1
+}



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

2023-11-24 Thread Arthur Zamarin
commit: 3b0fb2af99c62094d397f86242af7766c477fd12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 17:22:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 17:22:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0fb2af

dev-python/sphinx-gallery: Stabilize 0.14.0 arm64, #918376

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

 dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild
index 6b158c7b0aec..30760ca95b0e 100644
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]



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

2023-11-24 Thread Arthur Zamarin
commit: f0c169ab4352fd57c53a92b512c1ab7d3563e73a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:55:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:55:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c169ab

dev-python/sphinx-multiversion: Stabilize 0.2.4-r1 arm64, #918377

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

 dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild 
b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
index 642052dbe243..a4a539081ef1 100644
--- a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
+++ b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/Holzhaus/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 DEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2023-11-24 Thread Michał Górny
commit: 0d7a9a9984ff542e6be7d3d7bc8e86819747f1b4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 14:27:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 14:27:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7a9a99

dev-python/sphinx-celery: Stabilize 2.0.0-r4 arm64, #918134

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

 dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild
index c8dd44e950bb..ff9f3a023eac 100644
--- a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild
+++ b/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 869ed70e6a147837ed30e67e41c2eb6a50bb08a2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ed70e

dev-python/sphinx-multiversion: Keyword 0.2.4-r1 arm64, #918054

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

 dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild 
b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
index 81069d8c3f82..642052dbe243 100644
--- a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
+++ b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/Holzhaus/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 DEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2023-11-22 Thread Michał Górny
commit: ddeab4b67ac1b66cc82fa28c648394eb3f7f77d8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 22 11:59:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 22 11:59:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddeab4b6

dev-python/sphinx-tabs: Remove old

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

 dev-python/sphinx-tabs/Manifest|  1 -
 dev-python/sphinx-tabs/sphinx-tabs-3.4.1-r1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/sphinx-tabs/Manifest b/dev-python/sphinx-tabs/Manifest
index 85cca3f7fe1c..050142c2b9f0 100644
--- a/dev-python/sphinx-tabs/Manifest
+++ b/dev-python/sphinx-tabs/Manifest
@@ -1,2 +1 @@
-DIST sphinx-tabs-3.4.1.gh.tar.gz 524071 BLAKE2B 
5aecb9c22a298c1347bf82cbbc16709f3f6cd38b0f0f6e4948411f1fdd79ba17d3e75178b8c092df7b8abc812dd4b0102879774708552a062aad0fe0b0653717
 SHA512 
b6079d3ae91479d40aaf35926226eb7dd783de7cec0e721cb13a036fc520bb3afda0dffb0669dc5054fc665125c3620261b1ea7ffe685d5b177bc980e3b4d7e4
 DIST sphinx-tabs-3.4.4.gh.tar.gz 524297 BLAKE2B 
5361006ca99be157f01a7efd6ea50bbd87c1672caf0badbbde11ef832dddfd40232723fc5900a37fdb18112c5e4ddd9717829e96fd6e3afad8205c11c209d439
 SHA512 
365c472e88016e5c2d83a509d617ff13fc2c8c0a35fa9626244de9af2a242c2bbc4941241b3d1d863d261b15967a5694a0edb6c1d5614dce9d72531ea5138e03

diff --git a/dev-python/sphinx-tabs/sphinx-tabs-3.4.1-r1.ebuild 
b/dev-python/sphinx-tabs/sphinx-tabs-3.4.1-r1.ebuild
deleted file mode 100644
index 27ddebbe3002..
--- a/dev-python/sphinx-tabs/sphinx-tabs-3.4.1-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tabbed views for Sphinx"
-HOMEPAGE="
-   https://github.com/executablebooks/sphinx-tabs/
-   https://pypi.org/project/sphinx-tabs/
-"
-SRC_URI="
-   https://github.com/executablebooks/sphinx-tabs/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-
-EPYTEST_DESELECT=(
-   # Unpackaged rinohtype
-   tests/test_build.py::test_rinohtype_pdf
-)
-
-src_prepare() {
-   # annoying, incorrect version limitations
-   sed -i -e '/install_requires/d' setup.py || die
-
-   distutils-r1_src_prepare
-}



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

2023-11-22 Thread Michał Górny
commit: 7bb4996ed177dfb8491a9468347f0f9ed24a096f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 22 11:58:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 22 11:59:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb4996e

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

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

 dev-python/sphinx-lv2-theme/Manifest   |  1 -
 .../sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/sphinx-lv2-theme/Manifest 
b/dev-python/sphinx-lv2-theme/Manifest
index 1327a83bbadc..a6df4c3a9234 100644
--- a/dev-python/sphinx-lv2-theme/Manifest
+++ b/dev-python/sphinx-lv2-theme/Manifest
@@ -1,2 +1 @@
 DIST sphinx_lv2_theme-1.4.2.tar.gz 14331 BLAKE2B 
3d0e40af9a48c0595b1b99b87ca6fc35a557d0f7543609ab71deb277563c9c460ac6310179f0384510143fa4056bce1c1338e481f812393ffa82e063c14bc067
 SHA512 
51c9cca9cd28878496706a4716ec722b695257392ab09adfbfe70e3dadeb72c7620cdbb56562411e8b99d3af942cec63a346781512ead188c6b2d6eae3623336
-DIST sphinx_lv2_theme-v1.4.0.tar.bz2 10368 BLAKE2B 
c4ef7bb51965ebecb193d13b6d3866db6234bec8387c9e532550cafb14bf404711715f60831912770998e4cd9feb21a7d3ea1d8e987e276ec644ce51f63e6be6
 SHA512 
fba7af83bbc7e47a3a87e7b819cd83009b4b2e04e6280efe56b0f7bc348f784a85f004b7124a5c3704329be95a0432ca690f9675e6b9330ecf493994258ddc8c

diff --git a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild 
b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild
deleted file mode 100644
index 786fa8d85e64..
--- a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=${PN//-/_}-v${PV}
-DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation 
style"
-HOMEPAGE="
-   https://gitlab.com/lv2/sphinx_lv2_theme/
-   https://pypi.org/project/sphinx-lv2-theme/
-"
-SRC_URI="https://gitlab.com/lv2/sphinx_lv2_theme/-/archive/v${PV}/${MY_P}.tar.bz2;
-S=${WORKDIR}/${MY_P}
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"



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

2023-11-22 Thread Sam James
commit: 88fb01bc5057b4bb8d42a0c8d6f13053165e7430
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 22 11:07:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 22 11:10:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88fb01bc

dev-python/sphinx-tabs: Stabilize 3.4.4 ALLARCHES, #917731

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

 dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild 
b/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild
index 6980b27acb71..27ddebbe3002 100644
--- a/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild
+++ b/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2023-11-22 Thread Sam James
commit: 81ba23902114c867b007f46fa6e1edf7e131ebd3
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 22 11:07:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 22 11:10:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ba2390

dev-python/sphinx-lv2-theme: Stabilize 1.4.2 ALLARCHES, #917730

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

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

diff --git a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild 
b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild
index 5ddaa0365e87..c461f24ad8a0 100644
--- a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild
+++ b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild
@@ -16,4 +16,4 @@ HOMEPAGE="
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"



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

2023-11-20 Thread Michał Górny
commit: 5a98991db34a7cfb8b67166972b5668ce0a2ed6f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 21 04:25:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 21 04:44:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a98991d

dev-python/sphinx-gallery: Bump to 0.15.0

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

 dev-python/sphinx-gallery/Manifest |  1 +
 .../sphinx-gallery/sphinx-gallery-0.15.0.ebuild| 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/sphinx-gallery/Manifest 
b/dev-python/sphinx-gallery/Manifest
index 3e1bc69619c8..71a48b6566c9 100644
--- a/dev-python/sphinx-gallery/Manifest
+++ b/dev-python/sphinx-gallery/Manifest
@@ -1 +1,2 @@
 DIST sphinx-gallery-0.14.0.tar.gz 408734 BLAKE2B 
f527eb58b565353722d669edf81a667b7c3e784480500ff03b5567b9214c27951438052db3f2dcba92b24e7224d5cd0017bfbe770132dc96ce3427ca463329a8
 SHA512 
c8a69af9dec9adf042214de0cb48d510ebb41d7bc4bb1e5767f3982b0e83d9dfa1a26028d939a1785d3894894d396840e437dc5c196bfc5318152d06240d84b9
+DIST sphinx-gallery-0.15.0.tar.gz 422363 BLAKE2B 
cbca8ec252e03e9cacc0df27da43ebc9bbed8531d5df65bf9cb7f54f7ae8b127582f353cb245bcc459d6fa86240207346a05d777504163d49be0fabb029a172b
 SHA512 
b6b0d5022da9de27417f8cc72ba24f0d51e57f83c68b17a296269b074888a711d61fcf933fbbfaf4d6977702b3f020d4b0eaa89e78e51185ee2dd26e911fe8be

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.15.0.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.15.0.ebuild
new file mode 100644
index ..e4a9b5f96a09
--- /dev/null
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.15.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension to automatically generate an examples gallery"
+HOMEPAGE="
+   https://github.com/sphinx-gallery/sphinx-gallery/
+   https://sphinx-gallery.github.io/
+   https://pypi.org/project/sphinx-gallery/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/joblib[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Internet
+   
sphinx_gallery/tests/test_docs_resolv.py::test_embed_code_links_get_data
+   sphinx_gallery/tests/test_full.py::test_run_sphinx
+   sphinx_gallery/tests/test_full.py::test_embed_links_and_styles
+   # require jupyterlite_sphinx
+   sphinx_gallery/tests/test_full.py
+   sphinx_gallery/tests/test_full_noexec.py
+   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents
+   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents_non_default_contents
+   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents_with_jupyterlite_disabled_via_config
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2023-11-11 Thread Michał Górny
commit: cf62bb59194297a8005c9a49866fc5e8b688cb30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 08:36:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:42:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf62bb59

dev-python/sphinx-autodoc-typehints: Bump to 1.25.2

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-1.25.2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index efd6f95f3eef..7e669bf897ad 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -2,3 +2,4 @@ DIST sphinx_autodoc_typehints-1.24.0.tar.gz 36127 BLAKE2B 
46f9eb12b7327dceaf623b
 DIST sphinx_autodoc_typehints-1.24.1.tar.gz 36436 BLAKE2B 
be1de2ea15dd39f4adb30028849645b69a7f21aec7997a3fd633a5ba606a78e8f095b6a05bc66242003670adf5846c7b444ffd5eead39e0a7836f097ed0a3302
 SHA512 
d79f540939a8e669d0aaf238a213aade330ed46112231adae3ca822afdf5d12178247afc4a2a46938dc49aa73e556d0303db28e2ff48ebf6e26ddf71a7759c4e
 DIST sphinx_autodoc_typehints-1.25.0.tar.gz 36871 BLAKE2B 
1862bd2a0169a74ec342ce6ba1dc5604e84f828fc0d46f3f0d76832ec15d7e8ffad1dc3031fa6e088e82750e4b9ba70f913cba4896ad58e4dbb2a0cfac9da2ea
 SHA512 
ad4410171fd4976fa939a4216769af03cddee136dbf6d02796e16bc577be4734ee80be899b7970a38bc4a581da7de7cba46903c2cd76255cef966e28827e2f72
 DIST sphinx_autodoc_typehints-1.25.1.tar.gz 37019 BLAKE2B 
ef6a9c016c111ae8badced30d1c4b5a1691b2316ebc114ac51b229301670b204dd25ae10bb797a0ce3437dd8f2ae7c8be6a1aded39eed539e7bd0b2c04afbe1f
 SHA512 
3e0aaca0cff346c8ba1b85709b6593a5c6ca1764f1ff56b0cb42ba95d001496de36c127b4d63a7d4f8a87e69beb3423898380c9cd6379b0205c16a91081eea93
+DIST sphinx_autodoc_typehints-1.25.2.tar.gz 37173 BLAKE2B 
cec43a8008e84cbc0cc8f1950d8c8b3aceec139f2c9b8de310620fbd7deab021ebc51caa0ec80421d821287c8f9c304102141eda9e1123496d710ce3d87590a7
 SHA512 
42d14b17e05c46d65fb363f6b640515e1847d1d1b13b9d4707c0e64002e01d974a4c8d06d90f938a149704641926b08755a8c9c1f84883b5841192c7330660a3

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild
new file mode 100644
index ..bfedfcb23611
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension"
+HOMEPAGE="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/
+   https://pypi.org/project/sphinx-autodoc-typehints/
+"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
+"
+# skipping optional test dep on dev-python/nptyping as that package
+# is horribly broken and on its way out
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this package is addicted to Internet
+   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2023-11-10 Thread Michał Górny
commit: ad61594381b54aa730a816bcbc5d3d0e30e03fad
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 10 19:46:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 10 21:10:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad615943

dev-python/sphinx-autodoc-typehints: Bump to 1.25.1

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-1.25.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index ce1e894c4f10..efd6f95f3eef 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1,3 +1,4 @@
 DIST sphinx_autodoc_typehints-1.24.0.tar.gz 36127 BLAKE2B 
46f9eb12b7327dceaf623bcf76a0a58a7805e1e917f4617e0dada7a1f8511af9045acc4f318e0956e1fe43daec9e154f1cc0ba932dd01cc4b45ed968221046bb
 SHA512 
f56aa2f937e1cc0063b1776d4b46e51f9ec390fc07c603ac502e19f7b859815802145f61a1bebd2c7b57ae394549119040a88829ba477cc1e1c2da1ef5782f34
 DIST sphinx_autodoc_typehints-1.24.1.tar.gz 36436 BLAKE2B 
be1de2ea15dd39f4adb30028849645b69a7f21aec7997a3fd633a5ba606a78e8f095b6a05bc66242003670adf5846c7b444ffd5eead39e0a7836f097ed0a3302
 SHA512 
d79f540939a8e669d0aaf238a213aade330ed46112231adae3ca822afdf5d12178247afc4a2a46938dc49aa73e556d0303db28e2ff48ebf6e26ddf71a7759c4e
 DIST sphinx_autodoc_typehints-1.25.0.tar.gz 36871 BLAKE2B 
1862bd2a0169a74ec342ce6ba1dc5604e84f828fc0d46f3f0d76832ec15d7e8ffad1dc3031fa6e088e82750e4b9ba70f913cba4896ad58e4dbb2a0cfac9da2ea
 SHA512 
ad4410171fd4976fa939a4216769af03cddee136dbf6d02796e16bc577be4734ee80be899b7970a38bc4a581da7de7cba46903c2cd76255cef966e28827e2f72
+DIST sphinx_autodoc_typehints-1.25.1.tar.gz 37019 BLAKE2B 
ef6a9c016c111ae8badced30d1c4b5a1691b2316ebc114ac51b229301670b204dd25ae10bb797a0ce3437dd8f2ae7c8be6a1aded39eed539e7bd0b2c04afbe1f
 SHA512 
3e0aaca0cff346c8ba1b85709b6593a5c6ca1764f1ff56b0cb42ba95d001496de36c127b4d63a7d4f8a87e69beb3423898380c9cd6379b0205c16a91081eea93

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.1.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.1.ebuild
new file mode 100644
index ..bfedfcb23611
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension"
+HOMEPAGE="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/
+   https://pypi.org/project/sphinx-autodoc-typehints/
+"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
+"
+# skipping optional test dep on dev-python/nptyping as that package
+# is horribly broken and on its way out
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this package is addicted to Internet
+   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2023-11-09 Thread Michał Górny
commit: d2c3c9d3d34051c76a92495d1dce640dd1bef322
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 10 04:05:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 10 04:05:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c3c9d3

dev-python/sphinx-autodoc-typehints: Bump to 1.25.0

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-1.25.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 84b06f09ace3..ce1e894c4f10 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1,2 +1,3 @@
 DIST sphinx_autodoc_typehints-1.24.0.tar.gz 36127 BLAKE2B 
46f9eb12b7327dceaf623bcf76a0a58a7805e1e917f4617e0dada7a1f8511af9045acc4f318e0956e1fe43daec9e154f1cc0ba932dd01cc4b45ed968221046bb
 SHA512 
f56aa2f937e1cc0063b1776d4b46e51f9ec390fc07c603ac502e19f7b859815802145f61a1bebd2c7b57ae394549119040a88829ba477cc1e1c2da1ef5782f34
 DIST sphinx_autodoc_typehints-1.24.1.tar.gz 36436 BLAKE2B 
be1de2ea15dd39f4adb30028849645b69a7f21aec7997a3fd633a5ba606a78e8f095b6a05bc66242003670adf5846c7b444ffd5eead39e0a7836f097ed0a3302
 SHA512 
d79f540939a8e669d0aaf238a213aade330ed46112231adae3ca822afdf5d12178247afc4a2a46938dc49aa73e556d0303db28e2ff48ebf6e26ddf71a7759c4e
+DIST sphinx_autodoc_typehints-1.25.0.tar.gz 36871 BLAKE2B 
1862bd2a0169a74ec342ce6ba1dc5604e84f828fc0d46f3f0d76832ec15d7e8ffad1dc3031fa6e088e82750e4b9ba70f913cba4896ad58e4dbb2a0cfac9da2ea
 SHA512 
ad4410171fd4976fa939a4216769af03cddee136dbf6d02796e16bc577be4734ee80be899b7970a38bc4a581da7de7cba46903c2cd76255cef966e28827e2f72

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.0.ebuild
new file mode 100644
index ..bfedfcb23611
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension"
+HOMEPAGE="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/
+   https://pypi.org/project/sphinx-autodoc-typehints/
+"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
+"
+# skipping optional test dep on dev-python/nptyping as that package
+# is horribly broken and on its way out
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this package is addicted to Internet
+   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
+)



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

2023-11-09 Thread Michał Górny
commit: ab4c97a307d3e5b4ce959e794cb37f172821d6d8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  9 20:18:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  9 20:19:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4c97a3

dev-python/sphinx-bootstrap-theme: Build demo for testing

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

 .../sphinx-bootstrap-theme-0.8.1.ebuild  | 16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild 
b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
index fd1fab5f0119..7ad4a9965306 100644
--- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
+++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
@@ -4,17 +4,27 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
-HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html;
+HOMEPAGE="
+   https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html
+   https://github.com/ryan-roemer/sphinx-bootstrap-theme/
+   https://pypi.org/project/sphinx-bootstrap-theme/
+"
 SRC_URI="
-   https://github.com/ryan-roemer/${PN}/archive/v${PV}.tar.gz
+   
https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
 "
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
+
+python_test() {
+   cd demo || die
+   "${EPYTHON}" -m sphinx -d "${BUILD_DIR}"/doctrees \
+   -b html source "${BUILD_DIR}"/html || die
+}



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

2023-11-09 Thread Michał Górny
commit: 57e935aa8eee5966387d48e55ab16b3bac2c3470
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  9 20:18:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  9 20:19:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e935aa

dev-python/sphinx-bootstrap-theme: Enable py3.12

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

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

diff --git 
a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild 
b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
index 7ad4a9965306..11ec27c0ee0d 100644
--- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
+++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-11-05 Thread Michał Górny
commit: 89f2935ff0b193bfa72dd451813a337afae71466
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  5 15:20:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  5 15:20:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f2935f

dev-python/sphinx-issues: Enable py3.12

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

 dev-python/sphinx-issues/Manifest  |  2 +-
 dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild | 17 +
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/dev-python/sphinx-issues/Manifest 
b/dev-python/sphinx-issues/Manifest
index 6e6ecc2eef50..5083982df452 100644
--- a/dev-python/sphinx-issues/Manifest
+++ b/dev-python/sphinx-issues/Manifest
@@ -1 +1 @@
-DIST sphinx-issues-3.0.1.tar.gz 12320 BLAKE2B 
770aa19a443bacd489157244f087fdb99740d5eae2f45246ab0fd0596260f249dcf7fb0642acf0a925d1a1def08f6d944a2ec67017334843b636623b05df8327
 SHA512 
dd64e1611eb58fc455bedb1658473fd71e4deab1371d8a42e6fa7fe3b128a991251add12e463b9a5826fd4eb5aa12e9a117dcf953feeb8df980a7951e43d8baa
+DIST sphinx-issues-3.0.1.gh.tar.gz 12320 BLAKE2B 
770aa19a443bacd489157244f087fdb99740d5eae2f45246ab0fd0596260f249dcf7fb0642acf0a925d1a1def08f6d944a2ec67017334843b636623b05df8327
 SHA512 
dd64e1611eb58fc455bedb1658473fd71e4deab1371d8a42e6fa7fe3b128a991251add12e463b9a5826fd4eb5aa12e9a117dcf953feeb8df980a7951e43d8baa

diff --git a/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild 
b/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild
index 77de808c05db..f53077d25122 100644
--- a/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild
+++ b/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild
@@ -4,18 +4,27 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1
 
 DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
-HOMEPAGE="https://github.com/sloria/sphinx-issues;
-SRC_URI="https://github.com/sloria/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="
+   https://github.com/sloria/sphinx-issues/
+   https://pypi.org/project/sphinx-issues/
+"
+SRC_URI="
+   https://github.com/sloria/sphinx-issues/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2023-10-31 Thread Michał Górny
commit: b64902d3ff6c9b00e74dc4307daab3ac091b9893
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 31 17:37:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 31 19:12:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64902d3

dev-python/sphinx-autodoc-typehints: Bump to 1.24.1

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-1.24.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 58886cf2f375..84b06f09ace3 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1 +1,2 @@
 DIST sphinx_autodoc_typehints-1.24.0.tar.gz 36127 BLAKE2B 
46f9eb12b7327dceaf623bcf76a0a58a7805e1e917f4617e0dada7a1f8511af9045acc4f318e0956e1fe43daec9e154f1cc0ba932dd01cc4b45ed968221046bb
 SHA512 
f56aa2f937e1cc0063b1776d4b46e51f9ec390fc07c603ac502e19f7b859815802145f61a1bebd2c7b57ae394549119040a88829ba477cc1e1c2da1ef5782f34
+DIST sphinx_autodoc_typehints-1.24.1.tar.gz 36436 BLAKE2B 
be1de2ea15dd39f4adb30028849645b69a7f21aec7997a3fd633a5ba606a78e8f095b6a05bc66242003670adf5846c7b444ffd5eead39e0a7836f097ed0a3302
 SHA512 
d79f540939a8e669d0aaf238a213aade330ed46112231adae3ca822afdf5d12178247afc4a2a46938dc49aa73e556d0303db28e2ff48ebf6e26ddf71a7759c4e

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.1.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.1.ebuild
new file mode 100644
index ..bfedfcb23611
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension"
+HOMEPAGE="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/
+   https://pypi.org/project/sphinx-autodoc-typehints/
+"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
+"
+# skipping optional test dep on dev-python/nptyping as that package
+# is horribly broken and on its way out
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this package is addicted to Internet
+   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
+)



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

2023-10-28 Thread Michał Górny
commit: e1e6e86b8b061b855a38807a7ef4812480d51498
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 28 18:06:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 28 18:24:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e6e86b

dev-python/sphinx-autoapi: Remove old

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

 dev-python/sphinx-autoapi/Manifest |  1 -
 .../sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/sphinx-autoapi/Manifest 
b/dev-python/sphinx-autoapi/Manifest
index 001eba1ad0ab..568f1fb352dd 100644
--- a/dev-python/sphinx-autoapi/Manifest
+++ b/dev-python/sphinx-autoapi/Manifest
@@ -1,2 +1 @@
-DIST sphinx-autoapi-2.1.1.gh.tar.gz 86463 BLAKE2B 
412a2c35bfddeb951de66648f39416bfed98ef357e540bf7fd85c4b6962cc97145519b98f87ea207580cb69c1b03260eedfb4872a389cd2dfe56bfe9c9868e46
 SHA512 
ec562b89f09b7b42cee283e471ab464e07f071f694fdd906984befab5669bcbe7c5d26e7aa2a81d9c64210680408998cbeade6cd8f6a988c3604e3846160ab2d
 DIST sphinx-autoapi-3.0.0.gh.tar.gz 62951 BLAKE2B 
80c1168b7d6f2d8489139d1daaa00817bf88345b92d962d1b7114ffd078dab5babd00f3837b9a80bd7175f07a50a432be4096140ac3ee8db11d90e1b836cd308
 SHA512 
fece7ff76de1ad4a58d8128d7c1f4c57a91ffbc2fb788f7bf4ce230860e97279f8ddf32d24dee4b961d89807056abd2f621484ff91e13b98b57d7f7a00d1cd4c

diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild 
b/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild
deleted file mode 100644
index 302d0863bb9e..
--- a/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A new approach to API documentation in Sphinx"
-HOMEPAGE="
-   https://sphinx-autoapi.readthedocs.io/
-   https://github.com/readthedocs/sphinx-autoapi/
-   https://pypi.org/project/sphinx-autoapi/
-"
-# sdist is missing docs, as of 2.1.0
-SRC_URI="
-   https://github.com/readthedocs/sphinx-autoapi/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-
-RDEPEND="
-   dev-python/anyascii[${PYTHON_USEDEP}]
-   dev-python/astroid[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-6.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND+="
-   test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )
-"
-
-DOCS=( README.rst CHANGELOG.rst )
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Internet
-   
tests/python/test_pyintegration.py::TestPipeUnionModule::test_integration
-   
"tests/test_integration.py::TestExtensionErrors::test_extension_setup_errors[dotnetexample"
-   )
-
-   distutils-r1_python_test
-}



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

2023-10-28 Thread Arthur Zamarin
commit: a7718a1825807c29c1c740110ba8235c080cc645
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 16:47:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 16:47:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7718a18

dev-python/sphinx-autoapi: Stabilize 3.0.0 ALLARCHES, #916367

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

 dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild 
b/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild
index a127387bece1..58eb769f1889 100644
--- a/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
 
 RDEPEND="
dev-python/anyascii[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-celery/files/, dev-python/sphinx-celery/

2023-10-27 Thread Zac Medico
commit: 6419c207f76b47943212367ba76b5099ccd02497
Author: Marcin Deranek  slonko  net>
AuthorDate: Thu Aug  3 15:49:31 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Oct 28 04:07:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6419c207

dev-python/sphinx-celery: Add placeholder to extlinks

Closes: https://bugs.gentoo.org/911637
Signed-off-by: Marcin Deranek  slonko.net>
Closes: https://github.com/gentoo/gentoo/pull/32156
Signed-off-by: Zac Medico  gentoo.org>

 .../files/sphinx-celery-2.0.0-extlinks.patch   | 41 ++
 ...0.0-r3.ebuild => sphinx-celery-2.0.0-r4.ebuild} |  3 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch 
b/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch
new file mode 100644
index ..a57dce428118
--- /dev/null
+++ b/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch
@@ -0,0 +1,41 @@
+From 46d3ea167e7b6eab24f35354f44822981bc76767 Mon Sep 17 00:00:00 2001
+From: Oleg Hoefling 
+Date: Tue, 23 Aug 2022 15:56:17 +0200
+Subject: [PATCH] add placeholder to each extlinks caption
+
+https://github.com/celery/sphinx_celery/pull/40
+Signed-off-by: Oleg Hoefling 
+---
+ sphinx_celery/conf.py | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/sphinx_celery/conf.py b/sphinx_celery/conf.py
+index b35bc2b..8a6895b 100644
+--- a/sphinx_celery/conf.py
 b/sphinx_celery/conf.py
+@@ -158,20 +158,20 @@
+ 
+ extlinks.setdefault('sha', (
+ 'https://github.com/{0}/commit/%s'.format(github_project),
+-'GitHub SHA@',
++'GitHub SHA@%s',
+ ))
+ extlinks.setdefault('github_branch', (
+ 'https://github.com/{0}/tree/%s'.format(github_project),
+-'GitHub branch',
++'GitHub branch %s',
+ ))
+ extlinks.setdefault('github_user', (
+-'https://github.com/%s/', '@',
++'https://github.com/%s/', '@%s',
+ ))
+ extlinks.setdefault('pypi', (
+-'https://pypi.python.org/pypi/%s/', '',
++'https://pypi.python.org/pypi/%s/', None,
+ ))
+ extlinks.setdefault('wikipedia', (
+-'https://en.wikipedia.org/wiki/%s', '',
++'https://en.wikipedia.org/wiki/%s', None,
+ ))
+ 
+ if not canonical_dev_url:

diff --git a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r3.ebuild 
b/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild
similarity index 83%
rename from dev-python/sphinx-celery/sphinx-celery-2.0.0-r3.ebuild
rename to dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild
index c7091b89ec15..c8dd44e950bb 100644
--- a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r3.ebuild
+++ b/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild
@@ -22,3 +22,6 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
 "
+
+# https://bugs.gentoo.org/show_bug.cgi?id=911637
+PATCHES=( "${FILESDIR}/${P}-extlinks.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-celery/files/

2023-10-27 Thread Zac Medico
commit: 8e5ab972973752e9d14cd99a9a0f83e0fe6c6ea8
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Oct 28 04:02:18 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Oct 28 04:07:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5ab972

dev-python/sphinx-celery: trim patch context

Signed-off-by: Zac Medico  gentoo.org>

 .../files/sphinx-celery-2.0.0-extlinks.patch| 21 +
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch 
b/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch
index a57dce428118..c01e8dde882d 100644
--- a/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch
+++ b/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch
@@ -13,29 +13,18 @@ diff --git a/sphinx_celery/conf.py b/sphinx_celery/conf.py
 index b35bc2b..8a6895b 100644
 --- a/sphinx_celery/conf.py
 +++ b/sphinx_celery/conf.py
-@@ -158,20 +158,20 @@
- 
- extlinks.setdefault('sha', (
- 'https://github.com/{0}/commit/%s'.format(github_project),
+@@ -161 +161 @@
 -'GitHub SHA@',
 +'GitHub SHA@%s',
- ))
- extlinks.setdefault('github_branch', (
- 'https://github.com/{0}/tree/%s'.format(github_project),
+@@ -165 +165 @@
 -'GitHub branch',
 +'GitHub branch %s',
- ))
- extlinks.setdefault('github_user', (
+@@ -168 +168 @@
 -'https://github.com/%s/', '@',
 +'https://github.com/%s/', '@%s',
- ))
- extlinks.setdefault('pypi', (
+@@ -171 +171 @@
 -'https://pypi.python.org/pypi/%s/', '',
 +'https://pypi.python.org/pypi/%s/', None,
- ))
- extlinks.setdefault('wikipedia', (
+@@ -174 +174 @@
 -'https://en.wikipedia.org/wiki/%s', '',
 +'https://en.wikipedia.org/wiki/%s', None,
- ))
- 
- if not canonical_dev_url:



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

2023-10-26 Thread Sam James
commit: 39f5153b5a1794be4b9963119cc90bb2c9c3de85
Author: Paul Zander  gmail  com>
AuthorDate: Wed Oct 11 15:16:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 27 03:15:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f5153b

dev-python/sphinx-press-theme: add KEYWORDS to match media-libs/opencolorio

* media-libs/opencolorio is the consumer at the moment, so march it's
KEYWORDS

Signed-off-by: Paul Zander  gmail.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
index e9672290f15e..5183c4bb3f18 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2023-10-26 Thread Sam James
commit: 2233c7900042b853010d605b36df5db32a663ed3
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 27 02:58:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 27 02:58:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2233c790

Revert "dev-python/sphinx-press-theme: add KEYWORDS to match 
media-libs/opencolorio"

This reverts commit b2333d0ba9bb7bcb3f70b5a3cc3512f92d47665b.

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

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
index 5183c4bb3f18..e9672290f15e 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2023-10-26 Thread Sam James
commit: b2333d0ba9bb7bcb3f70b5a3cc3512f92d47665b
Author: Paul Zander  gmail  com>
AuthorDate: Wed Oct 11 15:16:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 27 02:31:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2333d0b

dev-python/sphinx-press-theme: add KEYWORDS to match media-libs/opencolorio

* media-libs/opencolorio is the consumer at the moment, so march it's
KEYWORDS

Signed-off-by: Paul Zander  gmail.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild 
b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
index e9672290f15e..5183c4bb3f18 100644
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
+++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2023-10-23 Thread Michał Górny
commit: 55d9d2d8236650b8a9cf6c84cc2e7b50381116c8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 05:53:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 05:53:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d9d2d8

dev-python/sphinx-pytest: Remove old

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

 dev-python/sphinx-pytest/Manifest  |  1 -
 .../sphinx-pytest/sphinx-pytest-0.1.1.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/sphinx-pytest/Manifest 
b/dev-python/sphinx-pytest/Manifest
index 4cef5880778a..e42b71406198 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1,2 +1 @@
-DIST sphinx-pytest-0.1.1.gh.tar.gz 6744 BLAKE2B 
f196a9fff7a63d1b7664f334c01f38fc44f5611be012092dad077f27bb2ddf03f2ebb7ebcbf7132a9b8c8b17166673945e9b92e88f285c4c95c4c2a696285cbc
 SHA512 
f3210f8b2413171cc37a38fc66b8be0cd32db1a0aebb979dc9057a861711481fde6b86b7c9548166f906d9483762b864759fb4f7ba5069cda4d9fc12c1e2975c
 DIST sphinx-pytest-0.2.0.gh.tar.gz 6935 BLAKE2B 
a18755669865512ee5ecec46abebf654705efb64165306126144af9df056a829efc5c818abad2477e86edb3da2cb1bf4aadc4e8807cf3c289e29fffa249bbfbf
 SHA512 
dfcbe36c74bf01ff45895893faa11a643b667d277e5f5011978c5cd1404f79d614c6603cf8756ef3e5fec278ea01c6e289cb825725e4e218f75a7bcb12e11bbb

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild
deleted file mode 100644
index 13af7d2d51d2..
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Helpful pytest fixtures for Sphinx extensions"
-HOMEPAGE="
-   https://github.com/sphinx-extensions2/sphinx-pytest/
-   https://pypi.org/project/sphinx_pytest/
-"
-SRC_URI="
-   
https://github.com/sphinx-extensions2/sphinx-pytest/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2023-10-23 Thread Sam James
commit: 8e8a316d6a26eb08743edf50148c7b95e6a6d02e
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 23 18:49:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 23 18:49:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8a316d

dev-python/sphinx-pytest: Stabilize 0.2.0 ALLARCHES, #916166

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

 dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
index 5cf11f8e357d..13af7d2d51d2 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2023-10-22 Thread Michał Górny
commit: c03f16aaad4988dc10fce2383a7252d1213486dd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 23 02:52:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 23 03:05:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03f16aa

dev-python/sphinx-lv2-theme: Bump to 1.4.2

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

 dev-python/sphinx-lv2-theme/Manifest  |  1 +
 .../sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild| 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/sphinx-lv2-theme/Manifest 
b/dev-python/sphinx-lv2-theme/Manifest
index d14a0addb93c..1327a83bbadc 100644
--- a/dev-python/sphinx-lv2-theme/Manifest
+++ b/dev-python/sphinx-lv2-theme/Manifest
@@ -1 +1,2 @@
+DIST sphinx_lv2_theme-1.4.2.tar.gz 14331 BLAKE2B 
3d0e40af9a48c0595b1b99b87ca6fc35a557d0f7543609ab71deb277563c9c460ac6310179f0384510143fa4056bce1c1338e481f812393ffa82e063c14bc067
 SHA512 
51c9cca9cd28878496706a4716ec722b695257392ab09adfbfe70e3dadeb72c7620cdbb56562411e8b99d3af942cec63a346781512ead188c6b2d6eae3623336
 DIST sphinx_lv2_theme-v1.4.0.tar.bz2 10368 BLAKE2B 
c4ef7bb51965ebecb193d13b6d3866db6234bec8387c9e532550cafb14bf404711715f60831912770998e4cd9feb21a7d3ea1d8e987e276ec644ce51f63e6be6
 SHA512 
fba7af83bbc7e47a3a87e7b819cd83009b4b2e04e6280efe56b0f7bc348f784a85f004b7124a5c3704329be95a0432ca690f9675e6b9330ecf493994258ddc8c

diff --git a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild 
b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild
new file mode 100644
index ..5ddaa0365e87
--- /dev/null
+++ b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation 
style"
+HOMEPAGE="
+   https://gitlab.com/lv2/sphinx_lv2_theme/
+   https://pypi.org/project/sphinx-lv2-theme/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"



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

2023-10-22 Thread Michał Górny
commit: 21908eeb4cc5aa4598581690d21305be5af5a621
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 23 02:46:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 23 03:05:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21908eeb

dev-python/sphinx-tabs: Bump to 3.4.4

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

 dev-python/sphinx-tabs/Manifest |  1 +
 dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/sphinx-tabs/Manifest b/dev-python/sphinx-tabs/Manifest
index 741ae43b25cd..85cca3f7fe1c 100644
--- a/dev-python/sphinx-tabs/Manifest
+++ b/dev-python/sphinx-tabs/Manifest
@@ -1 +1,2 @@
 DIST sphinx-tabs-3.4.1.gh.tar.gz 524071 BLAKE2B 
5aecb9c22a298c1347bf82cbbc16709f3f6cd38b0f0f6e4948411f1fdd79ba17d3e75178b8c092df7b8abc812dd4b0102879774708552a062aad0fe0b0653717
 SHA512 
b6079d3ae91479d40aaf35926226eb7dd783de7cec0e721cb13a036fc520bb3afda0dffb0669dc5054fc665125c3620261b1ea7ffe685d5b177bc980e3b4d7e4
+DIST sphinx-tabs-3.4.4.gh.tar.gz 524297 BLAKE2B 
5361006ca99be157f01a7efd6ea50bbd87c1672caf0badbbde11ef832dddfd40232723fc5900a37fdb18112c5e4ddd9717829e96fd6e3afad8205c11c209d439
 SHA512 
365c472e88016e5c2d83a509d617ff13fc2c8c0a35fa9626244de9af2a242c2bbc4941241b3d1d863d261b15967a5694a0edb6c1d5614dce9d72531ea5138e03

diff --git a/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild 
b/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild
new file mode 100644
index ..6980b27acb71
--- /dev/null
+++ b/dev-python/sphinx-tabs/sphinx-tabs-3.4.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tabbed views for Sphinx"
+HOMEPAGE="
+   https://github.com/executablebooks/sphinx-tabs/
+   https://pypi.org/project/sphinx-tabs/
+"
+SRC_URI="
+   https://github.com/executablebooks/sphinx-tabs/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/pytest-regressions[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+
+EPYTEST_DESELECT=(
+   # Unpackaged rinohtype
+   tests/test_build.py::test_rinohtype_pdf
+)
+
+src_prepare() {
+   # annoying, incorrect version limitations
+   sed -i -e '/install_requires/d' setup.py || die
+
+   distutils-r1_src_prepare
+}



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

2023-10-18 Thread Michał Górny
commit: f24a6c1e06b6683d03a38f18477dade2558f5baf
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 18 15:47:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 18 15:47:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24a6c1e

dev-python/sphinx-prompt: Remove old

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

 dev-python/sphinx-prompt/Manifest  |  1 -
 .../sphinx-prompt/sphinx-prompt-1.7.0.ebuild   | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-python/sphinx-prompt/Manifest 
b/dev-python/sphinx-prompt/Manifest
index 8f13824810be..666a3bee910b 100644
--- a/dev-python/sphinx-prompt/Manifest
+++ b/dev-python/sphinx-prompt/Manifest
@@ -1,2 +1 @@
-DIST sphinx-prompt-1.7.0.gh.tar.gz 38317 BLAKE2B 
b042b7821d16ff63d259b73de476f96cafea32345dc98d24a9abb97dd46ecbd6947862ef727b830c27889f4b8a17c30c8dd86a4bddd38294a3a4bca00349bf87
 SHA512 
1b0df502c75ea4cac4e4a5b11c0aa762851b82c39892410c97f0ed45bdd74e5706a580a906d4ebb8c47700324c089c5114eba12cd4617aba37cfea8c338ac9d5
 DIST sphinx-prompt-1.8.0.gh.tar.gz 38424 BLAKE2B 
c469e2acfdad076afd472c30380a59aae4d719edce653794fd4d09a2c8008b7f67642ce2a740fb1408987243ba5d520e28b3dc4d7ec34899de6fcf57f2171456
 SHA512 
1acaa18066537adaab71eb900f0b0fb8041f8f25a9079e171b98b98106d5b7d1885e23bae2c1fd278bbf22c66d17238fbf386cb61fc5725475862aaf86d5701e

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.7.0.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.7.0.ebuild
deleted file mode 100644
index 73c1038e9aa4..
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.7.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx directive to add unselectable prompt"
-HOMEPAGE="
-   https://github.com/sbrunner/sphinx-prompt/
-   https://pypi.org/project/sphinx-prompt/
-"
-SRC_URI="
-   https://github.com/sbrunner/sphinx-prompt/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # upstream repeatedly fails to update version number
-   # also pins all dependencies to exact versions, sigh
-   sed -i \
-   -e "/^version =/s:[0-9.]\+:${PV}:" \
-   -e '/^\[tool\.poetry\.dependencies\]$/,$s:"[0-9.]\+:"*:' \
-   pyproject.toml || die
-
-   distutils-r1_python_prepare_all
-}



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

2023-10-18 Thread Sam James
commit: e543cabbf3c19bfc32f1bfd627ab027bfd8e8c5b
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 09:01:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 09:01:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e543cabb

dev-python/sphinx-prompt: Stabilize 1.8.0 ALLARCHES, #915936

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

 dev-python/sphinx-prompt/sphinx-prompt-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.8.0.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.8.0.ebuild
index 81b0e33877a4..f2c06681099c 100644
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.8.0.ebuild
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.8.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2023-10-06 Thread Michał Górny
commit: 8b6ed76f75dbbd7c4dcc0521b2677ea0745db499
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 17:47:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 18:12:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6ed76f

dev-python/sphinx: Remove old

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

 dev-python/sphinx/Manifest|   1 -
 dev-python/sphinx/sphinx-6.2.1.ebuild | 129 --
 2 files changed, 130 deletions(-)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index 94e389090067..aa8c8615a5e3 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,2 +1 @@
-DIST sphinx-6.2.1.gh.tar.gz 6729925 BLAKE2B 
621ead516dc17cc632e9e752b56b5432547b6a051ede353d690dca0769664fc1c1335ec948f4035cb8c4307a563b4928d2587de3f3ec8d89dacf829a8fd5b95f
 SHA512 
ba56fb9672dc2e156b6cfd0fc2252a989d44b199946a371ec5f1cda5840836b3a58e267ac0973f522479b472dbb07c6c2d7ae6b0c63c9adfbe82d36bd59a9465
 DIST sphinx-7.2.6.gh.tar.gz 7067425 BLAKE2B 
4da1cb5ccebea4df0dc134c552311d7b70ce9b76424ea4355ad67b1ece60c9b445e56c96b838832d4df2f50940832b3fa9555b596390464a4017a573bcf514c3
 SHA512 
204e859318ad5044639f2e682098b07c7cc675b54ba801feeb3322290bfd15316cc15a2cae8fa6a55e6ec6d1e9690790e5402652eb04720bfe96e172f4c8bdbc

diff --git a/dev-python/sphinx/sphinx-6.2.1.ebuild 
b/dev-python/sphinx/sphinx-6.2.1.ebuild
deleted file mode 100644
index d2f198198449..
--- a/dev-python/sphinx/sphinx-6.2.1.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python documentation generator"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinx/
-   https://pypi.org/project/Sphinx/
-"
-SRC_URI="
-   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE="doc latex"
-
-RDEPEND="
-   =dev-python/Babel-2.9[${PYTHON_USEDEP}]
-   =dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
-   >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.13[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
-   >=dev-python/snowballstemmer-2.0[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-   latex? (
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-luatex
-   app-text/dvipng
-   )
-   !dev-python/namespace-sphinxcontrib
-"
-BDEPEND="
-   doc? (
-   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
-   media-gfx/graphviz
-   )
-   test? (
-   app-text/dvipng
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/filelock[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-luatex
-   virtual/imagemagick-tools[jpeg,png,svg]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
-   "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # disable internet access
-   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
-   doc/conf.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   # we can't use distutils_enable_sphinx because it would
-   # introduce a dep on itself
-   use doc && build_sphinx doc
-}
-
-python_test() {
-   mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
-   local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
-
-   local EPYTEST_DESELECT=(
-   # these tests require Internet access
-   tests/test_build_latex.py::test_latex_images
-   tests/test_build_linkcheck.py::test_defaults
-   tests/test_build_linkcheck.py::test_defaults_json
-   tests/test_build_linkcheck.py::test_anchors_ignored
-   # TODO
-   tests/test_ext_autodoc_autoclass.py::test_classes
-   

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

2023-10-06 Thread Michał Górny
commit: c342de2106e3536557bdecd1ff28ac5eaefd716f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 15:11:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 15:11:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c342de21

dev-python/sphinx: Remove old

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

 dev-python/sphinx/Manifest|   2 -
 dev-python/sphinx/sphinx-7.1.2.ebuild | 132 --
 dev-python/sphinx/sphinx-7.2.5.ebuild | 125 
 3 files changed, 259 deletions(-)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index 2579eda6b232..94e389090067 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,4 +1,2 @@
 DIST sphinx-6.2.1.gh.tar.gz 6729925 BLAKE2B 
621ead516dc17cc632e9e752b56b5432547b6a051ede353d690dca0769664fc1c1335ec948f4035cb8c4307a563b4928d2587de3f3ec8d89dacf829a8fd5b95f
 SHA512 
ba56fb9672dc2e156b6cfd0fc2252a989d44b199946a371ec5f1cda5840836b3a58e267ac0973f522479b472dbb07c6c2d7ae6b0c63c9adfbe82d36bd59a9465
-DIST sphinx-7.1.2.gh.tar.gz 6882028 BLAKE2B 
3ceabcb688824d929a5258978433b46a31666f423941dbed7641c7017745c4beb8b215714e1aa9c8a8b251bc4be1f5a7e80680a498ed808ed07178219dc31b65
 SHA512 
26827a6fa955665bc3b26ab882933eadcadf9a055bad9e8c98ca80a79a062ea8102950bbd4974b168c2bda62ae437976cf787401816c0804aa533f65a91efc24
-DIST sphinx-7.2.5.gh.tar.gz 7067300 BLAKE2B 
27e0c7f8916e36990e214f4c5013434ff0e1e0045513efdf4b16eb56f0865d4cb52db802a41e7f62cc18aae58457d03be6720c129854cc63f35a7537b361ba2d
 SHA512 
6006ebd8d9034ef9bcb4963dcc1029503b4f9895d65c550cdbf0cbb898759127cca66079849703e17cae8420ed7cc43f6bd567b5cfa8127fb9d3be916be52c93
 DIST sphinx-7.2.6.gh.tar.gz 7067425 BLAKE2B 
4da1cb5ccebea4df0dc134c552311d7b70ce9b76424ea4355ad67b1ece60c9b445e56c96b838832d4df2f50940832b3fa9555b596390464a4017a573bcf514c3
 SHA512 
204e859318ad5044639f2e682098b07c7cc675b54ba801feeb3322290bfd15316cc15a2cae8fa6a55e6ec6d1e9690790e5402652eb04720bfe96e172f4c8bdbc

diff --git a/dev-python/sphinx/sphinx-7.1.2.ebuild 
b/dev-python/sphinx/sphinx-7.1.2.ebuild
deleted file mode 100644
index acf7a371b198..
--- a/dev-python/sphinx/sphinx-7.1.2.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python documentation generator"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinx/
-   https://pypi.org/project/Sphinx/
-"
-SRC_URI="
-   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE="doc latex"
-
-RDEPEND="
-   =dev-python/Babel-2.9[${PYTHON_USEDEP}]
-   =dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
-   >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.13[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
-   >=dev-python/snowballstemmer-2.0[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-   latex? (
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-luatex
-   app-text/dvipng
-   )
-   !dev-python/namespace-sphinxcontrib
-"
-BDEPEND="
-   doc? (
-   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
-   media-gfx/graphviz
-   )
-   test? (
-   app-text/dvipng
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/filelock[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-luatex
-   virtual/imagemagick-tools[jpeg,png,svg]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
-   "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # disable internet access
-   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
-   doc/conf.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   # we can't use 

[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/

2023-10-06 Thread Michał Górny
commit: 586356820d981e6a00e04f4cf36d9a547929b7a9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 15:01:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 15:07:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58635682

dev-python/sphinx-notfound-page: Remove old

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

 dev-python/sphinx-notfound-page/Manifest   |  1 -
 .../sphinx-notfound-page-0.8.3.ebuild  | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/sphinx-notfound-page/Manifest 
b/dev-python/sphinx-notfound-page/Manifest
index 9c02a2a4..9e83ebdcb588 100644
--- a/dev-python/sphinx-notfound-page/Manifest
+++ b/dev-python/sphinx-notfound-page/Manifest
@@ -1,2 +1 @@
-DIST sphinx-notfound-page-0.8.3.gh.tar.gz 59219 BLAKE2B 
cdb95906dba4d51aee88b220f094204575f2800737f160c7c028033002d41d2c793a91e1c61101f7c7c960ddf3b4d2ef83fbd285dd73ff5aed6c6c933b1fc1e7
 SHA512 
8d43ccfd3f83ff25b7a20ee3f5352489092dc641b4a794199c06c0971078a132a42b05c85588508ec38487f2915eedec98c2deac02d6c4576828be2fbc7f13b0
 DIST sphinx-notfound-page-1.0.0.gh.tar.gz 543729 BLAKE2B 
87da323277a38b20d43fa23e67528fee9530a243aa557a2be279a4a6877ac18bc36546beba0c6cc4ff598410d4be3a4337c7508005064df52867dca2675c8a3d
 SHA512 
e9d235fb0461ee9f349a57d37caeaf4cb4ec5faab7e731067e69467bf0990d5c5ce31d024fe2ac531fb84f49a4e2e74092ce09d5977135c759669523fc59ab4e

diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.3.ebuild 
b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.3.ebuild
deleted file mode 100644
index 3ee989f3eea4..
--- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded"
-HOMEPAGE="
-   https://sphinx-notfound-page.readthedocs.io/
-   https://github.com/readthedocs/sphinx-notfound-page/
-   https://pypi.org/project/sphinx-notfound-page/
-"
-SRC_URI="
-   https://github.com/readthedocs/sphinx-notfound-page/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # calls sphinx-build directly, works around venv
-   tests/test_urls.py::test_parallel_build
-)



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

2023-10-06 Thread Sam James
commit: d701245d40b23a1fceacdfce507281ace087a868
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:54:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:54:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d701245d

dev-python/sphinx: Stabilize 7.2.6 ALLARCHES, #915303

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

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

diff --git a/dev-python/sphinx/sphinx-7.2.6.ebuild 
b/dev-python/sphinx/sphinx-7.2.6.ebuild
index 64c8ee42ce53..8b4651d984c4 100644
--- a/dev-python/sphinx/sphinx-7.2.6.ebuild
+++ b/dev-python/sphinx/sphinx-7.2.6.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="doc latex"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/

2023-10-06 Thread Sam James
commit: 1f828fcfe2b27697606d55bef49275fc819d082d
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:09:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:09:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f828fcf

dev-python/sphinx-notfound-page: Stabilize 1.0.0 ALLARCHES, #915301

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

 dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.0.ebuild 
b/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.0.ebuild
index f811d8c620b2..38d9464d65f8 100644
--- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.0.ebuild
+++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 RDEPEND="
>=dev-python/sphinx-5[${PYTHON_USEDEP}]



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

2023-09-27 Thread Michał Górny
commit: 1979ebf8ce820e0085d7af2d9de22c7592ca5aca
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 27 07:20:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 27 07:20:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1979ebf8

dev-python/sphinx-autoapi: Enable py3.12

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

 dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild 
b/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild
index 4d947a10f8b8..a127387bece1 100644
--- a/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-09-27 Thread Michał Górny
commit: 4b3579572294710db2b077cf328edac110fd4c30
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 27 07:14:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 27 07:18:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b357957

dev-python/sphinx-autoapi: Bump to 3.0.0

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

 dev-python/sphinx-autoapi/Manifest |  1 +
 .../sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/sphinx-autoapi/Manifest 
b/dev-python/sphinx-autoapi/Manifest
index 573cbb5738d2..001eba1ad0ab 100644
--- a/dev-python/sphinx-autoapi/Manifest
+++ b/dev-python/sphinx-autoapi/Manifest
@@ -1 +1,2 @@
 DIST sphinx-autoapi-2.1.1.gh.tar.gz 86463 BLAKE2B 
412a2c35bfddeb951de66648f39416bfed98ef357e540bf7fd85c4b6962cc97145519b98f87ea207580cb69c1b03260eedfb4872a389cd2dfe56bfe9c9868e46
 SHA512 
ec562b89f09b7b42cee283e471ab464e07f071f694fdd906984befab5669bcbe7c5d26e7aa2a81d9c64210680408998cbeade6cd8f6a988c3604e3846160ab2d
+DIST sphinx-autoapi-3.0.0.gh.tar.gz 62951 BLAKE2B 
80c1168b7d6f2d8489139d1daaa00817bf88345b92d962d1b7114ffd078dab5babd00f3837b9a80bd7175f07a50a432be4096140ac3ee8db11d90e1b836cd308
 SHA512 
fece7ff76de1ad4a58d8128d7c1f4c57a91ffbc2fb788f7bf4ce230860e97279f8ddf32d24dee4b961d89807056abd2f621484ff91e13b98b57d7f7a00d1cd4c

diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild 
b/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild
new file mode 100644
index ..4d947a10f8b8
--- /dev/null
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-3.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A new approach to API documentation in Sphinx"
+HOMEPAGE="
+   https://sphinx-autoapi.readthedocs.io/
+   https://github.com/readthedocs/sphinx-autoapi/
+   https://pypi.org/project/sphinx-autoapi/
+"
+# sdist is missing docs, as of 2.1.0
+SRC_URI="
+   https://github.com/readthedocs/sphinx-autoapi/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/anyascii[${PYTHON_USEDEP}]
+   >=dev-python/astroid-3.0.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-6.1.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND+="
+   test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )
+"
+
+DOCS=( README.rst CHANGELOG.rst )
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Internet
+   
tests/python/test_pyintegration.py::TestPipeUnionModule::test_integration
+   
"tests/test_integration.py::TestExtensionErrors::test_extension_setup_errors[dotnetexample"
+   )
+
+   distutils-r1_python_test
+}



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

2023-09-25 Thread Michał Górny
commit: ef94cbde9f3ad4a9c13c69f867e0d9c2119e247b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 18:52:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 18:57:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef94cbde

dev-python/sphinx-gallery: Remove old

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

 dev-python/sphinx-gallery/Manifest |  1 -
 .../sphinx-gallery/sphinx-gallery-0.13.0.ebuild| 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/sphinx-gallery/Manifest 
b/dev-python/sphinx-gallery/Manifest
index 8943418154a6..3e1bc69619c8 100644
--- a/dev-python/sphinx-gallery/Manifest
+++ b/dev-python/sphinx-gallery/Manifest
@@ -1,2 +1 @@
-DIST sphinx-gallery-0.13.0.tar.gz 403284 BLAKE2B 
fac67eab0c49a756f4b73b05434c80b5876d241afae66bfd4d2f50b5ffb715f03da3e87146531c90632ecef0d092c5d087c3ada0d01a6df21c8032b3b60d1890
 SHA512 
26168e25ff46a34d7cf1d2d70e59d5e81bab6e57ec497f2a6e55e5356fb832b8fefc5a19976cc4fb495fdc1ef8b44a33de93cc7a6f376f72c9dbcaa94ed723ef
 DIST sphinx-gallery-0.14.0.tar.gz 408734 BLAKE2B 
f527eb58b565353722d669edf81a667b7c3e784480500ff03b5567b9214c27951438052db3f2dcba92b24e7224d5cd0017bfbe770132dc96ce3427ca463329a8
 SHA512 
c8a69af9dec9adf042214de0cb48d510ebb41d7bc4bb1e5767f3982b0e83d9dfa1a26028d939a1785d3894894d396840e437dc5c196bfc5318152d06240d84b9

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.13.0.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.13.0.ebuild
deleted file mode 100644
index 1d0ba5bfa967..
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.13.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sphinx extension to automatically generate an examples gallery"
-HOMEPAGE="
-   https://github.com/sphinx-gallery/sphinx-gallery/
-   https://sphinx-gallery.github.io/
-   https://pypi.org/project/sphinx-gallery/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/joblib[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:--cov-report= --cov=sphinx_gallery::' setup.cfg || die
-   distutils-r1_src_prepare
-}
-
-EPYTEST_DESELECT=(
-   # Internet
-   sphinx_gallery/tests/test_docs_resolv.py::test_embed_code_links_get_data
-   sphinx_gallery/tests/test_full.py::test_run_sphinx
-   sphinx_gallery/tests/test_full.py::test_embed_links_and_styles
-   # require jupyterlite_sphinx
-   sphinx_gallery/tests/test_full.py
-   sphinx_gallery/tests/test_full_noexec.py
-   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents
-   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents_non_default_contents
-   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents_with_jupyterlite_disabled_via_config
-)



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

2023-09-25 Thread Michał Górny
commit: 91b3e3b8a8d2ecb40b5f7e8dd7f94e7459086587
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 18:46:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 18:46:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b3e3b8

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

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

 dev-python/sphinx-rtd-theme/Manifest   |  1 -
 .../sphinx-rtd-theme-1.2.2-r1.ebuild   | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index cc0c14a140ac..5ecf40944556 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1,2 +1 @@
-DIST sphinx_rtd_theme-1.2.2.tar.gz 2784122 BLAKE2B 
af738c99a2406daa0372171a34c78ee14e955fee589ba49811ea50fd2cd431367fde4d6a34d9e4f532d1ed6d079b1cebf4bb390b573fb5fe9cfc8f02b838
 SHA512 
44272272ce14387c1252ec40325ff8f9b40da6e37206333a8e0831cdce76c45efe58cf28f08132188d2799527a40e4ead881e856a123921b1cd908dd17fe
 DIST sphinx_rtd_theme-1.3.0.tar.gz 2785069 BLAKE2B 
f9849a72941024de7537a3517e226e2cdc6b2067e043bcdf8bbb4cc29cdf8b0be67121f721d92d30ffccea367af62ff0ce71d5d00d8eafbb65a2ebf4ef8e5159
 SHA512 
41e8ebffd057c1c6efb41a05547067016e73047a1894340df92bb7e4232559de15b200f57a34cf1cf9f66e4af7019d66d12939a68d3b2b46460a1794a10fc32e

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2-r1.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2-r1.ebuild
deleted file mode 100644
index ef0aa53cebdb..
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ReadTheDocs.org theme for Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/sphinx_rtd_theme/
-   https://pypi.org/project/sphinx-rtd-theme/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-jquery-4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove upper bounds
-   sed -i -e 's:,\?<[0-9.]*::' setup.cfg || die
-   distutils-r1_src_prepare
-
-   # CI=1 disables rebuilding webpack that requires npm use
-   # yes, that surely makes sense
-   export CI=1
-}



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

2023-09-25 Thread Arthur Zamarin
commit: 725a6397dbb2a8507a6f357d6f80dc1d59eb3d53
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 25 17:43:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 25 17:43:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725a6397

dev-python/sphinx-gallery: Stabilize 0.14.0 ALLARCHES, #914695

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

 dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild
index 2dbbb033b4d7..6b158c7b0aec 100644
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.14.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]



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

2023-09-25 Thread Arthur Zamarin
commit: f58df3b4811852cf9dc209f63e513f11d212f900
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 25 16:53:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 25 16:53:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58df3b4

dev-python/sphinx-rtd-theme: Stabilize 1.3.0 ALLARCHES, #914697

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

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

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild
index 247f5a56e50d..ef0aa53cebdb 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2023-09-20 Thread Michał Górny
commit: fcb4fd69be482330c6cb2686443eff06a53ccfb8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 21 05:21:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 21 05:28:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb4fd69

dev-python/sphinx-pytest: Bump to 0.2.0

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

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

diff --git a/dev-python/sphinx-pytest/Manifest 
b/dev-python/sphinx-pytest/Manifest
index c4353293bdc7..4cef5880778a 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1 +1,2 @@
 DIST sphinx-pytest-0.1.1.gh.tar.gz 6744 BLAKE2B 
f196a9fff7a63d1b7664f334c01f38fc44f5611be012092dad077f27bb2ddf03f2ebb7ebcbf7132a9b8c8b17166673945e9b92e88f285c4c95c4c2a696285cbc
 SHA512 
f3210f8b2413171cc37a38fc66b8be0cd32db1a0aebb979dc9057a861711481fde6b86b7c9548166f906d9483762b864759fb4f7ba5069cda4d9fc12c1e2975c
+DIST sphinx-pytest-0.2.0.gh.tar.gz 6935 BLAKE2B 
a18755669865512ee5ecec46abebf654705efb64165306126144af9df056a829efc5c818abad2477e86edb3da2cb1bf4aadc4e8807cf3c289e29fffa249bbfbf
 SHA512 
dfcbe36c74bf01ff45895893faa11a643b667d277e5f5011978c5cd1404f79d614c6603cf8756ef3e5fec278ea01c6e289cb825725e4e218f75a7bcb12e11bbb

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
new file mode 100644
index ..5cf11f8e357d
--- /dev/null
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Helpful pytest fixtures for Sphinx extensions"
+HOMEPAGE="
+   https://github.com/sphinx-extensions2/sphinx-pytest/
+   https://pypi.org/project/sphinx_pytest/
+"
+SRC_URI="
+   
https://github.com/sphinx-extensions2/sphinx-pytest/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2023-09-17 Thread Michał Górny
commit: 3dd264898a2570bac254756a0d242631a02e49bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 17 13:14:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 17 13:35:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd26489

dev-python/sphinx-prompt: Bump to 1.8.0

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

 dev-python/sphinx-prompt/Manifest  |  1 +
 .../sphinx-prompt/sphinx-prompt-1.8.0.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/sphinx-prompt/Manifest 
b/dev-python/sphinx-prompt/Manifest
index c7f963b5b191..8f13824810be 100644
--- a/dev-python/sphinx-prompt/Manifest
+++ b/dev-python/sphinx-prompt/Manifest
@@ -1 +1,2 @@
 DIST sphinx-prompt-1.7.0.gh.tar.gz 38317 BLAKE2B 
b042b7821d16ff63d259b73de476f96cafea32345dc98d24a9abb97dd46ecbd6947862ef727b830c27889f4b8a17c30c8dd86a4bddd38294a3a4bca00349bf87
 SHA512 
1b0df502c75ea4cac4e4a5b11c0aa762851b82c39892410c97f0ed45bdd74e5706a580a906d4ebb8c47700324c089c5114eba12cd4617aba37cfea8c338ac9d5
+DIST sphinx-prompt-1.8.0.gh.tar.gz 38424 BLAKE2B 
c469e2acfdad076afd472c30380a59aae4d719edce653794fd4d09a2c8008b7f67642ce2a740fb1408987243ba5d520e28b3dc4d7ec34899de6fcf57f2171456
 SHA512 
1acaa18066537adaab71eb900f0b0fb8041f8f25a9079e171b98b98106d5b7d1885e23bae2c1fd278bbf22c66d17238fbf386cb61fc5725475862aaf86d5701e

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.8.0.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.8.0.ebuild
new file mode 100644
index ..81b0e33877a4
--- /dev/null
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.8.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx directive to add unselectable prompt"
+HOMEPAGE="
+   https://github.com/sbrunner/sphinx-prompt/
+   https://pypi.org/project/sphinx-prompt/
+"
+SRC_URI="
+   https://github.com/sbrunner/sphinx-prompt/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # version number relies on git repo, sigh
+   # also all dependencies are pinned to exact versions, sigh
+   # also huge hack to install package as "sphinx-prompt", sigh
+   sed -i \
+   -e "/^version =/s:[0-9.]\+:${PV}:" \
+   -e '/^\[tool\.poetry\.dependencies\]$/,$s:"[0-9.]\+:"*:' \
+   -e '/include.*sphinx-prompt/d' \
+   pyproject.toml || die
+
+   distutils-r1_python_prepare_all
+}



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

2023-09-14 Thread Michał Górny
commit: af1306c80841aef0d8bb0d2462ec9da4d8fe492b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 14 05:43:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 14 05:43:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1306c8

dev-python/sphinx: Bump to 7.2.6

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

 dev-python/sphinx/Manifest|   1 +
 dev-python/sphinx/sphinx-7.2.6.ebuild | 132 ++
 2 files changed, 133 insertions(+)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index 8004396384f8..2579eda6b232 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,3 +1,4 @@
 DIST sphinx-6.2.1.gh.tar.gz 6729925 BLAKE2B 
621ead516dc17cc632e9e752b56b5432547b6a051ede353d690dca0769664fc1c1335ec948f4035cb8c4307a563b4928d2587de3f3ec8d89dacf829a8fd5b95f
 SHA512 
ba56fb9672dc2e156b6cfd0fc2252a989d44b199946a371ec5f1cda5840836b3a58e267ac0973f522479b472dbb07c6c2d7ae6b0c63c9adfbe82d36bd59a9465
 DIST sphinx-7.1.2.gh.tar.gz 6882028 BLAKE2B 
3ceabcb688824d929a5258978433b46a31666f423941dbed7641c7017745c4beb8b215714e1aa9c8a8b251bc4be1f5a7e80680a498ed808ed07178219dc31b65
 SHA512 
26827a6fa955665bc3b26ab882933eadcadf9a055bad9e8c98ca80a79a062ea8102950bbd4974b168c2bda62ae437976cf787401816c0804aa533f65a91efc24
 DIST sphinx-7.2.5.gh.tar.gz 7067300 BLAKE2B 
27e0c7f8916e36990e214f4c5013434ff0e1e0045513efdf4b16eb56f0865d4cb52db802a41e7f62cc18aae58457d03be6720c129854cc63f35a7537b361ba2d
 SHA512 
6006ebd8d9034ef9bcb4963dcc1029503b4f9895d65c550cdbf0cbb898759127cca66079849703e17cae8420ed7cc43f6bd567b5cfa8127fb9d3be916be52c93
+DIST sphinx-7.2.6.gh.tar.gz 7067425 BLAKE2B 
4da1cb5ccebea4df0dc134c552311d7b70ce9b76424ea4355ad67b1ece60c9b445e56c96b838832d4df2f50940832b3fa9555b596390464a4017a573bcf514c3
 SHA512 
204e859318ad5044639f2e682098b07c7cc675b54ba801feeb3322290bfd15316cc15a2cae8fa6a55e6ec6d1e9690790e5402652eb04720bfe96e172f4c8bdbc

diff --git a/dev-python/sphinx/sphinx-7.2.6.ebuild 
b/dev-python/sphinx/sphinx-7.2.6.ebuild
new file mode 100644
index ..64c8ee42ce53
--- /dev/null
+++ b/dev-python/sphinx/sphinx-7.2.6.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinx/
+   https://pypi.org/project/Sphinx/
+"
+SRC_URI="
+   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc latex"
+
+RDEPEND="
+   =dev-python/Babel-2.9[${PYTHON_USEDEP}]
+   =dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
+   >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
+   >=dev-python/snowballstemmer-2.0[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-serializinghtml-1.1.9[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
+   latex? (
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   app-text/dvipng
+   )
+   !dev-python/namespace-sphinxcontrib
+"
+BDEPEND="
+   doc? (
+   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+   )
+   test? (
+   app-text/dvipng
+   >=dev-python/cython-3.0.0[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-67.0[${PYTHON_USEDEP}]
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   virtual/imagemagick-tools[jpeg,png,svg]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
+   "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # disable internet access
+   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
+   doc/conf.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # we can't use 

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

2023-09-11 Thread Michał Górny
commit: 19a2b1d42509ae41fab0b6bbecf19d7bc0486622
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 11 14:07:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 11 14:07:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a2b1d4

dev-python/sphinx: Remove old

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

 dev-python/sphinx/Manifest|   7 --
 dev-python/sphinx/sphinx-7.0.1.ebuild | 130 --
 dev-python/sphinx/sphinx-7.1.0.ebuild | 130 --
 dev-python/sphinx/sphinx-7.1.1.ebuild | 130 --
 dev-python/sphinx/sphinx-7.2.0.ebuild | 128 -
 dev-python/sphinx/sphinx-7.2.2.ebuild | 123 
 dev-python/sphinx/sphinx-7.2.3.ebuild | 125 
 dev-python/sphinx/sphinx-7.2.4.ebuild | 125 
 8 files changed, 898 deletions(-)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index eaf952976005..8004396384f8 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,10 +1,3 @@
 DIST sphinx-6.2.1.gh.tar.gz 6729925 BLAKE2B 
621ead516dc17cc632e9e752b56b5432547b6a051ede353d690dca0769664fc1c1335ec948f4035cb8c4307a563b4928d2587de3f3ec8d89dacf829a8fd5b95f
 SHA512 
ba56fb9672dc2e156b6cfd0fc2252a989d44b199946a371ec5f1cda5840836b3a58e267ac0973f522479b472dbb07c6c2d7ae6b0c63c9adfbe82d36bd59a9465
-DIST sphinx-7.0.1.gh.tar.gz 6712916 BLAKE2B 
7e30804eb5c24559c8ca30e5d8943ad78b426f94c3008ec74de6a541a71a7835d4e83dd69d84df04778f6246840209847ce103863b4dd4109e01bc3a5a50fd84
 SHA512 
6489778c4953b2c2d9972fa3f07fdb3b361b441e2c9f47282ec9c47f70446e3df66e434690ba816cc6f98838056001d2518f9bd1235e8b07ddba3c1d03a57b76
-DIST sphinx-7.1.0.gh.tar.gz 6882321 BLAKE2B 
dfa644b33e0dc97acb04470da452f184cdc377e0c07a58e2e504b425becbc114eac503559ceb7dc81b54d31e89587a8f8f3ecb11df073a949f08d0281ca21a3c
 SHA512 
707a9f36e7c8f0dd0f0f6c3d81dff67e3c996fb8b9daac0eec240200828347ddfde3d374ca45286cd41bdc6a88d89012b606b217304f41b71661ee0d4acc9bbe
-DIST sphinx-7.1.1.gh.tar.gz 6881907 BLAKE2B 
4c73fbcd14c962ead0b15de5f36f6101ce1958aae26dffe055e7d9546eea4f998e53b97f3d27f55521d689e13b8524a03443858151968f33fcab1704cbb1319c
 SHA512 
43fb78dbd51b25d50ce2f22b40c6e784200a0195e5a00b793b577bf2b2e8db28dd73f031dd6991e835a997de22781541e8239c73ddd36a6b5b8c1c367dcac3d1
 DIST sphinx-7.1.2.gh.tar.gz 6882028 BLAKE2B 
3ceabcb688824d929a5258978433b46a31666f423941dbed7641c7017745c4beb8b215714e1aa9c8a8b251bc4be1f5a7e80680a498ed808ed07178219dc31b65
 SHA512 
26827a6fa955665bc3b26ab882933eadcadf9a055bad9e8c98ca80a79a062ea8102950bbd4974b168c2bda62ae437976cf787401816c0804aa533f65a91efc24
-DIST sphinx-7.2.0.gh.tar.gz 7060825 BLAKE2B 
c911e49903b3682a08271871ec79b907f41a581b21eeef26dfdeccdd3acbf9744ac25233095f3036f3061231407e29653dc3dfbbb0b1ba3fa4f5db44dda7d8c2
 SHA512 
282c53a2fc8533a99455aca49ab0ebc75b5fdfe5fea9c72bbf1d85d67843bce7cd14ee375a1f1bcd16863bd9f8a072a13364720ae8e84adbaecae1dbec6bfae9
-DIST sphinx-7.2.2.gh.tar.gz 7061263 BLAKE2B 
71b9ad7240bc487efb5fa446799aa3d7dd1fd24eb3340ec27b8642ee4eb464de1941912e4106f1d1038c04a8b98cfd782f336b8cf4d7a3a24b858931262ac66c
 SHA512 
a15232c6e50ea2263e9dc6ece79e906d787e541e6a5d0c85c8c9a6a50dd0c95da3743023928be1b05cccdcf79c67f1d5b16ad300e5d67da2a511e81a2c54608f
-DIST sphinx-7.2.3.gh.tar.gz 7063906 BLAKE2B 
346ac3de17ae02b9b5167f3a13bf52ead9712b3ef2e71fc3d63882ff413e48b2b3c6688cc1eef9545193ef51ac0a1a0d56dad4442b8c8c79ae0b91159510486b
 SHA512 
1bafc21415e606430da178e1ea43e6abb8ab24fdef0f4f94a049cde32d6dead71417454195fa23c00f674ef50b2ee903a9fd31d817d4c49fcfbcd06cfa4b4835
-DIST sphinx-7.2.4.gh.tar.gz 7064614 BLAKE2B 
806717bf44b4d78cb28f0a0255d8be82260222c4d9f6bdc9d00269037b67725efd076a174f8863f8310a1a03809628f28e19599e2a24fb4235abefc68ea29c9d
 SHA512 
18f926f34042a1b85d42f62ac684d75472422fd21d33f1f06c8ccc4d8ab27edee27f6252e1515d9ab2789273e928548d9452f6e9b8ee31f8344d6a2782d65057
 DIST sphinx-7.2.5.gh.tar.gz 7067300 BLAKE2B 
27e0c7f8916e36990e214f4c5013434ff0e1e0045513efdf4b16eb56f0865d4cb52db802a41e7f62cc18aae58457d03be6720c129854cc63f35a7537b361ba2d
 SHA512 
6006ebd8d9034ef9bcb4963dcc1029503b4f9895d65c550cdbf0cbb898759127cca66079849703e17cae8420ed7cc43f6bd567b5cfa8127fb9d3be916be52c93

diff --git a/dev-python/sphinx/sphinx-7.0.1.ebuild 
b/dev-python/sphinx/sphinx-7.0.1.ebuild
deleted file mode 100644
index ee657d1a8aa1..
--- a/dev-python/sphinx/sphinx-7.0.1.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python documentation generator"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinx/
-   https://pypi.org/project/Sphinx/
-"
-SRC_URI="
-   

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

2023-09-11 Thread Michał Górny
commit: bc17bbae0cd0f3873bbfb1d8d72ed94f302837ef
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 11 14:05:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 11 14:05:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc17bbae

dev-python/sphinx: Remove old

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

 dev-python/sphinx/Manifest|   1 -
 dev-python/sphinx/sphinx-5.3.0.ebuild | 125 --
 2 files changed, 126 deletions(-)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index 478df0cf386c..eaf952976005 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,4 +1,3 @@
-DIST sphinx-5.3.0.gh.tar.gz 6873479 BLAKE2B 
c57ede5e3d83447c6152d050d45df73bced62ce0cdcd84ea6316a48bff072590ad036c469dee053a9dc5eb1a7ae53b350aa25b5fe14c3378dc6543186552f720
 SHA512 
6877635d46f2e1f2b4cf4edaca463d85bf740a13bbeb867486efd57904aacc42626e6a4f58ad971e50808d31391d068702c4f2910a95e5c86dbd68d87e2552c8
 DIST sphinx-6.2.1.gh.tar.gz 6729925 BLAKE2B 
621ead516dc17cc632e9e752b56b5432547b6a051ede353d690dca0769664fc1c1335ec948f4035cb8c4307a563b4928d2587de3f3ec8d89dacf829a8fd5b95f
 SHA512 
ba56fb9672dc2e156b6cfd0fc2252a989d44b199946a371ec5f1cda5840836b3a58e267ac0973f522479b472dbb07c6c2d7ae6b0c63c9adfbe82d36bd59a9465
 DIST sphinx-7.0.1.gh.tar.gz 6712916 BLAKE2B 
7e30804eb5c24559c8ca30e5d8943ad78b426f94c3008ec74de6a541a71a7835d4e83dd69d84df04778f6246840209847ce103863b4dd4109e01bc3a5a50fd84
 SHA512 
6489778c4953b2c2d9972fa3f07fdb3b361b441e2c9f47282ec9c47f70446e3df66e434690ba816cc6f98838056001d2518f9bd1235e8b07ddba3c1d03a57b76
 DIST sphinx-7.1.0.gh.tar.gz 6882321 BLAKE2B 
dfa644b33e0dc97acb04470da452f184cdc377e0c07a58e2e504b425becbc114eac503559ceb7dc81b54d31e89587a8f8f3ecb11df073a949f08d0281ca21a3c
 SHA512 
707a9f36e7c8f0dd0f0f6c3d81dff67e3c996fb8b9daac0eec240200828347ddfde3d374ca45286cd41bdc6a88d89012b606b217304f41b71661ee0d4acc9bbe

diff --git a/dev-python/sphinx/sphinx-5.3.0.ebuild 
b/dev-python/sphinx/sphinx-5.3.0.ebuild
deleted file mode 100644
index ddbbb78e4580..
--- a/dev-python/sphinx/sphinx-5.3.0.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python documentation generator"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinx/
-   https://pypi.org/project/Sphinx/
-"
-SRC_URI="
-   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE="doc latex"
-
-RDEPEND="
-   =dev-python/Babel-2.9[${PYTHON_USEDEP}]
-   =dev-python/imagesize-1.3[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.12[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/snowballstemmer-2.0[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-   latex? (
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-luatex
-   app-text/dvipng
-   )
-   !dev-python/namespace-sphinxcontrib
-"
-BDEPEND="
-   doc? (
-   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
-   media-gfx/graphviz
-   )
-   test? (
-   app-text/dvipng
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-luatex
-   virtual/imagemagick-tools[jpeg,png,svg]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
-   "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # disable internet access
-   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
-   doc/conf.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   HTML_DOCS=( build/sphinx/html/. )
-   fi
-}
-
-python_test() {
-   mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
-   local -x 

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

2023-09-11 Thread Arthur Zamarin
commit: 93e253eb6ec5d18a3316e0d06bc7b2cf9c3f7ee8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 11 12:25:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 11 12:25:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e253eb

dev-python/sphinx: Stabilize 7.1.2 ALLARCHES, #913995

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

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

diff --git a/dev-python/sphinx/sphinx-7.1.2.ebuild 
b/dev-python/sphinx/sphinx-7.1.2.ebuild
index d5c5702da98e..acf7a371b198 100644
--- a/dev-python/sphinx/sphinx-7.1.2.ebuild
+++ b/dev-python/sphinx/sphinx-7.1.2.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="doc latex"
 
 RDEPEND="



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

2023-09-01 Thread Michał Górny
commit: e611e1d2428ec784ab4b5a269c7c5b2595ff4048
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  1 17:02:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  1 17:05:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e611e1d2

dev-python/sphinx-prompt: Remove old

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

 dev-python/sphinx-prompt/Manifest  |  1 -
 .../sphinx-prompt/sphinx-prompt-1.6.0-r1.ebuild| 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/sphinx-prompt/Manifest 
b/dev-python/sphinx-prompt/Manifest
index d68d73969f3c..c7f963b5b191 100644
--- a/dev-python/sphinx-prompt/Manifest
+++ b/dev-python/sphinx-prompt/Manifest
@@ -1,2 +1 @@
-DIST sphinx-prompt-1.6.0.gh.tar.gz 38245 BLAKE2B 
da2ac8564e14a10d5b51ea5ebd2e5578e7c2795ea7f3c5d3f054c621090e4bf634b9a1f578f4c010bbeaa61cc0d18f1a48ce6c0d9a316e34504ada1b4fb61d7b
 SHA512 
a896dad9d333fde843ab90f331be40c533fa32f75f68dfc012a6296d96661e726647250642e1cc4c54125d9acb237add640008671a657a5e47a885450831c21e
 DIST sphinx-prompt-1.7.0.gh.tar.gz 38317 BLAKE2B 
b042b7821d16ff63d259b73de476f96cafea32345dc98d24a9abb97dd46ecbd6947862ef727b830c27889f4b8a17c30c8dd86a4bddd38294a3a4bca00349bf87
 SHA512 
1b0df502c75ea4cac4e4a5b11c0aa762851b82c39892410c97f0ed45bdd74e5706a580a906d4ebb8c47700324c089c5114eba12cd4617aba37cfea8c338ac9d5

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.6.0-r1.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.6.0-r1.ebuild
deleted file mode 100644
index 8399bc45d556..
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Sphinx directive to add unselectable prompt"
-HOMEPAGE="https://github.com/sbrunner/sphinx-prompt/;
-SRC_URI="https://github.com/sbrunner/${PN}/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # for Version: https://github.com/sbrunner/sphinx-prompt/pull/330
-   # for Sphinx dep: https://github.com/sbrunner/sphinx-prompt/issues/174
-   # and poetry-plugin-tweak-dependencies-version usage.
-   sed -E -i \
-   -e "/^version =/s:([0-9.]+):${PV}:" \
-   -e "/^Sphinx =/s:([0-9.]+):>=5:" \
-   pyproject.toml || die
-
-   distutils-r1_python_prepare_all
-}



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

2023-09-01 Thread Arthur Zamarin
commit: 6586073d111c7b6b59863d5ece82367e14540c80
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 16:52:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 16:52:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6586073d

dev-python/sphinx-prompt: Stabilize 1.7.0 ALLARCHES, #913446

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

 dev-python/sphinx-prompt/sphinx-prompt-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.7.0.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.7.0.ebuild
index b8e7c5e14a20..73c1038e9aa4 100644
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.7.0.ebuild
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.7.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2023-08-31 Thread Michał Górny
commit: 21ae1e1b7c5eea6c662d58a47059502b979830c1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 31 12:55:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 31 13:05:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ae1e1b

dev-python/sphinx: Bump to 7.2.5

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

 dev-python/sphinx/Manifest|   1 +
 dev-python/sphinx/sphinx-7.2.5.ebuild | 125 ++
 2 files changed, 126 insertions(+)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index aa272082340c..478df0cf386c 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -8,3 +8,4 @@ DIST sphinx-7.2.0.gh.tar.gz 7060825 BLAKE2B 
c911e49903b3682a08271871ec79b907f41a
 DIST sphinx-7.2.2.gh.tar.gz 7061263 BLAKE2B 
71b9ad7240bc487efb5fa446799aa3d7dd1fd24eb3340ec27b8642ee4eb464de1941912e4106f1d1038c04a8b98cfd782f336b8cf4d7a3a24b858931262ac66c
 SHA512 
a15232c6e50ea2263e9dc6ece79e906d787e541e6a5d0c85c8c9a6a50dd0c95da3743023928be1b05cccdcf79c67f1d5b16ad300e5d67da2a511e81a2c54608f
 DIST sphinx-7.2.3.gh.tar.gz 7063906 BLAKE2B 
346ac3de17ae02b9b5167f3a13bf52ead9712b3ef2e71fc3d63882ff413e48b2b3c6688cc1eef9545193ef51ac0a1a0d56dad4442b8c8c79ae0b91159510486b
 SHA512 
1bafc21415e606430da178e1ea43e6abb8ab24fdef0f4f94a049cde32d6dead71417454195fa23c00f674ef50b2ee903a9fd31d817d4c49fcfbcd06cfa4b4835
 DIST sphinx-7.2.4.gh.tar.gz 7064614 BLAKE2B 
806717bf44b4d78cb28f0a0255d8be82260222c4d9f6bdc9d00269037b67725efd076a174f8863f8310a1a03809628f28e19599e2a24fb4235abefc68ea29c9d
 SHA512 
18f926f34042a1b85d42f62ac684d75472422fd21d33f1f06c8ccc4d8ab27edee27f6252e1515d9ab2789273e928548d9452f6e9b8ee31f8344d6a2782d65057
+DIST sphinx-7.2.5.gh.tar.gz 7067300 BLAKE2B 
27e0c7f8916e36990e214f4c5013434ff0e1e0045513efdf4b16eb56f0865d4cb52db802a41e7f62cc18aae58457d03be6720c129854cc63f35a7537b361ba2d
 SHA512 
6006ebd8d9034ef9bcb4963dcc1029503b4f9895d65c550cdbf0cbb898759127cca66079849703e17cae8420ed7cc43f6bd567b5cfa8127fb9d3be916be52c93

diff --git a/dev-python/sphinx/sphinx-7.2.5.ebuild 
b/dev-python/sphinx/sphinx-7.2.5.ebuild
new file mode 100644
index ..89674848a183
--- /dev/null
+++ b/dev-python/sphinx/sphinx-7.2.5.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinx/
+   https://pypi.org/project/Sphinx/
+"
+SRC_URI="
+   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc latex"
+
+RDEPEND="
+   =dev-python/Babel-2.9[${PYTHON_USEDEP}]
+   =dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
+   >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
+   >=dev-python/snowballstemmer-2.0[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-serializinghtml-1.1.9[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
+   latex? (
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   app-text/dvipng
+   )
+   !dev-python/namespace-sphinxcontrib
+"
+BDEPEND="
+   doc? (
+   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+   )
+   test? (
+   app-text/dvipng
+   >=dev-python/cython-3.0.0[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-67.0[${PYTHON_USEDEP}]
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   virtual/imagemagick-tools[jpeg,png,svg]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
+   "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # disable internet access
+   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
+   doc/conf.py || die
+
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/

2023-08-31 Thread Michał Górny
commit: 9301f7f3b1c5766218349a22547d9e1d73c6744e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 31 13:09:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 31 13:09:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9301f7f3

dev-python/sphinx-notfound-page: Bump to 1.0.0

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

 dev-python/sphinx-notfound-page/Manifest   |  1 +
 .../sphinx-notfound-page-1.0.0.ebuild  | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/sphinx-notfound-page/Manifest 
b/dev-python/sphinx-notfound-page/Manifest
index a1f352772aa9..9c02a2a4 100644
--- a/dev-python/sphinx-notfound-page/Manifest
+++ b/dev-python/sphinx-notfound-page/Manifest
@@ -1 +1,2 @@
 DIST sphinx-notfound-page-0.8.3.gh.tar.gz 59219 BLAKE2B 
cdb95906dba4d51aee88b220f094204575f2800737f160c7c028033002d41d2c793a91e1c61101f7c7c960ddf3b4d2ef83fbd285dd73ff5aed6c6c933b1fc1e7
 SHA512 
8d43ccfd3f83ff25b7a20ee3f5352489092dc641b4a794199c06c0971078a132a42b05c85588508ec38487f2915eedec98c2deac02d6c4576828be2fbc7f13b0
+DIST sphinx-notfound-page-1.0.0.gh.tar.gz 543729 BLAKE2B 
87da323277a38b20d43fa23e67528fee9530a243aa557a2be279a4a6877ac18bc36546beba0c6cc4ff598410d4be3a4337c7508005064df52867dca2675c8a3d
 SHA512 
e9d235fb0461ee9f349a57d37caeaf4cb4ec5faab7e731067e69467bf0990d5c5ce31d024fe2ac531fb84f49a4e2e74092ce09d5977135c759669523fc59ab4e

diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.0.ebuild 
b/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.0.ebuild
new file mode 100644
index ..f811d8c620b2
--- /dev/null
+++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded"
+HOMEPAGE="
+   https://sphinx-notfound-page.readthedocs.io/
+   https://github.com/readthedocs/sphinx-notfound-page/
+   https://pypi.org/project/sphinx-notfound-page/
+"
+SRC_URI="
+   https://github.com/readthedocs/sphinx-notfound-page/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # calls sphinx-build directly, works around venv
+   tests/test_urls.py::test_parallel_build
+)



  1   2   3   4   5   6   7   8   9   10   >