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

2024-05-31 Thread Petr Vaněk
commit: c5b84111f9d09f079dc73e862246387ac7074063
Author: Petr Vaněk  gentoo  org>
AuthorDate: Fri May 31 22:00:57 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Fri May 31 22:09:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b84111

dev-python/readthedocs-sphinx-ext: enable py3.13

Signed-off-by: Petr Vaněk  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
index 1435fe7ebcc2..971209a67778 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-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/readthedocs-sphinx-ext/

2024-01-06 Thread Michał Górny
commit: bf95879e6c79e18b4d4448ac4f494a99f2947136
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 09:52:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 09:52:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf95879e

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  2 --
 .../readthedocs-sphinx-ext-2.2.3.ebuild| 30 --
 .../readthedocs-sphinx-ext-2.2.4.ebuild| 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 5d3f6877e464..689c6ba442cf 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,3 +1 @@
-DIST readthedocs-sphinx-ext-2.2.3.tar.gz 12176 BLAKE2B 
9467e3d08baa15fe64ce0a718e922e4f8dc6c0bd76fd8a53f4bae66114bbd043bbcca71a2b7b152a162d7ca89b102668ccdc9ab9b0904e0caf2e0ff953fc489c
 SHA512 
f8c9b2b62c73307906fc61a2dacc0c9079c1b81920718fbd2c60a45e22da7e581b9fa60aca83003081753603cb904187cae6075922a62616554c8fcc4c1d7991
-DIST readthedocs-sphinx-ext-2.2.4.tar.gz 12474 BLAKE2B 
1911f2a161d38c89b96d194bc5eaa1d015f2a9ef1350e9f01d50a2f575f8486618ae79f12b3b6a15a61ffe85a0c6d9f1f1560fa663ba1faa6aeda916a6cc9f05
 SHA512 
010116cb842cbf0a389d7e94196bf6122422584a843ff549d96384a8424f12458aec6493e412e28c9158082ca624fa2ff8d8cbbfc7d7c3e7e61aa69bef40c4b2
 DIST readthedocs-sphinx-ext-2.2.5.tar.gz 12303 BLAKE2B 
55e67a96b8e5c4fef9d0768a4e514da924969628349d210b1cba6d8167c288bb4b6792486a80176fb01df7f8889b3f7b59ff30cb4ea487943e4bfe0d6942488f
 SHA512 
d096803bb3d065236502d790ddd9efbf281854177dee7043f8bf2292cb124aea636b0d036e23ea3f23643484faaf2fd5e1b8636a2ed7973674cf5d5584f39bf3

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild
deleted file mode 100644
index a8aa2efef40d..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-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} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/readthedocs-sphinx-ext/
-   https://pypi.org/project/readthedocs-sphinx-ext/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.4.ebuild
deleted file mode 100644
index 00dffbb4b59c..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-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} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/readthedocs-sphinx-ext/
-   https://pypi.org/project/readthedocs-sphinx-ext/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2024-01-06 Thread Michał Górny
commit: 218cbe3bb94dadbc4f240899d6fa2bb8aaad746f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 09:49:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 09:49:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218cbe3b

dev-python/readthedocs-sphinx-ext: Stabilize 2.2.5 ALLARCHES, #921476

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

 dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
index 00dffbb4b59c..1435fe7ebcc2 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,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/jinja-2.9[${PYTHON_USEDEP}]



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

2023-12-19 Thread Michał Górny
commit: dd66609e05adaa59d8d0b88313092b7291e3b145
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 17:09:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 17:25:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd66609e

dev-python/readthedocs-sphinx-ext: Bump to 2.2.5

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index b935b3c6573f..5d3f6877e464 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1,3 @@
 DIST readthedocs-sphinx-ext-2.2.3.tar.gz 12176 BLAKE2B 
9467e3d08baa15fe64ce0a718e922e4f8dc6c0bd76fd8a53f4bae66114bbd043bbcca71a2b7b152a162d7ca89b102668ccdc9ab9b0904e0caf2e0ff953fc489c
 SHA512 
f8c9b2b62c73307906fc61a2dacc0c9079c1b81920718fbd2c60a45e22da7e581b9fa60aca83003081753603cb904187cae6075922a62616554c8fcc4c1d7991
 DIST readthedocs-sphinx-ext-2.2.4.tar.gz 12474 BLAKE2B 
1911f2a161d38c89b96d194bc5eaa1d015f2a9ef1350e9f01d50a2f575f8486618ae79f12b3b6a15a61ffe85a0c6d9f1f1560fa663ba1faa6aeda916a6cc9f05
 SHA512 
010116cb842cbf0a389d7e94196bf6122422584a843ff549d96384a8424f12458aec6493e412e28c9158082ca624fa2ff8d8cbbfc7d7c3e7e61aa69bef40c4b2
+DIST readthedocs-sphinx-ext-2.2.5.tar.gz 12303 BLAKE2B 
55e67a96b8e5c4fef9d0768a4e514da924969628349d210b1cba6d8167c288bb4b6792486a80176fb01df7f8889b3f7b59ff30cb4ea487943e4bfe0d6942488f
 SHA512 
d096803bb3d065236502d790ddd9efbf281854177dee7043f8bf2292cb124aea636b0d036e23ea3f23643484faaf2fd5e1b8636a2ed7973674cf5d5584f39bf3

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
new file mode 100644
index ..00dffbb4b59c
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-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} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2023-12-14 Thread Michał Górny
commit: d05ad291df39577851b09b9b4625fc0d4f31ab70
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 14 13:21:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 14 13:58:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05ad291

dev-python/readthedocs-sphinx-ext: Bump to 2.2.4

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 9efa517bc8e6..b935b3c6573f 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-2.2.3.tar.gz 12176 BLAKE2B 
9467e3d08baa15fe64ce0a718e922e4f8dc6c0bd76fd8a53f4bae66114bbd043bbcca71a2b7b152a162d7ca89b102668ccdc9ab9b0904e0caf2e0ff953fc489c
 SHA512 
f8c9b2b62c73307906fc61a2dacc0c9079c1b81920718fbd2c60a45e22da7e581b9fa60aca83003081753603cb904187cae6075922a62616554c8fcc4c1d7991
+DIST readthedocs-sphinx-ext-2.2.4.tar.gz 12474 BLAKE2B 
1911f2a161d38c89b96d194bc5eaa1d015f2a9ef1350e9f01d50a2f575f8486618ae79f12b3b6a15a61ffe85a0c6d9f1f1560fa663ba1faa6aeda916a6cc9f05
 SHA512 
010116cb842cbf0a389d7e94196bf6122422584a843ff549d96384a8424f12458aec6493e412e28c9158082ca624fa2ff8d8cbbfc7d7c3e7e61aa69bef40c4b2

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.4.ebuild
new file mode 100644
index ..00dffbb4b59c
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-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} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2023-10-28 Thread Michał Górny
commit: 8a70fb0430daf46af8278eef98966df878d0e571
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 28 15:17:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 28 15:23:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a70fb04

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 -
 .../readthedocs-sphinx-ext-2.2.2.ebuild| 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 64de04bd40af..9efa517bc8e6 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1 @@
-DIST readthedocs-sphinx-ext-2.2.2.tar.gz 12106 BLAKE2B 
4b9785c6b36ea66a7910d544b3acde9accc676e18b6c1e37b9285f6e095371bd7baf19b912b604596e92c89ad935c37263b2c977c66265e7697f18d399fd3006
 SHA512 
333e2068a92287821991e4e96b397e0d2b62f5080b65aff8f31b8828a7e930b038fb5ee176e20622e1a78c966c5d4cf84dfead832f4cbe1e68f2b0a0260009f7
 DIST readthedocs-sphinx-ext-2.2.3.tar.gz 12176 BLAKE2B 
9467e3d08baa15fe64ce0a718e922e4f8dc6c0bd76fd8a53f4bae66114bbd043bbcca71a2b7b152a162d7ca89b102668ccdc9ab9b0904e0caf2e0ff953fc489c
 SHA512 
f8c9b2b62c73307906fc61a2dacc0c9079c1b81920718fbd2c60a45e22da7e581b9fa60aca83003081753603cb904187cae6075922a62616554c8fcc4c1d7991

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild
deleted file mode 100644
index a8aa2efef40d..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-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} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/readthedocs-sphinx-ext/
-   https://pypi.org/project/readthedocs-sphinx-ext/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2023-10-27 Thread Sam James
commit: 593550d198b197edc85cb6bffb0d544a0c2c9a7e
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 27 19:31:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 27 19:31:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593550d1

dev-python/readthedocs-sphinx-ext: Stabilize 2.2.3 ALLARCHES, #916364

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild
index 00dffbb4b59c..a8aa2efef40d 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild
@@ -17,7 +17,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/jinja-2.9[${PYTHON_USEDEP}]



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

2023-09-26 Thread Michał Górny
commit: dc7d8ebaf371d51d0528b925d8932963da4f7ad6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 27 05:09:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 27 05:56:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7d8eba

dev-python/readthedocs-sphinx-ext: Bump to 2.2.3

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index d451846291ee..64de04bd40af 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-2.2.2.tar.gz 12106 BLAKE2B 
4b9785c6b36ea66a7910d544b3acde9accc676e18b6c1e37b9285f6e095371bd7baf19b912b604596e92c89ad935c37263b2c977c66265e7697f18d399fd3006
 SHA512 
