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

2024-06-03 Thread Mike Gilbert
commit: fa330326b28d5f4dfade7db12d50078ba47965fe
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  3 18:27:39 2024 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  3 18:31:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa330326

dev-python/sphinx-rtd-theme: enable py3.13

Tests fail in the same way with both py3.12 and py3.13.
Thanks to immolo for testing.

Bug: https://bugs.gentoo.org/931566
Closes: https://bugs.gentoo.org/933393
Signed-off-by: Mike Gilbert  gentoo.org>

 ...sphinx-rtd-theme-2.0.0.ebuild => sphinx-rtd-theme-2.0.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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-r1.ebuild
similarity index 91%
rename from dev-python/sphinx-rtd-theme/sphinx-rtd-theme-2.0.0.ebuild
rename to dev-python/sphinx-rtd-theme/sphinx-rtd-theme-2.0.0-r1.ebuild
index ef659e975450..a0b94e8e7529 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-r1.ebuild
@@ -1,10 +1,10 @@
-# 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
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



[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-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-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-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-rtd-theme/

2023-08-21 Thread Michał Górny
commit: 2a7b5985cf032007fdffecd48a3913afd482742f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 03:43:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 03:43:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7b5985

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

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 insertions(+)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index 1890a72ba2dc..cc0c14a140ac 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1 +1,2 @@
 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.3.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild
new file mode 100644
index ..247f5a56e50d
--- /dev/null
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.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 ~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-07-09 Thread Michał Górny
commit: 4fbb8bb52a35505ff6a0f2b1a901e4e376884f64
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 10 01:37:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 10 01:37:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbb8bb5

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

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

 dev-python/sphinx-rtd-theme/Manifest   |  2 -
 .../sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild | 44 --
 .../sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild | 44 --
 3 files changed, 90 deletions(-)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index 97e537a4b87e..1890a72ba2dc 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1,3 +1 @@
-DIST sphinx_rtd_theme-1.2.0.tar.gz 2784826 BLAKE2B 
62d0af56a29d66831447009991a5e0fb0a483ca91ac2ef7e7ce0b19510281308b49219efd0c6e1bd8fc95c2acae233133ce2f89b7507c2b20f0f322e59ab06e0
 SHA512 
dd407c648c5512a79e31a106825c6f9ec4696b14d950830ab36faf912ea804b48b3a5d09c6a144e9cead773e4c057cbc809d7582deea1b253ce71b756f7f6b10
-DIST sphinx_rtd_theme-1.2.1.tar.gz 2784128 BLAKE2B 
c5aed3beb6ade90a27690a8c33c8e18d05f53fb5514987828823f3a8d4bbfecb2212593733ce03323b8e9402730bd8fadce6c5dfc0d425cd4b335f6eef81f948
 SHA512 
0c1e0f0015f9df23f992023e137cc5976e76ad45e46e2f51186cf572289afae5e37d29013e0440a9059808d9b40af850d29393c2d2bc0a3cd845b0fbfa392294
 DIST sphinx_rtd_theme-1.2.2.tar.gz 2784122 BLAKE2B 
af738c99a2406daa0372171a34c78ee14e955fee589ba49811ea50fd2cd431367fde4d6a34d9e4f532d1ed6d079b1cebf4bb390b573fb5fe9cfc8f02b838
 SHA512 
44272272ce14387c1252ec40325ff8f9b40da6e37206333a8e0831cdce76c45efe58cf28f08132188d2799527a40e4ead881e856a123921b1cd908dd17fe

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
deleted file mode 100644
index 8a9a2f30e284..
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
+++ /dev/null
@@ -1,44 +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..11} 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-2.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # unpin docutils
-   sed -i -e '/docutils/s:<0[.]19::' setup.cfg || die
-   sed -i -e '/jquery/s:,!=3[.]0[.]0::' setup.cfg || die
-   distutils-r1_src_prepare
-
-   # CI=1 disables rebuilding webpack that requires npm use
-   # yes, that surely makes sense
-   export CI=1
-}

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild
deleted file mode 100644
index aac7b0e2e7a8..
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild
+++ /dev/null
@@ -1,44 +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-2.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # unpin docutils
-   sed -i -e '/docutils/s:<0[.]19::' setup.cfg || die
-   sed -i -e '/jquery/s:,!=3[.]0[.]0::' 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-07-02 Thread Michał Górny
commit: 107d3f7b1529b49c0c6df02454250e7a1e15835c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  2 18:48:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  2 19:15:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107d3f7b