333e2068a92287821991e4e96b397e0d2b62f5080b65aff8f31b8828a7e930b038fb5ee176e20622e1a78c966c5d4cf84dfead832f4cbe1e68f2b0a0260009f7
+DIST readthedocs-sphinx-ext-2.2.3.tar.gz 12176 BLAKE2B 
9467e3d08baa15fe64ce0a718e922e4f8dc6c0bd76fd8a53f4bae66114bbd043bbcca71a2b7b152a162d7ca89b102668ccdc9ab9b0904e0caf2e0ff953fc489c
 SHA512 
f8c9b2b62c73307906fc61a2dacc0c9079c1b81920718fbd2c60a45e22da7e581b9fa60aca83003081753603cb904187cae6075922a62616554c8fcc4c1d7991

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild
new file mode 100644
index ..00dffbb4b59c
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-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} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2023-07-09 Thread Michał Górny
commit: 4ead112a12a72df5afad853de73f3076706f13f5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 10 01:42:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 10 01:47:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ead112a

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  2 --
 .../readthedocs-sphinx-ext-2.2.0.ebuild| 30 --
 .../readthedocs-sphinx-ext-2.2.1.ebuild| 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 27a3062757c3..d451846291ee 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,3 +1 @@
-DIST readthedocs-sphinx-ext-2.2.0.tar.gz 12721 BLAKE2B 
3ac02a96a059e6d6b94af4318a5e816f8664e1164edb315d7540d1bfcce3b0edbbe9d567b0dc2931179cb309714175c64a3684b9d568551cc240ccbefc77a10a
 SHA512 
8f7009a0716751de2fe2fed726aa08bb382d15ef6c4fb66e6c29537f985a92ab7cc137f81a4f6200e794cb7f495ebf561356194f57c694509b67e7686bef52c5
-DIST readthedocs-sphinx-ext-2.2.1.tar.gz 12644 BLAKE2B 
eb7b5f8d91dcf9f413cabe790537ed9179790c48e5778f026f07d442f4b446c6968b86c7e7eef4d548307ebd85ece8ff5a1fb3877ac4e3187ee8c53be86fc7dc
 SHA512 
d2933228678549b7ab53bf7b8720eb23a5fcc05983dea56ab762906fc8a1445b2b94e0c12d647e18e6156fa1460a31ec0e7a7d7e4e8f5c46c5e39a9f35c382b9
 DIST readthedocs-sphinx-ext-2.2.2.tar.gz 12106 BLAKE2B 
4b9785c6b36ea66a7910d544b3acde9accc676e18b6c1e37b9285f6e095371bd7baf19b912b604596e92c89ad935c37263b2c977c66265e7697f18d399fd3006
 SHA512 
333e2068a92287821991e4e96b397e0d2b62f5080b65aff8f31b8828a7e930b038fb5ee176e20622e1a78c966c5d4cf84dfead832f4cbe1e68f2b0a0260009f7

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
deleted file mode 100644
index a8aa2efef40d..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-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} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/readthedocs-sphinx-ext/
-   https://pypi.org/project/readthedocs-sphinx-ext/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.1.ebuild
deleted file mode 100644
index 00dffbb4b59c..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-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} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/readthedocs-sphinx-ext/
-   https://pypi.org/project/readthedocs-sphinx-ext/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2023-07-09 Thread Arthur Zamarin
commit: ecc87b49185eeb0f77a315fd1e9e8489fd4c98f8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 16:50:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 16:50:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc87b49

dev-python/readthedocs-sphinx-ext: Stabilize 2.2.2 ALLARCHES, #910132

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild
index 00dffbb4b59c..a8aa2efef40d 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild
@@ -17,7 +17,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/jinja-2.9[${PYTHON_USEDEP}]



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

2023-06-29 Thread Michał Górny
commit: b21ca2f2d3dacbf0fac7e79a56beff871174f764
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 30 02:04:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 30 02:46:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21ca2f2

dev-python/readthedocs-sphinx-ext: Bump to 2.2.2

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index e3c39d586af2..27a3062757c3 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1,3 @@
 DIST readthedocs-sphinx-ext-2.2.0.tar.gz 12721 BLAKE2B 
3ac02a96a059e6d6b94af4318a5e816f8664e1164edb315d7540d1bfcce3b0edbbe9d567b0dc2931179cb309714175c64a3684b9d568551cc240ccbefc77a10a
 SHA512 
8f7009a0716751de2fe2fed726aa08bb382d15ef6c4fb66e6c29537f985a92ab7cc137f81a4f6200e794cb7f495ebf561356194f57c694509b67e7686bef52c5
 DIST readthedocs-sphinx-ext-2.2.1.tar.gz 12644 BLAKE2B 
eb7b5f8d91dcf9f413cabe790537ed9179790c48e5778f026f07d442f4b446c6968b86c7e7eef4d548307ebd85ece8ff5a1fb3877ac4e3187ee8c53be86fc7dc
 SHA512 
d2933228678549b7ab53bf7b8720eb23a5fcc05983dea56ab762906fc8a1445b2b94e0c12d647e18e6156fa1460a31ec0e7a7d7e4e8f5c46c5e39a9f35c382b9
+DIST readthedocs-sphinx-ext-2.2.2.tar.gz 12106 BLAKE2B 
4b9785c6b36ea66a7910d544b3acde9accc676e18b6c1e37b9285f6e095371bd7baf19b912b604596e92c89ad935c37263b2c977c66265e7697f18d399fd3006
 SHA512 
333e2068a92287821991e4e96b397e0d2b62f5080b65aff8f31b8828a7e930b038fb5ee176e20622e1a78c966c5d4cf84dfead832f4cbe1e68f2b0a0260009f7

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild
new file mode 100644
index ..00dffbb4b59c
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-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} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2023-06-06 Thread Michał Górny
commit: 4022ab9896349602ce77c409a420f92f56782485
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  7 04:10:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 04:40:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4022ab98

dev-python/readthedocs-sphinx-ext: Bump to 2.2.1

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 6668a7cd5ea7..e3c39d586af2 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-2.2.0.tar.gz 12721 BLAKE2B 
3ac02a96a059e6d6b94af4318a5e816f8664e1164edb315d7540d1bfcce3b0edbbe9d567b0dc2931179cb309714175c64a3684b9d568551cc240ccbefc77a10a
 SHA512 
8f7009a0716751de2fe2fed726aa08bb382d15ef6c4fb66e6c29537f985a92ab7cc137f81a4f6200e794cb7f495ebf561356194f57c694509b67e7686bef52c5
+DIST readthedocs-sphinx-ext-2.2.1.tar.gz 12644 BLAKE2B 
eb7b5f8d91dcf9f413cabe790537ed9179790c48e5778f026f07d442f4b446c6968b86c7e7eef4d548307ebd85ece8ff5a1fb3877ac4e3187ee8c53be86fc7dc
 SHA512 
d2933228678549b7ab53bf7b8720eb23a5fcc05983dea56ab762906fc8a1445b2b94e0c12d647e18e6156fa1460a31ec0e7a7d7e4e8f5c46c5e39a9f35c382b9

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.1.ebuild
new file mode 100644
index ..00dffbb4b59c
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-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} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2023-06-01 Thread Arthur Zamarin
commit: 6be55883e7539a633b78141ae96f779ae7d08d82
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun  1 16:26:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun  1 16:26:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be55883

dev-python/readthedocs-sphinx-ext: enable py3.12

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
index 6efd16f28b58..a8aa2efef40d 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
@@ -5,7 +5,7 @@ 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/readthedocs-sphinx-ext/

2023-06-01 Thread Arthur Zamarin
commit: b827cb4187d8400038656888de952eae517e6ec5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun  1 16:27:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun  1 16:27:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b827cb41

dev-python/readthedocs-sphinx-ext: add github upstream metadata

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/metadata.xml 
b/dev-python/readthedocs-sphinx-ext/metadata.xml
index ec2b7f9df3b9..bcc8b262b840 100644
--- a/dev-python/readthedocs-sphinx-ext/metadata.xml
+++ b/dev-python/readthedocs-sphinx-ext/metadata.xml
@@ -8,5 +8,6 @@


readthedocs-sphinx-ext
+   readthedocs/readthedocs-sphinx-ext

 



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

2023-03-17 Thread Michał Górny
commit: 521475d9c3d5fcb3e62d7d50706430750b9c5438
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 11:59:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 15:25:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521475d9

dev-python/readthedocs-sphinx-ext: Use pypi.eclass

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

 dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
index 7e463831724d..6efd16f28b58 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
@@ -4,16 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Code specific for Read the Docs and Sphinx"
 HOMEPAGE="
https://github.com/readthedocs/readthedocs-sphinx-ext/
https://pypi.org/project/readthedocs-sphinx-ext/
 "
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-11-25 Thread Michał Górny
commit: a4b031895e78d73ebe0f0b8033f03bc2e8948a5c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 13:51:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 13:52:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b03189

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 -
 .../readthedocs-sphinx-ext-2.1.9.ebuild| 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index e3db4345aea2..6668a7cd5ea7 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1 @@
-DIST readthedocs-sphinx-ext-2.1.9.tar.gz 12465 BLAKE2B 
2ee1e0a5e7202dbe57c0dcfc796f8019d057178b59cf832e77b742d5e1b039804aca830109ba10b393577549b5c55ab5707b8071b230f998ea2b91653be2176e
 SHA512 
dc99335ce01a882d9e5509216d5830ef1b943b41f92836433c3a06592edc127a9ed2de39091d6a4fcad941f90be135293592394f4b2c4d8f13955cdbb92f3887
 DIST readthedocs-sphinx-ext-2.2.0.tar.gz 12721 BLAKE2B 
3ac02a96a059e6d6b94af4318a5e816f8664e1164edb315d7540d1bfcce3b0edbbe9d567b0dc2931179cb309714175c64a3684b9d568551cc240ccbefc77a10a
 SHA512 
8f7009a0716751de2fe2fed726aa08bb382d15ef6c4fb66e6c29537f985a92ab7cc137f81a4f6200e794cb7f495ebf561356194f57c694509b67e7686bef52c5

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
deleted file mode 100644
index 9f55664093d3..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/readthedocs-sphinx-ext/
-   https://pypi.org/project/readthedocs-sphinx-ext/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2022-11-25 Thread Arthur Zamarin
commit: d629fcff65e279acf9e3bf1ef516198102a3818e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 13:47:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 13:47:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d629fcff

dev-python/readthedocs-sphinx-ext: Stabilize 2.2.0 ALLARCHES, #882955

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
index 5daa4f214a46..9f55664093d3 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 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/jinja-2.9[${PYTHON_USEDEP}]



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

2022-10-25 Thread Michał Górny
commit: fe050cca62367d14dee339f0195eec9b8d86d454
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 26 03:37:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 26 03:37:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe050cca

dev-python/readthedocs-sphinx-ext: Bump to 2.2.0

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 291394de79bf..e3db4345aea2 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-2.1.9.tar.gz 12465 BLAKE2B 
2ee1e0a5e7202dbe57c0dcfc796f8019d057178b59cf832e77b742d5e1b039804aca830109ba10b393577549b5c55ab5707b8071b230f998ea2b91653be2176e
 SHA512 
dc99335ce01a882d9e5509216d5830ef1b943b41f92836433c3a06592edc127a9ed2de39091d6a4fcad941f90be135293592394f4b2c4d8f13955cdbb92f3887
+DIST readthedocs-sphinx-ext-2.2.0.tar.gz 12721 BLAKE2B 
3ac02a96a059e6d6b94af4318a5e816f8664e1164edb315d7540d1bfcce3b0edbbe9d567b0dc2931179cb309714175c64a3684b9d568551cc240ccbefc77a10a
 SHA512 
8f7009a0716751de2fe2fed726aa08bb382d15ef6c4fb66e6c29537f985a92ab7cc137f81a4f6200e794cb7f495ebf561356194f57c694509b67e7686bef52c5

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
new file mode 100644
index ..5daa4f214a46
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2022-10-22 Thread Michał Górny
commit: 83adf82a1825e2701faca95c12283834b6c8e715
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 22 15:56:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 22 15:58:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83adf82a

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 -
 .../readthedocs-sphinx-ext-2.1.8.ebuild| 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index cca00f733352..291394de79bf 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1 @@
-DIST readthedocs-sphinx-ext-2.1.8.tar.gz 12359 BLAKE2B 
9a1c66725d4d48b6511462c5eea5d87fb28962444f8ff921208579bb2118571da34d2697d2bc91dc1ff71a2e3b7cb1c5b20021bc2f053fffd34f4eb0ae99d387
 SHA512 
2766c0ce69d7d3738cd454c8d3e733542849e6cd96414e1714f337defb62f9260c89a00c9bcc26582e15ce1629d61c48441826c2af84d92da0a6a5b65f474891
 DIST readthedocs-sphinx-ext-2.1.9.tar.gz 12465 BLAKE2B 
2ee1e0a5e7202dbe57c0dcfc796f8019d057178b59cf832e77b742d5e1b039804aca830109ba10b393577549b5c55ab5707b8071b230f998ea2b91653be2176e
 SHA512 
dc99335ce01a882d9e5509216d5830ef1b943b41f92836433c3a06592edc127a9ed2de39091d6a4fcad941f90be135293592394f4b2c4d8f13955cdbb92f3887

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
deleted file mode 100644
index 9cc02f25102f..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/readthedocs-sphinx-ext/
-   https://pypi.org/project/readthedocs-sphinx-ext/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2022-10-22 Thread Arthur Zamarin
commit: db9a5e2065942dbf891d0e0d7519844f658a0e50
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 22 15:52:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 22 15:52:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9a5e20

dev-python/readthedocs-sphinx-ext: Stabilize 2.1.9 ALLARCHES, #877981

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
index 5daa4f214a46..9f55664093d3 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 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/jinja-2.9[${PYTHON_USEDEP}]



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

2022-09-18 Thread Michał Górny
commit: 13d07a6ed6fb72fb4060807c648a5143c0fa89d3
Author: matoro  users  noreply  github  com>
AuthorDate: Mon Sep 19 02:34:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 19 06:42:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d07a6e

dev-python/readthedocs-sphinx-ext: Keyword 2.1.9 mips, #711622

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
index 6462d5859c55..5daa4f214a46 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 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 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2022-09-16 Thread Arthur Zamarin
commit: c3cd87f33142ddfcd97a8774b00bae03c39e5b27
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 16 09:06:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 16 09:06:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cd87f3

dev-python/readthedocs-sphinx-ext: add 2.1.9

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index a43d4162004e..cca00f733352 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-2.1.8.tar.gz 12359 BLAKE2B 
9a1c66725d4d48b6511462c5eea5d87fb28962444f8ff921208579bb2118571da34d2697d2bc91dc1ff71a2e3b7cb1c5b20021bc2f053fffd34f4eb0ae99d387
 SHA512 
2766c0ce69d7d3738cd454c8d3e733542849e6cd96414e1714f337defb62f9260c89a00c9bcc26582e15ce1629d61c48441826c2af84d92da0a6a5b65f474891
+DIST readthedocs-sphinx-ext-2.1.9.tar.gz 12465 BLAKE2B 
2ee1e0a5e7202dbe57c0dcfc796f8019d057178b59cf832e77b742d5e1b039804aca830109ba10b393577549b5c55ab5707b8071b230f998ea2b91653be2176e
 SHA512 
dc99335ce01a882d9e5509216d5830ef1b943b41f92836433c3a06592edc127a9ed2de39091d6a4fcad941f90be135293592394f4b2c4d8f13955cdbb92f3887

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
new file mode 100644
index ..6462d5859c55
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2022-08-27 Thread WANG Xuerui
commit: 3e5aeaee18cbd0b96df0f4afad6f253b22e7ebbd
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat Aug 27 09:42:13 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat Aug 27 10:04:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5aeaee

dev-python/readthedocs-sphinx-ext: keyword 2.1.8 for ~loong

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
index 377c0a82af2e..9cc02f25102f 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 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 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2022-07-02 Thread Arthur Zamarin
commit: 3810e0eb7b7b58ae10654727d56c0ac7a24460ce
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  2 12:15:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  2 12:15:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3810e0eb

dev-python/readthedocs-sphinx-ext: drop 2.1.7

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 -
 .../readthedocs-sphinx-ext-2.1.7.ebuild| 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 9dac374d4bfb..a43d4162004e 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1 @@
-DIST readthedocs-sphinx-ext-2.1.7.tar.gz 12351 BLAKE2B 
4646016330591dd32d7065d3805f6158aa57aaee44848e91ac7550149a151ed32ff0d6945165c0112e39cd211126b773713ef8d8f669156c36e9f70a24afbd1b
 SHA512 
bbf4a0e266248374198eedeb84b9866cb69e7a8531bbdbb6ad765f2d7013aa1b0b51cc57205b59be04592959b026c71e887035e663b7eb2c0ed6769272542162
 DIST readthedocs-sphinx-ext-2.1.8.tar.gz 12359 BLAKE2B 
9a1c66725d4d48b6511462c5eea5d87fb28962444f8ff921208579bb2118571da34d2697d2bc91dc1ff71a2e3b7cb1c5b20021bc2f053fffd34f4eb0ae99d387
 SHA512 
2766c0ce69d7d3738cd454c8d3e733542849e6cd96414e1714f337defb62f9260c89a00c9bcc26582e15ce1629d61c48441826c2af84d92da0a6a5b65f474891

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.7.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.7.ebuild
deleted file mode 100644
index 8de94e25687e..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/readthedocs-sphinx-ext/
-   https://pypi.org/project/readthedocs-sphinx-ext/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? ( ${PDEPEND} )
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2022-07-02 Thread Arthur Zamarin
commit: e0b2578283b00ec274250a6d9d69b7fa1653e62d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  2 12:14:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  2 12:14:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b25782

dev-python/readthedocs-sphinx-ext: Stabilize 2.1.8 ALLARCHES, #855773

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
index e81bce103439..377c0a82af2e 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 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/jinja-2.9[${PYTHON_USEDEP}]



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

2022-06-13 Thread Michał Górny
commit: 2b70da3d9cdbfbadb1bac6851bf9a50476a3db15
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 13 08:21:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 13 08:21:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b70da3d

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  2 --
 .../readthedocs-sphinx-ext-2.1.5.ebuild| 32 
 .../readthedocs-sphinx-ext-2.1.6.ebuild| 35 --
 3 files changed, 69 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index e55b2094ba67..9dac374d4bfb 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,4 +1,2 @@