dev-python/sphinx-rtd-theme: Unpin dev-python/sphinx

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

 ...hinx-rtd-theme-1.2.2.ebuild => sphinx-rtd-theme-1.2.2-r1.ebuild} | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2-r1.ebuild
similarity index 84%
rename from dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild
rename to dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2-r1.ebuild
index 3eced1b43231..247f5a56e50d 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2-r1.ebuild
@@ -20,9 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~ppc ~ppc64 ~riscv
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
-   =dev-python/sphinx-1.6[${PYTHON_USEDEP}]
-   =dev-python/sphinxcontrib-jquery-4[${PYTHON_USEDEP}]
 "
 BDEPEND="
@@ -34,8 +32,8 @@ BDEPEND="
 distutils_enable_tests pytest
 
 src_prepare() {
-   # unpin docutils
-   sed -i -e '/docutils/s:<0[.]19::' setup.cfg || die
+   # 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



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

2023-06-07 Thread Michał Górny
commit: dec9315ff9990af78133ee63b2e7c5e8a6c959a3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  8 04:52:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  8 05:12:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec9315f

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

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

 dev-python/sphinx-rtd-theme/Manifest   |  1 +
 .../sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index 0c9ac95ae442..97e537a4b87e 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1,2 +1,3 @@
 DIST sphinx_rtd_theme-1.2.0.tar.gz 2784826 BLAKE2B 
62d0af56a29d66831447009991a5e0fb0a483ca91ac2ef7e7ce0b19510281308b49219efd0c6e1bd8fc95c2acae233133ce2f89b7507c2b20f0f322e59ab06e0
 SHA512 
dd407c648c5512a79e31a106825c6f9ec4696b14d950830ab36faf912ea804b48b3a5d09c6a144e9cead773e4c057cbc809d7582deea1b253ce71b756f7f6b10
 DIST sphinx_rtd_theme-1.2.1.tar.gz 2784128 BLAKE2B 
c5aed3beb6ade90a27690a8c33c8e18d05f53fb5514987828823f3a8d4bbfecb2212593733ce03323b8e9402730bd8fadce6c5dfc0d425cd4b335f6eef81f948
 SHA512 
0c1e0f0015f9df23f992023e137cc5976e76ad45e46e2f51186cf572289afae5e37d29013e0440a9059808d9b40af850d29393c2d2bc0a3cd845b0fbfa392294
+DIST sphinx_rtd_theme-1.2.2.tar.gz 2784122 BLAKE2B 
af738c99a2406daa0372171a34c78ee14e955fee589ba49811ea50fd2cd431367fde4d6a34d9e4f532d1ed6d079b1cebf4bb390b573fb5fe9cfc8f02b838
 SHA512 
44272272ce14387c1252ec40325ff8f9b40da6e37206333a8e0831cdce76c45efe58cf28f08132188d2799527a40e4ead881e856a123921b1cd908dd17fe

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild
new file mode 100644
index ..3eced1b43231
--- /dev/null
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild
@@ -0,0 +1,44 @@
+# 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() {
+   # unpin docutils
+   sed -i -e '/docutils/s:<0[.]19::' 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-06-01 Thread Arthur Zamarin
commit: ec60f8d58d8d50db7f12ca991817204e666a34f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun  1 16:30:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun  1 16:30:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec60f8d5

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

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

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

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild
index 03097c64da67..aac7b0e2e7a8 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Michał Górny
commit: ceff0c2ca1d1db7881415215106daa4964168441
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 26 17:53:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 26 17:53:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceff0c2c

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

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

 dev-python/sphinx-rtd-theme/Manifest   |  1 +
 .../sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index 900da5c76a4f..0c9ac95ae442 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1 +1,2 @@
 DIST sphinx_rtd_theme-1.2.0.tar.gz 2784826 BLAKE2B 
62d0af56a29d66831447009991a5e0fb0a483ca91ac2ef7e7ce0b19510281308b49219efd0c6e1bd8fc95c2acae233133ce2f89b7507c2b20f0f322e59ab06e0
 SHA512 
dd407c648c5512a79e31a106825c6f9ec4696b14d950830ab36faf912ea804b48b3a5d09c6a144e9cead773e4c057cbc809d7582deea1b253ce71b756f7f6b10
+DIST sphinx_rtd_theme-1.2.1.tar.gz 2784128 BLAKE2B 
c5aed3beb6ade90a27690a8c33c8e18d05f53fb5514987828823f3a8d4bbfecb2212593733ce03323b8e9402730bd8fadce6c5dfc0d425cd4b335f6eef81f948
 SHA512 
0c1e0f0015f9df23f992023e137cc5976e76ad45e46e2f51186cf572289afae5e37d29013e0440a9059808d9b40af850d29393c2d2bc0a3cd845b0fbfa392294

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild
new file mode 100644
index ..03097c64da67
--- /dev/null
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.1.ebuild
@@ -0,0 +1,44 @@
+# 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} 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-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin docutils
+   sed -i -e '/docutils/s:<0[.]19::' setup.cfg || die
+   sed -i -e '/jquery/s:,!=3[.]0[.]0::' 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-03-24 Thread Michał Górny
commit: e7b3817497df99a4bdedf8ab87de49a613b047c3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 13:50:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 24 13:50:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b38174

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.1.1.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index eb9bcc6d300f..900da5c76a4f 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1,2 +1 @@
-DIST sphinx_rtd_theme-1.1.1.tar.gz 2783043 BLAKE2B 
c132cc4bba5459ca29740222cc917aac0fa5afb26748b1bd3d457ed0a02e63cd973deecd9a3d509187f54ae85798cb63fdfaa293615eae278228753808fd8c50
 SHA512 
c3e6e3a9d25b9c48a9830e696ca5c8f0c185a0328c76032cbe6dcfb93cda7ad9a724ec4e0e2a99079db28f35aa61ef2f569b87ce98a01c47a9701a6070bc395e
 DIST sphinx_rtd_theme-1.2.0.tar.gz 2784826 BLAKE2B 
62d0af56a29d66831447009991a5e0fb0a483ca91ac2ef7e7ce0b19510281308b49219efd0c6e1bd8fc95c2acae233133ce2f89b7507c2b20f0f322e59ab06e0
 SHA512 
dd407c648c5512a79e31a106825c6f9ec4696b14d950830ab36faf912ea804b48b3a5d09c6a144e9cead773e4c057cbc809d7582deea1b253ce71b756f7f6b10

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.1.1.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.1.1.ebuild
deleted file mode 100644
index 2893f979a846..
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.1.1.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_{9..11} 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 ~x64-macos"
-IUSE=""
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # unpin docutils
-   sed -i -e '/docutils/s:<0.18::' 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-03-24 Thread Arthur Zamarin
commit: 087e80ed30231f67ab038bdfb8bd34232313baa8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 24 13:13:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 24 13:13:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087e80ed

dev-python/sphinx-rtd-theme: Stabilize 1.2.0 arm64, #902073

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

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

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
index 21a578c2d5ae..8a9a2f30e284 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.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-rtd-theme/

2023-03-23 Thread James Le Cuirot
commit: be95a2d0ae59f6a5c425e7fb05dc286633d103d1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Mar 23 21:46:34 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Mar 23 21:46:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be95a2d0

dev-python/sphinx-rtd-theme: Keyword 1.2.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
index 7c026f5bbf7a..21a578c2d5ae 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong 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-rtd-theme/

2023-03-18 Thread Sam James
commit: 97cfc3b22341476f8fd6cf6a4bfbe6efdbdb56c3
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 18 19:19:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 18 19:19:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cfc3b2

dev-python/sphinx-rtd-theme: Stabilize 1.2.0 hppa, #902073

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

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

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



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

2023-03-18 Thread Arthur Zamarin
commit: 4415ea2f9524d9bd1a748f99105e948ae550b951
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 18 18:52:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 18 18:52:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4415ea2f

dev-python/sphinx-rtd-theme: Stabilize 1.2.0 amd64, #902073

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

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

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



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

2023-03-18 Thread Arthur Zamarin
commit: 51271ca7641b7ffba0a4cd1d8e57f3e737ef768e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 18 18:36:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 18 18:36:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51271ca7

dev-python/sphinx-rtd-theme: Stabilize 1.2.0 ppc, #902073

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

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

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



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

2023-03-18 Thread Arthur Zamarin
commit: ae9b2db8f58e6a58b78f2ce88e46b950df299afd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 18 18:36:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 18 18:36:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9b2db8

dev-python/sphinx-rtd-theme: Stabilize 1.2.0 x86, #902073

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

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

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



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

2023-03-18 Thread Arthur Zamarin
commit: 0e9b00fb16f7bcd6bcc6c198be160a72abaccc8f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 18 18:36:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 18 18:36:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9b00fb

dev-python/sphinx-rtd-theme: Stabilize 1.2.0 sparc, #902073

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

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

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



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

2023-03-18 Thread Arthur Zamarin
commit: da03b6e146ae25f5ebf1182e51edf13986767768
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 18 18:36:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 18 18:36:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da03b6e1

dev-python/sphinx-rtd-theme: Stabilize 1.2.0 ppc64, #902073

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

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

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



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

2023-03-18 Thread Arthur Zamarin
commit: ad43dd470a5215f2a6745ba959299c1bc2dbd4fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 18 18:36:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 18 18:36:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad43dd47

dev-python/sphinx-rtd-theme: Stabilize 1.2.0 arm, #902073

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

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

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



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

2023-03-10 Thread Arthur Zamarin
commit: 4b1d47e73a099fb4ba2a240a9a6c4c2467bda22d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 10 09:03:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 10 09:03:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1d47e7

dev-python/sphinx-rtd-theme: Keyword 1.2.0 s390, #893998

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

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

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



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

2023-03-03 Thread Arthur Zamarin
commit: 23133053bbe026d8372ec78f2a1c4ccdb72836cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 05:56:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 05:56:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23133053

dev-python/sphinx-rtd-theme: Keyword 1.2.0 sparc, #893998

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

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

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



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

2023-02-27 Thread WANG Xuerui
commit: 09ee840a4f8c1982959e8ad5614056d5968d8205
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Feb 27 12:30:31 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Feb 27 12:45:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ee840a

dev-python/sphinx-rtd-theme: keyword 1.2.0 for ~loong

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

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

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



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

2023-02-24 Thread Sam James
commit: 612b0ac342401b842d465b3207bc46330b8ed633
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 24 22:19:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 24 22:19:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612b0ac3

dev-python/sphinx-rtd-theme: Keyword 1.2.0 arm, #893998

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

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

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
index 4110f53a207d..afd2d94b8781 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2023-02-20 Thread Arthur Zamarin
commit: 42318b8a7f08ee287c07b4f1a68e9ca62ad1465c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Feb 20 21:29:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Feb 20 21:29:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42318b8a

dev-python/sphinx-rtd-theme: Keyword 1.2.0 x86, #893998

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

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

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
index a17e8dde39a8..4110f53a207d 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2023-02-20 Thread Arthur Zamarin
commit: 34653399e57236be28bea3b115994cde7f2e3d9a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Feb 20 19:50:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Feb 20 19:50:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34653399

dev-python/sphinx-rtd-theme: Keyword 1.2.0 ia64, #893998

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

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

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
index 814a48f1af37..a17e8dde39a8 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]