-DIST readthedocs-sphinx-ext-2.1.5.tar.gz 12351 BLAKE2B 
5cb3e821b04dabb492cac194ec3be4cdf5874811d8e57556c653611d4a1e2d57a38c00492662d1530f25f15a011834a7966af4c58b9f8f8fe71559753cf3d79d
 SHA512 
0d2960ca55bf9be4faad0a8aa9cdcde74aaa69529b98be6059377ae037ce447d5919617fd8d4afb85ece6dc7f2693426e1a5574049025859e300211f7a5802fb
-DIST readthedocs-sphinx-ext-2.1.6.tar.gz 12343 BLAKE2B 
bbc1b80e18c1023ef498b7508b1acc400279042ec224bb5d51e60eef586ca2a95a740cddf4bf4a2f165c7012a521cff01196286ca21a51c5a0ffde03e2bdb70f
 SHA512 
f9a4cffbd8939162c2a439e08f5f52a2313f00f42b3efecd4fa1431aa85aac205afcd04b5ecda089a4a239ef77e4f885a7cba9884219229b7c576f173bc52b14
 DIST readthedocs-sphinx-ext-2.1.7.tar.gz 12351 BLAKE2B 
4646016330591dd32d7065d3805f6158aa57aaee44848e91ac7550149a151ed32ff0d6945165c0112e39cd211126b773713ef8d8f669156c36e9f70a24afbd1b
 SHA512 
bbf4a0e266248374198eedeb84b9866cb69e7a8531bbdbb6ad765f2d7013aa1b0b51cc57205b59be04592959b026c71e887035e663b7eb2c0ed6769272542162
 DIST readthedocs-sphinx-ext-2.1.8.tar.gz 12359 BLAKE2B 
9a1c66725d4d48b6511462c5eea5d87fb28962444f8ff921208579bb2118571da34d2697d2bc91dc1ff71a2e3b7cb1c5b20021bc2f053fffd34f4eb0ae99d387
 SHA512 
2766c0ce69d7d3738cd454c8d3e733542849e6cd96414e1714f337defb62f9260c89a00c9bcc26582e15ce1629d61c48441826c2af84d92da0a6a5b65f474891

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild
deleted file mode 100644
index 13e08b6d32eb..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? ( ${PDEPEND} )
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.6.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.6.ebuild
deleted file mode 100644
index 6c7b8aee..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="
-   https://github.com/readthedocs/readthedocs-sphinx-ext/
-   https://pypi.org/project/readthedocs-sphinx-ext/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? ( ${PDEPEND} )
-"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2022-06-01 Thread Michał Górny
commit: c87e615310f625ab0d31d91b669a2c8c978f3f05
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  2 06:16:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  2 06:42:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87e6153

dev-python/readthedocs-sphinx-ext: Bump to 2.1.8

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index ff88b6c758e9..e55b2094ba67 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,3 +1,4 @@
 DIST readthedocs-sphinx-ext-2.1.5.tar.gz 12351 BLAKE2B 
5cb3e821b04dabb492cac194ec3be4cdf5874811d8e57556c653611d4a1e2d57a38c00492662d1530f25f15a011834a7966af4c58b9f8f8fe71559753cf3d79d
 SHA512 
0d2960ca55bf9be4faad0a8aa9cdcde74aaa69529b98be6059377ae037ce447d5919617fd8d4afb85ece6dc7f2693426e1a5574049025859e300211f7a5802fb
 DIST readthedocs-sphinx-ext-2.1.6.tar.gz 12343 BLAKE2B 
bbc1b80e18c1023ef498b7508b1acc400279042ec224bb5d51e60eef586ca2a95a740cddf4bf4a2f165c7012a521cff01196286ca21a51c5a0ffde03e2bdb70f
 SHA512 
f9a4cffbd8939162c2a439e08f5f52a2313f00f42b3efecd4fa1431aa85aac205afcd04b5ecda089a4a239ef77e4f885a7cba9884219229b7c576f173bc52b14
 DIST readthedocs-sphinx-ext-2.1.7.tar.gz 12351 BLAKE2B 
4646016330591dd32d7065d3805f6158aa57aaee44848e91ac7550149a151ed32ff0d6945165c0112e39cd211126b773713ef8d8f669156c36e9f70a24afbd1b
 SHA512 
bbf4a0e266248374198eedeb84b9866cb69e7a8531bbdbb6ad765f2d7013aa1b0b51cc57205b59be04592959b026c71e887035e663b7eb2c0ed6769272542162
+DIST readthedocs-sphinx-ext-2.1.8.tar.gz 12359 BLAKE2B 
9a1c66725d4d48b6511462c5eea5d87fb28962444f8ff921208579bb2118571da34d2697d2bc91dc1ff71a2e3b7cb1c5b20021bc2f053fffd34f4eb0ae99d387
 SHA512 
2766c0ce69d7d3738cd454c8d3e733542849e6cd96414e1714f337defb62f9260c89a00c9bcc26582e15ce1629d61c48441826c2af84d92da0a6a5b65f474891

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
new file mode 100644
index ..e81bce103439
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2022-05-25 Thread Michał Górny
commit: 0db7b81f98c860fb3931060ad7eb71eb6117a30f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 25 05:35:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 25 07:12:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db7b81f

dev-python/readthedocs-sphinx-ext: Bump to 2.1.7

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-2.1.7.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 2be2e32a9a29..ff88b6c758e9 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1,3 @@
 DIST readthedocs-sphinx-ext-2.1.5.tar.gz 12351 BLAKE2B 
5cb3e821b04dabb492cac194ec3be4cdf5874811d8e57556c653611d4a1e2d57a38c00492662d1530f25f15a011834a7966af4c58b9f8f8fe71559753cf3d79d
 SHA512 
0d2960ca55bf9be4faad0a8aa9cdcde74aaa69529b98be6059377ae037ce447d5919617fd8d4afb85ece6dc7f2693426e1a5574049025859e300211f7a5802fb
 DIST readthedocs-sphinx-ext-2.1.6.tar.gz 12343 BLAKE2B 
bbc1b80e18c1023ef498b7508b1acc400279042ec224bb5d51e60eef586ca2a95a740cddf4bf4a2f165c7012a521cff01196286ca21a51c5a0ffde03e2bdb70f
 SHA512 
f9a4cffbd8939162c2a439e08f5f52a2313f00f42b3efecd4fa1431aa85aac205afcd04b5ecda089a4a239ef77e4f885a7cba9884219229b7c576f173bc52b14
+DIST readthedocs-sphinx-ext-2.1.7.tar.gz 12351 BLAKE2B 
4646016330591dd32d7065d3805f6158aa57aaee44848e91ac7550149a151ed32ff0d6945165c0112e39cd211126b773713ef8d8f669156c36e9f70a24afbd1b
 SHA512 
bbf4a0e266248374198eedeb84b9866cb69e7a8531bbdbb6ad765f2d7013aa1b0b51cc57205b59be04592959b026c71e887035e663b7eb2c0ed6769272542162

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.7.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.7.ebuild
new file mode 100644
index ..315489d9e81a
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? ( ${PDEPEND} )
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2022-05-12 Thread Michał Górny
commit: c26a9f6f096d5d02b4f34341d2f5fcbf5b969d0e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 06:17:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 07:13:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26a9f6f

dev-python/readthedocs-sphinx-ext: Bump to 2.1.6

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-2.1.6.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index f8baeb212617..2be2e32a9a29 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-2.1.5.tar.gz 12351 BLAKE2B 
5cb3e821b04dabb492cac194ec3be4cdf5874811d8e57556c653611d4a1e2d57a38c00492662d1530f25f15a011834a7966af4c58b9f8f8fe71559753cf3d79d
 SHA512 
0d2960ca55bf9be4faad0a8aa9cdcde74aaa69529b98be6059377ae037ce447d5919617fd8d4afb85ece6dc7f2693426e1a5574049025859e300211f7a5802fb
+DIST readthedocs-sphinx-ext-2.1.6.tar.gz 12343 BLAKE2B 
bbc1b80e18c1023ef498b7508b1acc400279042ec224bb5d51e60eef586ca2a95a740cddf4bf4a2f165c7012a521cff01196286ca21a51c5a0ffde03e2bdb70f
 SHA512 
f9a4cffbd8939162c2a439e08f5f52a2313f00f42b3efecd4fa1431aa85aac205afcd04b5ecda089a4a239ef77e4f885a7cba9884219229b7c576f173bc52b14

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.6.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.6.ebuild
new file mode 100644
index ..6c7b8aee
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/readthedocs-sphinx-ext/
+   https://pypi.org/project/readthedocs-sphinx-ext/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? ( ${PDEPEND} )
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2022-04-15 Thread Arthur Zamarin
commit: 02d3d8a90613cadd8c272c91fb10d9b4d8dbd85c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 15 15:15:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 15 15:15:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d3d8a9

dev-python/readthedocs-sphinx-ext: drop 2.1.4

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 -
 .../readthedocs-sphinx-ext-2.1.4.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index e7d8b5761f72..f8baeb212617 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1 @@
-DIST readthedocs-sphinx-ext-2.1.4.tar.gz 11218 BLAKE2B 
9851da181b9d181715436dfb350bcaa2f8f6c5dbf56941d2f26457976cd5f5f1e32752b0fa39c65a7ca4f4f304e0e83bb9cd34dcc25a039e6f970d7ca6410a38
 SHA512 
dc3e70f55634e6769a0cd8778644389838884da7f175464e56c7766a1cef257bf6d4bd317a4dd4442fb46fc21714f5697991d1b2a764e40857eefae340b15278
 DIST readthedocs-sphinx-ext-2.1.5.tar.gz 12351 BLAKE2B 
5cb3e821b04dabb492cac194ec3be4cdf5874811d8e57556c653611d4a1e2d57a38c00492662d1530f25f15a011834a7966af4c58b9f8f8fe71559753cf3d79d
 SHA512 
0d2960ca55bf9be4faad0a8aa9cdcde74aaa69529b98be6059377ae037ce447d5919617fd8d4afb85ece6dc7f2693426e1a5574049025859e300211f7a5802fb

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
deleted file mode 100644
index 04c0d566a556..
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${PDEPEND} )"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2022-04-15 Thread Arthur Zamarin
commit: 92c07a4c36b40ed00b29730bf8e630b68f7fcf24
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 15 15:14:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 15 15:14:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c07a4c

dev-python/readthedocs-sphinx-ext: Stabilize 2.1.5 ALLARCHES, #838550

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild
index b4253afe415e..13e08b6d32eb 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 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/jinja-2.9[${PYTHON_USEDEP}]



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

2022-03-16 Thread Michał Górny
commit: 0930e45ee0dd9caf9c66a47e3b9fdc1890520224
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 16 09:16:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 16 09:16:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0930e45e

dev-python/readthedocs-sphinx-ext: Bump to 2.1.5

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-2.1.5.ebuild| 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 4886e21bbaeb..e7d8b5761f72 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-2.1.4.tar.gz 11218 BLAKE2B 
9851da181b9d181715436dfb350bcaa2f8f6c5dbf56941d2f26457976cd5f5f1e32752b0fa39c65a7ca4f4f304e0e83bb9cd34dcc25a039e6f970d7ca6410a38
 SHA512 
dc3e70f55634e6769a0cd8778644389838884da7f175464e56c7766a1cef257bf6d4bd317a4dd4442fb46fc21714f5697991d1b2a764e40857eefae340b15278
+DIST readthedocs-sphinx-ext-2.1.5.tar.gz 12351 BLAKE2B 
5cb3e821b04dabb492cac194ec3be4cdf5874811d8e57556c653611d4a1e2d57a38c00492662d1530f25f15a011834a7966af4c58b9f8f8fe71559753cf3d79d
 SHA512 
0d2960ca55bf9be4faad0a8aa9cdcde74aaa69529b98be6059377ae037ce447d5919617fd8d4afb85ece6dc7f2693426e1a5574049025859e300211f7a5802fb

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild
new file mode 100644
index ..b4253afe415e
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? ( ${PDEPEND} )
+"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2021-09-26 Thread James Le Cuirot
commit: 20ce3020f0cf0df799d864b73cd36a007399ea80
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 12:29:32 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:27:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ce3020

dev-python/readthedocs-sphinx-ext: Keyword 2.1.4 for ~m68k

The tests pass.

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
index 240addef9ff..04c0d566a55 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2021-06-04 Thread Michał Górny
commit: b08bf5a0bc72e7c5b25e29cae4353406a0928264
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  4 12:14:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  4 12:23:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08bf5a0

dev-python/readthedocs-sphinx-ext: Enable py3.10

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
index 153d9719026..240addef9ff 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Code specific for Read the Docs and Sphinx"



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

2021-04-21 Thread Michał Górny
commit: 85cad22c718b647d65ab257db4a3ed0430e2e4f4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 19:22:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 19:22:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cad22c

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 -
 .../readthedocs-sphinx-ext-2.1.3.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 1bf091851df..4886e21bbae 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1 @@
-DIST readthedocs-sphinx-ext-2.1.3.tar.gz 12261 BLAKE2B 
3121b75c2a157a61727f4bc5b15b7a5d0aa23a177593fd7208d558de4ea9d89c48c788a843af833ab9dc79b05baa32231086ca6e4ea4c69ba793fb5001becb12
 SHA512 
f9b03de7a5ef8e6707960cb05b1be8115a55292820fe3fd43efc6d7843b9e55c8c537a53653967e1879ff27c5856ca66f145fc6e8f98891fc1f2682e425e2faf
 DIST readthedocs-sphinx-ext-2.1.4.tar.gz 11218 BLAKE2B 
9851da181b9d181715436dfb350bcaa2f8f6c5dbf56941d2f26457976cd5f5f1e32752b0fa39c65a7ca4f4f304e0e83bb9cd34dcc25a039e6f970d7ca6410a38
 SHA512 
dc3e70f55634e6769a0cd8778644389838884da7f175464e56c7766a1cef257bf6d4bd317a4dd4442fb46fc21714f5697991d1b2a764e40857eefae340b15278

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild
deleted file mode 100644
index 153d9719026..000
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${PDEPEND} )"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2021-04-21 Thread Sam James
commit: 119baa3b1ced3660cd0bf00db0ceee521c65c765
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 18:54:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:54:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119baa3b

dev-python/readthedocs-sphinx-ext: Stabilize 2.1.4 ALLARCHES, #784737

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
index 68b9817de11..153d9719026 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2021-03-18 Thread Michał Górny
commit: c024b4f2a6e9f1aaa72cb7f5a00f96b2cd1058e9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 18 08:51:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 08:52:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c024b4f2

dev-python/readthedocs-sphinx-ext: Bump to 2.1.4

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-2.1.4.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 502ad817acb..1bf091851df 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-2.1.3.tar.gz 12261 BLAKE2B 
3121b75c2a157a61727f4bc5b15b7a5d0aa23a177593fd7208d558de4ea9d89c48c788a843af833ab9dc79b05baa32231086ca6e4ea4c69ba793fb5001becb12
 SHA512 
f9b03de7a5ef8e6707960cb05b1be8115a55292820fe3fd43efc6d7843b9e55c8c537a53653967e1879ff27c5856ca66f145fc6e8f98891fc1f2682e425e2faf
+DIST readthedocs-sphinx-ext-2.1.4.tar.gz 11218 BLAKE2B 
9851da181b9d181715436dfb350bcaa2f8f6c5dbf56941d2f26457976cd5f5f1e32752b0fa39c65a7ca4f4f304e0e83bb9cd34dcc25a039e6f970d7ca6410a38
 SHA512 
dc3e70f55634e6769a0cd8778644389838884da7f175464e56c7766a1cef257bf6d4bd317a4dd4442fb46fc21714f5697991d1b2a764e40857eefae340b15278

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
new file mode 100644
index 000..68b9817de11
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2021-02-19 Thread Michał Górny
commit: 945a9a490964341d206d26378fa27da6742ab9bb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 08:54:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 08:57:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945a9a49

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  2 --
 .../readthedocs-sphinx-ext-2.1.1.ebuild| 27 --
 .../readthedocs-sphinx-ext-2.1.2.ebuild| 27 --
 3 files changed, 56 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index f6457656af1..502ad817acb 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,3 +1 @@
-DIST readthedocs-sphinx-ext-2.1.1.tar.gz 10181 BLAKE2B 
01ca34befd0f18bb747d7f843e0cc394e19db4fe471f2bb21617b6dbdf4c1ad9721047185561f9bfbd8f770e1fefd5b560e65d7c5e2675c1bc8d74e08252eeb1
 SHA512 
5594e375133477ecdc1d22a78c0d4dac73c5e8c1715f4309a9674497ef860b07e8872bb4ba471fbffacd8bd22bc49741b8df54ad9ca9bb474acd9cdee72c8969
-DIST readthedocs-sphinx-ext-2.1.2.tar.gz 11709 BLAKE2B 
9386d9c849c4287a0f52ce054e33d22afed0426b5d775a03c90b7c18021f2a2a9429334dc0231ec8d28d3b4437dcf4e3faf57a0c1e46cfb4690893b96560fa3a
 SHA512 
c1fa8a2c1b1d50aa5039c0592a0960b1162c31f58769754a7fdbe4d85557428f3e0a3a509012077210d30d79a28463ab0624855036ffb45d0977e9e0e22a
 DIST readthedocs-sphinx-ext-2.1.3.tar.gz 12261 BLAKE2B 
3121b75c2a157a61727f4bc5b15b7a5d0aa23a177593fd7208d558de4ea9d89c48c788a843af833ab9dc79b05baa32231086ca6e4ea4c69ba793fb5001becb12
 SHA512 
f9b03de7a5ef8e6707960cb05b1be8115a55292820fe3fd43efc6d7843b9e55c8c537a53653967e1879ff27c5856ca66f145fc6e8f98891fc1f2682e425e2faf

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
deleted file mode 100644
index fb8f88ae7ed..000
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${PDEPEND} )"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.2.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.2.ebuild
deleted file mode 100644
index 68b9817de11..000
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${PDEPEND} )"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2021-02-18 Thread Sam James
commit: 8b7cb7ab0723e03febe8a08648c398d30e72e1b8
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 02:52:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 02:52:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7cb7ab

dev-python/readthedocs-sphinx-ext: Stabilize 2.1.3 ALLARCHES, #771468

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild
index 68b9817de11..153d9719026 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2021-01-20 Thread Michał Górny
commit: b1a010babf62cf1c224941802f7d395f766912e0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 20 08:13:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 08:26:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a010ba

dev-python/readthedocs-sphinx-ext: Bump to 2.1.3

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-2.1.3.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index c1383fc5248..f6457656af1 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1,3 @@
 DIST readthedocs-sphinx-ext-2.1.1.tar.gz 10181 BLAKE2B 
01ca34befd0f18bb747d7f843e0cc394e19db4fe471f2bb21617b6dbdf4c1ad9721047185561f9bfbd8f770e1fefd5b560e65d7c5e2675c1bc8d74e08252eeb1
 SHA512 
5594e375133477ecdc1d22a78c0d4dac73c5e8c1715f4309a9674497ef860b07e8872bb4ba471fbffacd8bd22bc49741b8df54ad9ca9bb474acd9cdee72c8969
 DIST readthedocs-sphinx-ext-2.1.2.tar.gz 11709 BLAKE2B 
9386d9c849c4287a0f52ce054e33d22afed0426b5d775a03c90b7c18021f2a2a9429334dc0231ec8d28d3b4437dcf4e3faf57a0c1e46cfb4690893b96560fa3a
 SHA512 
c1fa8a2c1b1d50aa5039c0592a0960b1162c31f58769754a7fdbe4d85557428f3e0a3a509012077210d30d79a28463ab0624855036ffb45d0977e9e0e22a
+DIST readthedocs-sphinx-ext-2.1.3.tar.gz 12261 BLAKE2B 
3121b75c2a157a61727f4bc5b15b7a5d0aa23a177593fd7208d558de4ea9d89c48c788a843af833ab9dc79b05baa32231086ca6e4ea4c69ba793fb5001becb12
 SHA512 
f9b03de7a5ef8e6707960cb05b1be8115a55292820fe3fd43efc6d7843b9e55c8c537a53653967e1879ff27c5856ca66f145fc6e8f98891fc1f2682e425e2faf

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild
new file mode 100644
index 000..68b9817de11
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2021-01-06 Thread Michał Górny
commit: 507d6b955691cf113c07b8d8b53e91f571cd08d1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan  6 09:24:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  6 10:00:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507d6b95

dev-python/readthedocs-sphinx-ext: Bump to 2.1.2

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-2.1.2.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index c6ef32d9329..c1383fc5248 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-2.1.1.tar.gz 10181 BLAKE2B 
01ca34befd0f18bb747d7f843e0cc394e19db4fe471f2bb21617b6dbdf4c1ad9721047185561f9bfbd8f770e1fefd5b560e65d7c5e2675c1bc8d74e08252eeb1
 SHA512 
5594e375133477ecdc1d22a78c0d4dac73c5e8c1715f4309a9674497ef860b07e8872bb4ba471fbffacd8bd22bc49741b8df54ad9ca9bb474acd9cdee72c8969
+DIST readthedocs-sphinx-ext-2.1.2.tar.gz 11709 BLAKE2B 
9386d9c849c4287a0f52ce054e33d22afed0426b5d775a03c90b7c18021f2a2a9429334dc0231ec8d28d3b4437dcf4e3faf57a0c1e46cfb4690893b96560fa3a
 SHA512 
c1fa8a2c1b1d50aa5039c0592a0960b1162c31f58769754a7fdbe4d85557428f3e0a3a509012077210d30d79a28463ab0624855036ffb45d0977e9e0e22a

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.2.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.2.ebuild
new file mode 100644
index 000..68b9817de11
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2020-12-12 Thread Sam James
commit: 8b271220108b78362e2df0376d404dd83de81bbe
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 13 00:10:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 13 00:10:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b271220

dev-python/readthedocs-sphinx-ext: Keyword 2.1.1 s390, #711622

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
index 2b127f33de6..dbea38d520c 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-11-08 Thread Sam James
commit: 4826f21ce53c09b9ef3c7c5a74b23d6f185c8c51
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:44:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:45:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4826f21c

dev-python/readthedocs-sphinx-ext: Stabilise 753539 hppa, #753539

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
index 94c861c338a..2b127f33de6 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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/jinja-2.9[${PYTHON_USEDEP}]



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

2020-11-02 Thread Michał Górny
commit: 2e1873161d2f8f2c66f00d15827ac3ddb7054126
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  2 14:42:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  2 14:42:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e187316

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 -
 .../readthedocs-sphinx-ext-2.1.0.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 0e1e6935bd6..c6ef32d9329 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1 @@
-DIST readthedocs-sphinx-ext-2.1.0.tar.gz 9961 BLAKE2B 
a172fb2b7bff930f4ef728c5509e0a303bd46fd07e5da496721896751dcd0fa4fa4ba3b4d3251931598cb6172e186a3f340100f13d88c840bcb6912e5a134185
 SHA512 
81e60f3b6216e1c0fef12493e668cff561937bc5da965b0dfd06dca2f034f95291dfa977f94f726ec7f0bf048fa57d9fd7887219ec172b14ff2558be5e09a130
 DIST readthedocs-sphinx-ext-2.1.1.tar.gz 10181 BLAKE2B 
01ca34befd0f18bb747d7f843e0cc394e19db4fe471f2bb21617b6dbdf4c1ad9721047185561f9bfbd8f770e1fefd5b560e65d7c5e2675c1bc8d74e08252eeb1
 SHA512 
5594e375133477ecdc1d22a78c0d4dac73c5e8c1715f4309a9674497ef860b07e8872bb4ba471fbffacd8bd22bc49741b8df54ad9ca9bb474acd9cdee72c8969

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild
deleted file mode 100644
index 1b290f5a107..000
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${PDEPEND} )"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest



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

2020-11-02 Thread Sam James
commit: 8a15f0f594414243e4aa776fc74ffb8d64dbe8ad
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  2 11:58:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  2 11:58:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a15f0f5

dev-python/readthedocs-sphinx-ext: Stabilize 2.1.1 ALLARCHES, #752300

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
index 4c1af578dae..94c861c338a 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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/jinja-2.9[${PYTHON_USEDEP}]



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

2020-10-03 Thread Sergei Trofimovich
commit: fefdf48d48c8affbfa5c8635bf0edf03016301de
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Oct  3 11:19:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct  3 12:16:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefdf48d

dev-python/readthedocs-sphinx-ext: mark 2.1.1 ~hppa, bug #746137

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
index 98b6308e9fa..4c1af578dae 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-08-18 Thread Sam James
commit: 69eb334ae8d1c128d335c3bccb95215de4299af4
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 19 00:55:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 19 00:55:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69eb334a

dev-python/readthedocs-sphinx-ext: Stabilize 2.1.0 ALLARCHES, #737792

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild
index e8bb844066b..1b290f5a107 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-07-24 Thread Michał Górny
commit: 2c24b6b647920e3dab245c282843b3aa7e16a1d6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 24 12:17:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 24 14:31:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c24b6b6

dev-python/readthedocs-sphinx-ext: Port to py3.9

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
index e8bb844066b..72b472afcbc 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Code specific for Read the Docs and Sphinx"



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

2020-07-24 Thread Michał Górny
commit: 55d5dbf03ec30a970bc7cb7f19448b75e66e91af
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 24 12:15:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 24 14:31:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d5dbf0

dev-python/readthedocs-sphinx-ext: Bump to 2.1.1

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-2.1.1.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 2a1d379d2ab..8ff50b8bf41 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1,3 @@
 DIST readthedocs-sphinx-ext-1.0.4.tar.gz 11686 BLAKE2B 
3c188e52682f8c24633f79b9ec0eed7f06c922989f7578f06e0ede0e3844ca019e1905450df8d12150d05f3a82a1103a0786cb2c60dc3551e3e3097849cdc301
 SHA512 
52f45c26ae934b44a41073a9e77096ea8ed97f2a36ed1ea9b63084be0af58dcff24c6b729cda7a8b631f9fe5f56822ceabdbbd2e11056b44df18212986cb445a
 DIST readthedocs-sphinx-ext-2.1.0.tar.gz 9961 BLAKE2B 
a172fb2b7bff930f4ef728c5509e0a303bd46fd07e5da496721896751dcd0fa4fa4ba3b4d3251931598cb6172e186a3f340100f13d88c840bcb6912e5a134185
 SHA512 
81e60f3b6216e1c0fef12493e668cff561937bc5da965b0dfd06dca2f034f95291dfa977f94f726ec7f0bf048fa57d9fd7887219ec172b14ff2558be5e09a130
+DIST readthedocs-sphinx-ext-2.1.1.tar.gz 10181 BLAKE2B 
01ca34befd0f18bb747d7f843e0cc394e19db4fe471f2bb21617b6dbdf4c1ad9721047185561f9bfbd8f770e1fefd5b560e65d7c5e2675c1bc8d74e08252eeb1
 SHA512 
5594e375133477ecdc1d22a78c0d4dac73c5e8c1715f4309a9674497ef860b07e8872bb4ba471fbffacd8bd22bc49741b8df54ad9ca9bb474acd9cdee72c8969

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
new file mode 100644
index 000..e8bb844066b
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2020-07-13 Thread Sam James
commit: cce136593bfcbb84d966a9154c294019d3cc27a0
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 13 20:57:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 13 20:57:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce13659

dev-python/readthedocs-sphinx-ext: arm64 stable (bug #731588)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
index 567b537bd0d..1b290f5a107 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-07-11 Thread Michał Górny
commit: 21f1076691cfeba603a8cae923140d07f9d48367
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 11 08:58:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 11 08:58:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f10766

dev-python/readthedocs-sphinx-ext: Mark ALLARCHES

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

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

diff --git a/dev-python/readthedocs-sphinx-ext/metadata.xml 
b/dev-python/readthedocs-sphinx-ext/metadata.xml
index e24dd86faa2..ec3c387df89 100644
--- a/dev-python/readthedocs-sphinx-ext/metadata.xml
+++ b/dev-python/readthedocs-sphinx-ext/metadata.xml
@@ -5,4 +5,5 @@
 pyt...@gentoo.org
 Python
   
+  
 



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

2020-07-11 Thread Michał Górny
commit: 0b69c41b185247338f39ab3f7111372ad75811a0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 11 09:14:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 11 09:14:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b69c41b

dev-python/readthedocs-sphinx-ext: Stabilize 1.0.4 amd64, #731588

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
index c7a7c240b8a..567b537bd0d 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-07-09 Thread Michał Górny
commit: 47641230436822cdc3f1a85fbd4f4a0ebab96725
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 10 05:59:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 10 06:30:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47641230

dev-python/readthedocs-sphinx-ext: Bump to 2.1.0

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-2.1.0.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 0ce6663d29c..cf6f70e936a 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,3 +1,4 @@
 DIST readthedocs-sphinx-ext-1.0.3.tar.gz 11589 BLAKE2B 
9c6ac1bd3baa2a92cbc67d18f5fd6b3f63ce0fe7cc16832ad23940c7b8d85d88f299c8cba6623d0c2b229cbcc43e43ece926aefa01d6a3055ef9c252ddf68dfd
 SHA512 
571336adbb3f6c9077d2530562f5d72092f8df440b282187fca5aaeb2a9c281aa49bc29423e550905696a200f692ebcea5fe6f83e023f64759224697c49e2f03
 DIST readthedocs-sphinx-ext-1.0.4.tar.gz 11686 BLAKE2B 
3c188e52682f8c24633f79b9ec0eed7f06c922989f7578f06e0ede0e3844ca019e1905450df8d12150d05f3a82a1103a0786cb2c60dc3551e3e3097849cdc301
 SHA512 
52f45c26ae934b44a41073a9e77096ea8ed97f2a36ed1ea9b63084be0af58dcff24c6b729cda7a8b631f9fe5f56822ceabdbbd2e11056b44df18212986cb445a
 DIST readthedocs-sphinx-ext-2.0.0.tar.gz 10570 BLAKE2B 
cd1d424ede0958dd3d14b0b3f207e8080b038de294d003244f81d7eecaf5d8ec9a54c22d77460096b6bb3b70cab0b3915f94f0c529e9754a39351f7a4201dab5
 SHA512 
7cbed8a1ea0ed9f61d9fdac7ed283c7f49d78d8661ba7165efb763a4afd34a47c557174e855f73637e5a9aeaaff0c5acef1f1d273363432886343dcab71c29aa
+DIST readthedocs-sphinx-ext-2.1.0.tar.gz 9961 BLAKE2B 
a172fb2b7bff930f4ef728c5509e0a303bd46fd07e5da496721896751dcd0fa4fa4ba3b4d3251931598cb6172e186a3f340100f13d88c840bcb6912e5a134185
 SHA512 
81e60f3b6216e1c0fef12493e668cff561937bc5da965b0dfd06dca2f034f95291dfa977f94f726ec7f0bf048fa57d9fd7887219ec172b14ff2558be5e09a130

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild
new file mode 100644
index 000..e8bb844066b
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2020-07-09 Thread Agostino Sarubbo
commit: d2e2d0d307faa20cf5f8b5b6a45b0bf027f3e15d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:40:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:40:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e2d0d3

dev-python/readthedocs-sphinx-ext: sparc stable wrt bug #731588

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
index 6676efd2caa..9d1a2e5b03d 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-07-09 Thread Agostino Sarubbo
commit: 858725797ea726db6cc5f9e1b645c205d56a510b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:25:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:25:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85872579

dev-python/readthedocs-sphinx-ext: ppc64 stable wrt bug #731588

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
index 0aa27b3d426..6676efd2caa 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-07-09 Thread Agostino Sarubbo
commit: 935c792893a039797a788fe021f444a7e135d979
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:14:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:16:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935c7928

dev-python/readthedocs-sphinx-ext: ppc stable wrt bug #731588

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

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
index 10409f7c83a..0aa27b3d426 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-07-09 Thread Agostino Sarubbo
commit: 23ba9fd727c0772ec5939246f806dc18fa84b985
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:02:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:04:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ba9fd7

dev-python/readthedocs-sphinx-ext: arm stable wrt bug #731588

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
index e8bb844066b..10409f7c83a 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-06-16 Thread Michał Górny
commit: c2ff595638743332fa184619442706641f4a612e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 17 06:20:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 17 06:56:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ff5956

dev-python/readthedocs-sphinx-ext: Bump to 2.0.0

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-2.0.0.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 3aef4c5fdc0..0ce6663d29c 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1,3 @@
 DIST readthedocs-sphinx-ext-1.0.3.tar.gz 11589 BLAKE2B 
9c6ac1bd3baa2a92cbc67d18f5fd6b3f63ce0fe7cc16832ad23940c7b8d85d88f299c8cba6623d0c2b229cbcc43e43ece926aefa01d6a3055ef9c252ddf68dfd
 SHA512 
571336adbb3f6c9077d2530562f5d72092f8df440b282187fca5aaeb2a9c281aa49bc29423e550905696a200f692ebcea5fe6f83e023f64759224697c49e2f03
 DIST readthedocs-sphinx-ext-1.0.4.tar.gz 11686 BLAKE2B 
3c188e52682f8c24633f79b9ec0eed7f06c922989f7578f06e0ede0e3844ca019e1905450df8d12150d05f3a82a1103a0786cb2c60dc3551e3e3097849cdc301
 SHA512 
52f45c26ae934b44a41073a9e77096ea8ed97f2a36ed1ea9b63084be0af58dcff24c6b729cda7a8b631f9fe5f56822ceabdbbd2e11056b44df18212986cb445a
+DIST readthedocs-sphinx-ext-2.0.0.tar.gz 10570 BLAKE2B 
cd1d424ede0958dd3d14b0b3f207e8080b038de294d003244f81d7eecaf5d8ec9a54c22d77460096b6bb3b70cab0b3915f94f0c529e9754a39351f7a4201dab5
 SHA512 
7cbed8a1ea0ed9f61d9fdac7ed283c7f49d78d8661ba7165efb763a4afd34a47c557174e855f73637e5a9aeaaff0c5acef1f1d273363432886343dcab71c29aa

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.0.0.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.0.0.ebuild
new file mode 100644
index 000..e8bb844066b
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2020-05-27 Thread Michał Górny
commit: cd3fca5032117fe924011894aa9582b53c832012
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 06:51:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 07:03:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3fca50

dev-python/readthedocs-sphinx-ext: Bump to 1.0.4

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-1.0.4.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index a8250eca244..3aef4c5fdc0 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-1.0.3.tar.gz 11589 BLAKE2B 
9c6ac1bd3baa2a92cbc67d18f5fd6b3f63ce0fe7cc16832ad23940c7b8d85d88f299c8cba6623d0c2b229cbcc43e43ece926aefa01d6a3055ef9c252ddf68dfd
 SHA512 
571336adbb3f6c9077d2530562f5d72092f8df440b282187fca5aaeb2a9c281aa49bc29423e550905696a200f692ebcea5fe6f83e023f64759224697c49e2f03
+DIST readthedocs-sphinx-ext-1.0.4.tar.gz 11686 BLAKE2B 
3c188e52682f8c24633f79b9ec0eed7f06c922989f7578f06e0ede0e3844ca019e1905450df8d12150d05f3a82a1103a0786cb2c60dc3551e3e3097849cdc301
 SHA512 
52f45c26ae934b44a41073a9e77096ea8ed97f2a36ed1ea9b63084be0af58dcff24c6b729cda7a8b631f9fe5f56822ceabdbbd2e11056b44df18212986cb445a

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
new file mode 100644
index 000..e8bb844066b
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2020-05-04 Thread Michał Górny
commit: 5d8eae19134c43924bb5f2fec2eba6c43d37ab7d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 11:48:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 11:48:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8eae19

dev-python/readthedocs-sphinx-ext: Remove old

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 -
 .../readthedocs-sphinx-ext-1.0.1-r1.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index bb59e412c0a..a8250eca244 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1,2 +1 @@
-DIST readthedocs-sphinx-ext-1.0.1.tar.gz 11545 BLAKE2B 
7c671b76d47d469713bda798aef13db41ea1a4538fe571c249a4e455343f8a3d9731cbe6f688511cf69344ad728c2d394010d59e34de7295e8bf2682f23db59c
 SHA512 
bb40f3cfd8d114ff0b9f827f20b7e1ab08c2ff3d8a8319cbd73a34e68cf604cfd1991bd0153b3a75cc48fc876fa79a24bc0e3633b099470a39d668c7667afa66
 DIST readthedocs-sphinx-ext-1.0.3.tar.gz 11589 BLAKE2B 
9c6ac1bd3baa2a92cbc67d18f5fd6b3f63ce0fe7cc16832ad23940c7b8d85d88f299c8cba6623d0c2b229cbcc43e43ece926aefa01d6a3055ef9c252ddf68dfd
 SHA512 
571336adbb3f6c9077d2530562f5d72092f8df440b282187fca5aaeb2a9c281aa49bc29423e550905696a200f692ebcea5fe6f83e023f64759224697c49e2f03

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
deleted file mode 100644
index e2359c63810..000
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${PDEPEND} )"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/find_packages/s:):, exclude=["tests"]):' setup.py || die
-   distutils-r1_src_prepare
-}



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

2020-04-22 Thread Michał Górny
commit: 3e7157aa0e41b2cccb5b1d045b2013b34171b640
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 22 06:09:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 22 08:15:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7157aa

dev-python/readthedocs-sphinx-ext: Bump to 1.0.3

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 .../readthedocs-sphinx-ext-1.0.3.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
index 850f166a662..bb59e412c0a 100644
--- a/dev-python/readthedocs-sphinx-ext/Manifest
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -1 +1,2 @@
 DIST readthedocs-sphinx-ext-1.0.1.tar.gz 11545 BLAKE2B 
7c671b76d47d469713bda798aef13db41ea1a4538fe571c249a4e455343f8a3d9731cbe6f688511cf69344ad728c2d394010d59e34de7295e8bf2682f23db59c
 SHA512 
bb40f3cfd8d114ff0b9f827f20b7e1ab08c2ff3d8a8319cbd73a34e68cf604cfd1991bd0153b3a75cc48fc876fa79a24bc0e3633b099470a39d668c7667afa66
+DIST readthedocs-sphinx-ext-1.0.3.tar.gz 11589 BLAKE2B 
9c6ac1bd3baa2a92cbc67d18f5fd6b3f63ce0fe7cc16832ad23940c7b8d85d88f299c8cba6623d0c2b229cbcc43e43ece926aefa01d6a3055ef9c252ddf68dfd
 SHA512 
571336adbb3f6c9077d2530562f5d72092f8df440b282187fca5aaeb2a9c281aa49bc29423e550905696a200f692ebcea5fe6f83e023f64759224697c49e2f03

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.3.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.3.ebuild
new file mode 100644
index 000..e8bb844066b
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest



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

2020-04-22 Thread Michał Górny
commit: 9f8a768b80e31ef07bcd49e7843cac0f5b12bf0f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 22 06:25:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 22 08:15:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8a768b

dev-python/readthedocs-sphinx-ext: Remove py2

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

 .../readthedocs-sphinx-ext-1.0.1.ebuild| 32 --
 1 file changed, 32 deletions(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
deleted file mode 100644
index 9b9a6a7f524..000
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Code specific for Read the Docs and Sphinx"
-HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-PDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${PDEPEND} )"
-
-# unittest should be sufficient but tests are very verbose, so pytest's
-# output capture is most welcome
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/find_packages/s:):, exclude=["tests"]):' setup.py || die
-   distutils-r1_src_prepare
-}



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

2020-04-04 Thread Sergei Trofimovich
commit: 45167ef59bd694fc3ab430e17ddedfb22af928e1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  4 10:37:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  4 10:37:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45167ef5

dev-python/readthedocs-sphinx-ext: keyworded 1.0.1-r1 for ppc, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
index f350dda4307..e2359c63810 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-04-04 Thread Sergei Trofimovich
commit: 5c0542845d7e5284adf6ff731d90456391eeaa3d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  4 10:36:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  4 10:36:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c054284

dev-python/readthedocs-sphinx-ext: keyworded 1.0.1 for ppc, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
index d83198b6611..9b9a6a7f524 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-04-04 Thread Sergei Trofimovich
commit: b7bd01a6e409800bd5ed75f67568ff9bf8c129c3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  4 10:30:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  4 10:30:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bd01a6

dev-python/readthedocs-sphinx-ext: keyworded 1.0.1 for ia64, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
index 7d9cc0129f1..d83198b6611 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-04-04 Thread Sergei Trofimovich
commit: 2f9f19b547de2b07f6d4e29a7c7649aa358d0dbb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  4 10:30:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  4 10:30:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9f19b5

dev-python/readthedocs-sphinx-ext: keyworded 1.0.1-r1 for ia64, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
index b62267cf79b..f350dda4307 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-29 Thread Sergei Trofimovich
commit: 4abbee22a3d65c081bf4b75fb395e602e4f94ba2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abbee22

dev-python/readthedocs-sphinx-ext: keyworded 1.0.1-r1 for ppc64, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
index 1be59c23615..b62267cf79b 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-29 Thread Sergei Trofimovich
commit: 0a9aeb3d11d5cf66a064e1152008d85176ddccfb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9aeb3d

dev-python/readthedocs-sphinx-ext: keyworded 1.0.1 for ppc64, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
index 5d2d1efd298..7d9cc0129f1 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-15 Thread Matt Turner
commit: 47deebb03b6fdc2e9e2ceca69ee89f8b922ee52b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 16 04:04:38 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 16 04:10:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47deebb0

dev-python/readthedocs-sphinx-ext-1.0.1: add ~alpha, bug 711622

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
index b97d64f62ec..5d2d1efd298 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-15 Thread Matt Turner
commit: f6240c87b68e9dd10941b55a39a10e5c94fa2353
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 16 04:04:39 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 16 04:10:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6240c87

dev-python/readthedocs-sphinx-ext-1.0.1-r1: add ~alpha, bug 711622

Signed-off-by: Matt Turner  gentoo.org>

 .../readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
index 005927a161b..1be59c23615 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-14 Thread Mikle Kolyada
commit: c3d62bf0c645e6ab66fc6b05bee327dd04f56b1d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 14 18:14:02 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 14 18:14:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d62bf0

dev-python/readthedocs-sphinx-ext: Add ~arm keyword wrt bug #711622

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild   | 2 +-
 dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
index b1097d57e9a..005927a161b 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
index fef3311c1ce..b97d64f62ec 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-12 Thread Mart Raudsepp
commit: fe0417429e1b9c1f661ce90ec5f169e7530ec0c4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 12 13:53:11 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 12 14:05:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe041742

dev-python/readthedocs-sphinx-ext: arm64 keyworded (bug #711622)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild   | 2 +-
 dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
index 977bad6485d..b1097d57e9a 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
index facc92468ff..fef3311c1ce 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-11 Thread Sergei Trofimovich
commit: bd9c0c406259a2abf0f43cbc1aa7b00656d43c07
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 11 06:40:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 11 07:21:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9c0c40

dev-python/readthedocs-sphinx-ext: mark 1.0.1 ~sparc, bug #711622

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
index 4cc1b438443..facc92468ff 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-11 Thread Sergei Trofimovich
commit: e868f4aba7683d9de8449f4173d3aeaf9596d0d2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 11 06:40:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 11 07:21:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e868f4ab

dev-python/readthedocs-sphinx-ext: mark 1.0.1-r1 ~sparc, bug #711622

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
index d3de5b22a6c..977bad6485d 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-05 Thread Michał Górny
commit: c4667a669e878c92743fa7d11ed1733a85203fc3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  5 18:03:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  5 18:03:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4667a66

dev-python/readthedocs-sphinx-ext: Revbump to drop py2

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

 .../readthedocs-sphinx-ext-1.0.1-r1.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
new file mode 100644
index 000..d3de5b22a6c
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/find_packages/s:):, exclude=["tests"]):' setup.py || die
+   distutils-r1_src_prepare
+}



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

2020-03-02 Thread Michał Górny
commit: 1aab4f5e665cf327c1b035e7c6307ea1e701af9c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  3 06:37:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  3 07:01:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aab4f5e

dev-python/readthedocs-sphinx-ext: New package

Add the Sphinx extension for readthedocs, now needed to test
dev-python/sphinx_rtd_theme.

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

 dev-python/readthedocs-sphinx-ext/Manifest |  1 +
 dev-python/readthedocs-sphinx-ext/metadata.xml |  8 ++
 .../readthedocs-sphinx-ext-1.0.1.ebuild| 32 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/readthedocs-sphinx-ext/Manifest 
b/dev-python/readthedocs-sphinx-ext/Manifest
new file mode 100644
index 000..850f166a662
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/Manifest
@@ -0,0 +1 @@
+DIST readthedocs-sphinx-ext-1.0.1.tar.gz 11545 BLAKE2B 
7c671b76d47d469713bda798aef13db41ea1a4538fe571c249a4e455343f8a3d9731cbe6f688511cf69344ad728c2d394010d59e34de7295e8bf2682f23db59c
 SHA512 
bb40f3cfd8d114ff0b9f827f20b7e1ab08c2ff3d8a8319cbd73a34e68cf604cfd1991bd0153b3a75cc48fc876fa79a24bc0e3633b099470a39d668c7667afa66

diff --git a/dev-python/readthedocs-sphinx-ext/metadata.xml 
b/dev-python/readthedocs-sphinx-ext/metadata.xml
new file mode 100644
index 000..e24dd86faa2
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+pyt...@gentoo.org
+Python
+  
+

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
new file mode 100644
index 000..4cc1b438443
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/find_packages/s:):, exclude=["tests"]):' setup.py || die
+   distutils-r1_src_prepare
+}