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

2024-01-29 Thread Michał Górny
commit: 98147554c4b549b23cf5c6e1725d3d6555d3fb7e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 29 09:31:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 29 09:55:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98147554

dev-python/sphinxcontrib-htmlhelp: Remove old

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 -
 .../sphinxcontrib-htmlhelp-2.0.4.ebuild| 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index 17bd1a860ab1..75fc7d08699a 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib_htmlhelp-2.0.4.tar.gz 21799 BLAKE2B 
ef5f5c26696cadc37feefda8b5343562efd45ab7685d472d820f4e391a163f26634269087c24971b176ef7b05e0191f90dc6b07093ca25a424bbf7a2a69d
 SHA512 
5f1c4619b986060fb6213e23b5339b7b5d57abdb8f6034473116c9ea7c3d04cf0985115141c5325cb93bac330eb6109d2e81327f53fda78838c9ed5435469b29
 DIST sphinxcontrib_htmlhelp-2.0.5.tar.gz 21925 BLAKE2B 
ba023e53c14b5427b09a9608cfc45ccdf932d4c27cce40932088fadb127ebfe50d7b2639513589469facf108fdc748e0f07195766e6e4bc67d26c50d00a2bf75
 SHA512 
537ef6a1a32863728a6324fcd50f9374e4f488ed7ed112f9f0ceb9e4488637f502280dda21835e8d63c6b6297d2a3db3032c3f307dce5948b516f293d07b9711

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild
deleted file mode 100644
index 57afa8a5f35e..
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sphinx extension which outputs HTML help book"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
-   https://pypi.org/project/sphinxcontrib-htmlhelp/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-PDEPEND="
-   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   ${PDEPEND}
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-01-28 Thread Arthur Zamarin
commit: 5c1be26777e58338275dce8f93693537d281b805
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jan 29 07:02:03 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jan 29 07:02:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1be267

dev-python/sphinxcontrib-htmlhelp: Stabilize 2.0.5 ALLARCHES, #923197

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.5.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.5.ebuild
index 3069fe73f963..3aefb6cbbdeb 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.5.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 PDEPEND="
>=dev-python/sphinx-5[${PYTHON_USEDEP}]



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

2024-01-13 Thread Michał Górny
commit: d2472942e26ecb0d93180475bcd54c2c0ad4d15a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 13 07:04:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 13 08:19:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2472942

dev-python/sphinxcontrib-htmlhelp: Bump to 2.0.5

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 +
 .../sphinxcontrib-htmlhelp-2.0.5.ebuild| 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index e6c22713a6e9..17bd1a860ab1 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib_htmlhelp-2.0.4.tar.gz 21799 BLAKE2B 
ef5f5c26696cadc37feefda8b5343562efd45ab7685d472d820f4e391a163f26634269087c24971b176ef7b05e0191f90dc6b07093ca25a424bbf7a2a69d
 SHA512 
5f1c4619b986060fb6213e23b5339b7b5d57abdb8f6034473116c9ea7c3d04cf0985115141c5325cb93bac330eb6109d2e81327f53fda78838c9ed5435469b29
+DIST sphinxcontrib_htmlhelp-2.0.5.tar.gz 21925 BLAKE2B 
ba023e53c14b5427b09a9608cfc45ccdf932d4c27cce40932088fadb127ebfe50d7b2639513589469facf108fdc748e0f07195766e6e4bc67d26c50d00a2bf75
 SHA512 
537ef6a1a32863728a6324fcd50f9374e4f488ed7ed112f9f0ceb9e4488637f502280dda21835e8d63c6b6297d2a3db3032c3f307dce5948b516f293d07b9711

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.5.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.5.ebuild
new file mode 100644
index ..3069fe73f963
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension which outputs HTML help book"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
+   https://pypi.org/project/sphinxcontrib-htmlhelp/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+
+PDEPEND="
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${PDEPEND}
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-09-11 Thread Michał Górny
commit: 7ed45cd9c070508a102171966a1907ecdeb8ca35
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 11 14:01:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 11 14:01:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed45cd9

dev-python/sphinxcontrib-htmlhelp: Remove old

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  2 -
 .../sphinxcontrib-htmlhelp-2.0.1.ebuild| 44 --
 .../sphinxcontrib-htmlhelp-2.0.3.ebuild| 32 
 3 files changed, 78 deletions(-)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index 14280748ad37..e6c22713a6e9 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1,3 +1 @@
-DIST sphinxcontrib-htmlhelp-2.0.1.tar.gz 27967 BLAKE2B 
922921a52c421bde9787df6fd5107a515bb0af4f4a6a6c8b84f474b9d7b0ce9251437b8780b3464190e494555bbe6d72604e155bce98794c36c03ddbcc5c4cc7
 SHA512 
7957ad688d7f9d44c0413fd747147e8e261136d48ed159fef4e668dcab76c54103028102a9ed893bfadbd175b88543e0d1414b8e01a716810d44b92edfbd79e5
-DIST sphinxcontrib_htmlhelp-2.0.3.tar.gz 21752 BLAKE2B 
c21a6b046aff388a05e8a2a3b926f1b5e3e4b280ce0f504cd799efe72470d9602ab67bca3ed7d45ad94bda395682cdc3e501a29602d70ff58e22e897155872ea
 SHA512 
1a185c28e0a1159b51a2f93773684d6703857b25498f83aa3b8644aa87f26c7ba9b8b88ddaabe0021d0572cbbe52bffabe90d58247fb8a883d662e09cac7f1ef
 DIST sphinxcontrib_htmlhelp-2.0.4.tar.gz 21799 BLAKE2B 
ef5f5c26696cadc37feefda8b5343562efd45ab7685d472d820f4e391a163f26634269087c24971b176ef7b05e0191f90dc6b07093ca25a424bbf7a2a69d
 SHA512 
5f1c4619b986060fb6213e23b5339b7b5d57abdb8f6034473116c9ea7c3d04cf0985115141c5325cb93bac330eb6109d2e81327f53fda78838c9ed5435469b29

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
deleted file mode 100644
index 63469224754e..
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sphinx extension which outputs HTML help book"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
-   https://pypi.org/project/sphinxcontrib-htmlhelp/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-PDEPEND="
-   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   ${PDEPEND}
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-   distutils_write_namespace sphinxcontrib
-   cd "${T}" || die
-   epytest "${S}"/tests
-}

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.3.ebuild
deleted file mode 100644
index 1bc7cc2853dc..
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sphinx extension which outputs HTML help book"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
-   https://pypi.org/project/sphinxcontrib-htmlhelp/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-PDEPEND="
-   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   ${PDEPEND}
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-09-11 Thread Arthur Zamarin
commit: 7dd88687cbe4cedfbf98d19a532ebf3b3c53abf9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 11 11:57:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 11 11:57:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd88687

dev-python/sphinxcontrib-htmlhelp: Stabilize 2.0.4 ALLARCHES, #913998

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild
index 1bc7cc2853dc..57afa8a5f35e 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 PDEPEND="
>=dev-python/sphinx-5[${PYTHON_USEDEP}]



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

2023-08-14 Thread Michał Górny
commit: dae98d831ecbd08b20cc5f5d50a591ba137d1929
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 15 02:39:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 15 02:39:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae98d83

dev-python/sphinxcontrib-htmlhelp: Bump to 2.0.4

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 +
 .../sphinxcontrib-htmlhelp-2.0.4.ebuild| 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index d53d56ff002d..14280748ad37 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1,2 +1,3 @@
 DIST sphinxcontrib-htmlhelp-2.0.1.tar.gz 27967 BLAKE2B 
922921a52c421bde9787df6fd5107a515bb0af4f4a6a6c8b84f474b9d7b0ce9251437b8780b3464190e494555bbe6d72604e155bce98794c36c03ddbcc5c4cc7
 SHA512 
7957ad688d7f9d44c0413fd747147e8e261136d48ed159fef4e668dcab76c54103028102a9ed893bfadbd175b88543e0d1414b8e01a716810d44b92edfbd79e5
 DIST sphinxcontrib_htmlhelp-2.0.3.tar.gz 21752 BLAKE2B 
c21a6b046aff388a05e8a2a3b926f1b5e3e4b280ce0f504cd799efe72470d9602ab67bca3ed7d45ad94bda395682cdc3e501a29602d70ff58e22e897155872ea
 SHA512 
1a185c28e0a1159b51a2f93773684d6703857b25498f83aa3b8644aa87f26c7ba9b8b88ddaabe0021d0572cbbe52bffabe90d58247fb8a883d662e09cac7f1ef
+DIST sphinxcontrib_htmlhelp-2.0.4.tar.gz 21799 BLAKE2B 
ef5f5c26696cadc37feefda8b5343562efd45ab7685d472d820f4e391a163f26634269087c24971b176ef7b05e0191f90dc6b07093ca25a424bbf7a2a69d
 SHA512 
5f1c4619b986060fb6213e23b5339b7b5d57abdb8f6034473116c9ea7c3d04cf0985115141c5325cb93bac330eb6109d2e81327f53fda78838c9ed5435469b29

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild
new file mode 100644
index ..1bc7cc2853dc
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension which outputs HTML help book"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
+   https://pypi.org/project/sphinxcontrib-htmlhelp/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+
+PDEPEND="
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${PDEPEND}
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-08-09 Thread Michał Górny
commit: 16c4711fa0f19194aee4dae39774ea11a3f607fc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 10 02:41:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 10 02:53:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c4711f

dev-python/sphinxcontrib-htmlhelp: Bump to 2.0.3

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 +
 .../sphinxcontrib-htmlhelp-2.0.3.ebuild| 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index 939da069fda2..d53d56ff002d 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-htmlhelp-2.0.1.tar.gz 27967 BLAKE2B 
922921a52c421bde9787df6fd5107a515bb0af4f4a6a6c8b84f474b9d7b0ce9251437b8780b3464190e494555bbe6d72604e155bce98794c36c03ddbcc5c4cc7
 SHA512 
7957ad688d7f9d44c0413fd747147e8e261136d48ed159fef4e668dcab76c54103028102a9ed893bfadbd175b88543e0d1414b8e01a716810d44b92edfbd79e5
+DIST sphinxcontrib_htmlhelp-2.0.3.tar.gz 21752 BLAKE2B 
c21a6b046aff388a05e8a2a3b926f1b5e3e4b280ce0f504cd799efe72470d9602ab67bca3ed7d45ad94bda395682cdc3e501a29602d70ff58e22e897155872ea
 SHA512 
1a185c28e0a1159b51a2f93773684d6703857b25498f83aa3b8644aa87f26c7ba9b8b88ddaabe0021d0572cbbe52bffabe90d58247fb8a883d662e09cac7f1ef

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.3.ebuild
new file mode 100644
index ..1bc7cc2853dc
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension which outputs HTML help book"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
+   https://pypi.org/project/sphinxcontrib-htmlhelp/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+
+PDEPEND="
+   >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${PDEPEND}
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-05-29 Thread Sam James
commit: b15a28dc7b22be4958938f57118c66511b69d2d0
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon May 29 18:30:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 21:55:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15a28dc

dev-python/sphinxcontrib-htmlhelp: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
index 003414f2a224..63469224754e 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.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/sphinxcontrib-htmlhelp/

2023-03-03 Thread Michał Górny
commit: cf4452af1df7b9ea49b3885d6b4406a0f0348303
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  3 17:37:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  3 17:40:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4452af

dev-python/sphinxcontrib-htmlhelp: Use pypi.eclass

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
index fbfcf2b6dbda..003414f2a224 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
@@ -4,9 +4,10 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Sphinx extension which outputs HTML help book"
 HOMEPAGE="
@@ -14,7 +15,6 @@ HOMEPAGE="
https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
https://pypi.org/project/sphinxcontrib-htmlhelp/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"



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

2023-03-03 Thread Michał Górny
commit: 1301f82e056dee4093372f40d3dc9b55f7b07f61
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  3 17:36:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  3 17:40:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1301f82e

dev-python/sphinxcontrib-htmlhelp: Remove old

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 -
 .../sphinxcontrib-htmlhelp-2.0.0-r1.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index dd8045d6a877..939da069fda2 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib-htmlhelp-2.0.0.tar.gz 28144 BLAKE2B 
09b0d9bcec57140278c4476fa0bbc40d359fc167d8ea891a1585fbdeafe6eb0b52442dbbc8d1d5b6edb3953b04fc29a71f6f74e58a281ebb0d79e5a30cb02749
 SHA512 
6ed673966615f3e818e00de4b7e59c27f0a0d7b494294f804540777c580480870c36002c08d8ad626b7b41a676fe40edc0b0b5ffc6ad8080f38f59c24e157636
 DIST sphinxcontrib-htmlhelp-2.0.1.tar.gz 27967 BLAKE2B 
922921a52c421bde9787df6fd5107a515bb0af4f4a6a6c8b84f474b9d7b0ce9251437b8780b3464190e494555bbe6d72604e155bce98794c36c03ddbcc5c4cc7
 SHA512 
7957ad688d7f9d44c0413fd747147e8e261136d48ed159fef4e668dcab76c54103028102a9ed893bfadbd175b88543e0d1414b8e01a716810d44b92edfbd79e5

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
deleted file mode 100644
index fbfcf2b6dbda..
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension which outputs HTML help book"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
-   https://pypi.org/project/sphinxcontrib-htmlhelp/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-PDEPEND="
-   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   ${PDEPEND}
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-   distutils_write_namespace sphinxcontrib
-   cd "${T}" || die
-   epytest "${S}"/tests
-}



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

2023-03-03 Thread Arthur Zamarin
commit: ae7ac39e8785eb678f13b621a4ade4318075b532
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar  3 17:32:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar  3 17:32:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7ac39e

dev-python/sphinxcontrib-htmlhelp: Stabilize 2.0.1 ALLARCHES, #899140

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
index 68ce8456f5f4..fbfcf2b6dbda 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 PDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]



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

2023-01-31 Thread Arthur Zamarin
commit: 435d69dab9360908dac70db370500902a111bd7a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 31 18:53:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 31 19:09:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435d69da

dev-python/sphinxcontrib-htmlhelp: add 2.0.1

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 +
 .../sphinxcontrib-htmlhelp-2.0.1.ebuild| 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index f27606a08b15..dd8045d6a877 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-htmlhelp-2.0.0.tar.gz 28144 BLAKE2B 
09b0d9bcec57140278c4476fa0bbc40d359fc167d8ea891a1585fbdeafe6eb0b52442dbbc8d1d5b6edb3953b04fc29a71f6f74e58a281ebb0d79e5a30cb02749
 SHA512 
6ed673966615f3e818e00de4b7e59c27f0a0d7b494294f804540777c580480870c36002c08d8ad626b7b41a676fe40edc0b0b5ffc6ad8080f38f59c24e157636
+DIST sphinxcontrib-htmlhelp-2.0.1.tar.gz 27967 BLAKE2B 
922921a52c421bde9787df6fd5107a515bb0af4f4a6a6c8b84f474b9d7b0ce9251437b8780b3464190e494555bbe6d72604e155bce98794c36c03ddbcc5c4cc7
 SHA512 
7957ad688d7f9d44c0413fd747147e8e261136d48ed159fef4e668dcab76c54103028102a9ed893bfadbd175b88543e0d1414b8e01a716810d44b92edfbd79e5

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
new file mode 100644
index ..68ce8456f5f4
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension which outputs HTML help book"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
+   https://pypi.org/project/sphinxcontrib-htmlhelp/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+
+PDEPEND="
+   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${PDEPEND}
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+   distutils_write_namespace sphinxcontrib
+   cd "${T}" || die
+   epytest "${S}"/tests
+}



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

2022-05-14 Thread Arthur Zamarin
commit: 0e191df77b0ca71fbefef5ed919f5795547124a5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 14 12:35:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 14 12:44:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e191df7

dev-python/sphinxcontrib-htmlhelp: enable py3.11

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

 .../sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
index 792c39e7ec5f..60072db33248 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-04-26 Thread Michał Górny
commit: 53b7794b2e3f8fa3992281c0ecb1c0bd9f76b170
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 20:14:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 20:28:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b7794b

dev-python/sphinxcontrib-htmlhelp: Remove old

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

 .../sphinxcontrib-htmlhelp-2.0.0.ebuild| 32 --
 1 file changed, 32 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
deleted file mode 100644
index b94a7f8825b9..
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension which outputs HTML help book"
-HOMEPAGE="https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
-PDEPEND="
-   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   ${PDEPEND}
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



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

2022-04-26 Thread Arthur Zamarin
commit: b3221acb0caf23b3a3d549e249b548231155851c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 26 19:14:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 26 19:14:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3221acb

dev-python/sphinxcontrib-htmlhelp: Stabilize 2.0.0-r1 ALLARCHES, #841152

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

 .../sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
index 7aef514fdcaf..088d060f849c 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 PDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]



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

2022-04-26 Thread Michał Górny
commit: f4fa35f1387a5c5aaef03b6bbb34a6f0441b1663
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 17:00:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 17:01:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fa35f1

dev-python/sphinxcontrib-htmlhelp: Mark ALLARCHES

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

 dev-python/sphinxcontrib-htmlhelp/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/sphinxcontrib-htmlhelp/metadata.xml 
b/dev-python/sphinxcontrib-htmlhelp/metadata.xml
index f8f84742d76a..955dd0da5295 100644
--- a/dev-python/sphinxcontrib-htmlhelp/metadata.xml
+++ b/dev-python/sphinxcontrib-htmlhelp/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

sphinxcontrib-htmlhelp
sphinx-doc/sphinxcontrib-htmlhelp



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

2022-04-20 Thread Michał Górny
commit: bb158ee6f99c5eb4f9e25e91d70959da69e93abd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 20 10:05:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 20 12:18:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb158ee6

dev-python/sphinxcontrib-htmlhelp: EAPI 8, PEP517, rm namespace dep

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

 .../sphinxcontrib-htmlhelp-2.0.0-r1.ebuild | 44 ++
 1 file changed, 44 insertions(+)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
new file mode 100644
index ..7aef514fdcaf
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-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="Sphinx extension which outputs HTML help book"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
+   https://pypi.org/project/sphinxcontrib-htmlhelp/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+PDEPEND="
+   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${PDEPEND}
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+   distutils_write_namespace sphinxcontrib
+   cd "${T}" || die
+   epytest "${S}"/tests
+}



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

2021-07-16 Thread Michał Górny
commit: ff3e0c58ed71d5e5cf08635e5031b14692d552ff
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 21:47:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 21:53:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3e0c58

dev-python/sphinxcontrib-htmlhelp: Remove old

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 -
 .../sphinxcontrib-htmlhelp-1.0.3.ebuild| 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index bc70cd8934c..f27606a08b1 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib-htmlhelp-1.0.3.tar.gz 24248 BLAKE2B 
eeb7edd0bce99621ce6fa3a2bb9ba90a619af18403c8b4b0148a7d20fd3847f418f35bb1bb413531c0799b5b98be7b45aca51aa5c8120d9c997abb86ab0b0f01
 SHA512 
f37542c5789340bb26c41b84512e08998e4ef45ff2eb0fdb0e10f585cff27a145d5821b8eb3766d009e2b5a38c3d7efb127ab898982e1b6fd1d4ff7e26907db4
 DIST sphinxcontrib-htmlhelp-2.0.0.tar.gz 28144 BLAKE2B 
09b0d9bcec57140278c4476fa0bbc40d359fc167d8ea891a1585fbdeafe6eb0b52442dbbc8d1d5b6edb3953b04fc29a71f6f74e58a281ebb0d79e5a30cb02749
 SHA512 
6ed673966615f3e818e00de4b7e59c27f0a0d7b494294f804540777c580480870c36002c08d8ad626b7b41a676fe40edc0b0b5ffc6ad8080f38f59c24e157636

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
deleted file mode 100644
index bdfa2f9fc3e..000
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension which outputs HTML help book"
-HOMEPAGE="https://www.sphinx-doc.org
-   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
-PDEPEND="
-   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   ${PDEPEND}
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



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

2021-07-16 Thread Sam James
commit: fd5b62ae9ecdb85bfe3aa7dcb6ed15e41a0f85a2
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 21:40:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 21:44:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5b62ae

dev-python/sphinxcontrib-htmlhelp: Stabilize 2.0.0 arm, #801835

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
index d5f14fa2a45..b94a7f8825b 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2021-07-15 Thread Sergei Trofimovich
commit: 1b75f958cfec4fb5eb7177b695f397458f279aba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul 15 22:17:07 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul 15 22:17:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b75f958

dev-python/sphinxcontrib-htmlhelp: stable 2.0.0 for ppc

stable wrt bug #801835

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
index 2c96b5eb63e..d5f14fa2a45 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2021-07-14 Thread Sergei Trofimovich
commit: 729103951ef851d5826e2f6b4d99c1006ca9db82
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jul 14 16:00:39 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 14 16:08:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72910395

dev-python/sphinxcontrib-htmlhelp: stable 2.0.0 for hppa, bug #801835

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
index c9edf306114..2c96b5eb63e 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2021-07-13 Thread Sam James
commit: 6c39872126fb28fb4bed90995c039819bdadaa8d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 13 19:58:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 13 19:58:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c398721

dev-python/sphinxcontrib-htmlhelp: Stabilize 2.0.0 arm64, #801835

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
index b8e200cdbf3..c9edf306114 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2021-07-12 Thread Sam James
commit: d8788dd9a144eb651b284248990dd631516e6ec5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 22:08:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 22:08:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8788dd9

dev-python/sphinxcontrib-htmlhelp: Stabilize 2.0.0 amd64, #801835

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
index 10e836914e9..b8e200cdbf3 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2021-07-12 Thread Sergei Trofimovich
commit: 01359696dbc9b5ce5836a74a4b28aa919ce3fd2b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 12 18:28:23 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 12 18:38:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01359696

dev-python/sphinxcontrib-htmlhelp: mark 2.0.0 sparc, bug #801835

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
index 14ab5ad1212..67f0479eb6a 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2021-06-04 Thread Michał Górny
commit: 870b9416e6d24d692bf559f57e76b831d62066c5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  4 10:54:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  4 12:00:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870b9416

dev-python/sphinxcontrib-htmlhelp: Enable py3.10

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
index d48fd742660..14ab5ad1212 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
 
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Sphinx extension which outputs HTML help book"



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

2021-05-23 Thread Michał Górny
commit: 102575b1562d76d9150138aacfbf2c446227ccfc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 06:05:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 06:30:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102575b1

dev-python/sphinxcontrib-htmlhelp: Bump to 2.0.0

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 +
 .../sphinxcontrib-htmlhelp-2.0.0.ebuild| 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index 955412ed868..bc70cd8934c 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-htmlhelp-1.0.3.tar.gz 24248 BLAKE2B 
eeb7edd0bce99621ce6fa3a2bb9ba90a619af18403c8b4b0148a7d20fd3847f418f35bb1bb413531c0799b5b98be7b45aca51aa5c8120d9c997abb86ab0b0f01
 SHA512 
f37542c5789340bb26c41b84512e08998e4ef45ff2eb0fdb0e10f585cff27a145d5821b8eb3766d009e2b5a38c3d7efb127ab898982e1b6fd1d4ff7e26907db4
+DIST sphinxcontrib-htmlhelp-2.0.0.tar.gz 28144 BLAKE2B 
09b0d9bcec57140278c4476fa0bbc40d359fc167d8ea891a1585fbdeafe6eb0b52442dbbc8d1d5b6edb3953b04fc29a71f6f74e58a281ebb0d79e5a30cb02749
 SHA512 
6ed673966615f3e818e00de4b7e59c27f0a0d7b494294f804540777c580480870c36002c08d8ad626b7b41a676fe40edc0b0b5ffc6ad8080f38f59c24e157636

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
new file mode 100644
index 000..d48fd742660
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension which outputs HTML help book"
+HOMEPAGE="https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+PDEPEND="
+   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   ${PDEPEND}
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2021-01-06 Thread Fabian Groffen
commit: e17b1e5ad3e90a4b1336c5ec19c7354f56734f0d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 22:24:16 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 22:24:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17b1e5a

dev-python/sphinxcontrib-htmlhelp: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index 279be33ea21..f6e7632 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2020-12-04 Thread Michał Górny
commit: 4b3f6f294440be903e28f8b73544b50ea5c6b490
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  4 12:35:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  4 12:36:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3f6f29

Revert "dev-python/sphinxcontrib-htmlhelp: Remove namespace dep"

This reverts commit 6ec79b3997abcd879f55168a8febf8fada317f94.

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

 ...trib-htmlhelp-1.0.3-r1.ebuild => sphinxcontrib-htmlhelp-1.0.3.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3-r1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
similarity index 92%
rename from 
dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3-r1.ebuild
rename to dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index 0ed21f8f1b8..279be33ea21 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3-r1.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -15,6 +15,7 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
+RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-12-03 Thread Michał Górny
commit: 6ec79b3997abcd879f55168a8febf8fada317f94
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  3 17:20:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  3 17:30:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec79b39

dev-python/sphinxcontrib-htmlhelp: Remove namespace dep

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

 ...trib-htmlhelp-1.0.3.ebuild => sphinxcontrib-htmlhelp-1.0.3-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3-r1.ebuild
similarity index 92%
rename from 
dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
rename to 
dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3-r1.ebuild
index 279be33ea21..0ed21f8f1b8 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3-r1.ebuild
@@ -15,7 +15,6 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
-RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-08-24 Thread Michał Górny
commit: 33de62e696cbd715cc697591102130323d3d1693
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 24 15:08:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 24 15:08:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33de62e6

dev-python/sphinxcontrib-htmlhelp: Remove old

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 -
 .../sphinxcontrib-htmlhelp-1.0.2.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index ba60a608ac6..955412ed868 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib-htmlhelp-1.0.2.tar.gz 25417 BLAKE2B 
f5f13cebf0bdeb8065fa37b12d90dcb4cf4775377b2290517105bfdcfcd7a168d10b0c84a90cdcbefa95f0d40b6bb644532e75b5616562cc37c04e103ee7bc4b
 SHA512 
2ee6c8a91095d8f87208ea509153edc5495b9ef78231add39880e133413b1fa95e152264e5c9dfe6afc89afcb107acacc241754e7b5d86137bb5c64a851702de
 DIST sphinxcontrib-htmlhelp-1.0.3.tar.gz 24248 BLAKE2B 
eeb7edd0bce99621ce6fa3a2bb9ba90a619af18403c8b4b0148a7d20fd3847f418f35bb1bb413531c0799b5b98be7b45aca51aa5c8120d9c997abb86ab0b0f01
 SHA512 
f37542c5789340bb26c41b84512e08998e4ef45ff2eb0fdb0e10f585cff27a145d5821b8eb3766d009e2b5a38c3d7efb127ab898982e1b6fd1d4ff7e26907db4

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
deleted file mode 100644
index ea5fe0bd103..000
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-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="Sphinx extension which outputs HTML help book"
-HOMEPAGE="http://www.sphinx-doc.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
-
-RDEPEND=""
-PDEPEND="
-   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



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

2020-05-31 Thread Michał Górny
commit: d091056be044545cbd6c84d41964c7d23abdbf7d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 31 16:35:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 31 17:17:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d091056b

dev-python/sphinxcontrib-htmlhelp: Port to py39

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index e987c32773e..362a4601fc6 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-13 Thread Agostino Sarubbo
commit: 2782f4baf8d32178893767d9d2b38ef568bd9ba8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 17:11:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 17:11:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2782f4ba

dev-python/sphinxcontrib-htmlhelp: arm stable wrt bug #720620

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index 61ed616671e..e987c32773e 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2020-05-11 Thread Mart Raudsepp
commit: 34cdd1d98cfcf5347036c376236f769033aded1b
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon May 11 13:42:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May 11 15:30:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cdd1d9

dev-python/sphinxcontrib-htmlhelp: arm64 stable (bug #720620)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index 3325646a00a..61ed616671e 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2020-05-08 Thread Sergei Trofimovich
commit: 1d9d683f167d496270a57742cb51640566916889
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May  8 09:27:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  8 09:30:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9d683f

dev-python/sphinxcontrib-htmlhelp: stable 1.0.3 for hppa, bug #720620

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index bdfec45a95b..3325646a00a 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2020-05-06 Thread Sergei Trofimovich
commit: a2e97ec26b6a3206c247d5367451ac97cf8439d0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May  6 17:27:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 17:34:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e97ec2

dev-python/sphinxcontrib-htmlhelp: mark 1.0.3 sparc, bug #720620

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/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index b158688a952..bdfec45a95b 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2020-05-06 Thread Mikle Kolyada
commit: e6188b4407e00f41c27b41c25d4bdc163444971d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 14:25:19 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 14:25:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6188b44

dev-python/sphinxcontrib-htmlhelp: s390 stable wrt bug #710524

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="s390"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
index 9a6f9375409..ea5fe0bd103 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND=""
 PDEPEND="



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

2020-05-06 Thread Sergei Trofimovich
commit: 77b934f9fcbc4030b3e30f07fb7f4f80fdfd9f6f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May  6 07:12:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 07:17:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b934f9

dev-python/sphinxcontrib-htmlhelp: stable 1.0.3 for ppc64, bug #720620

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index 8c478e749c5..b158688a952 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2020-05-06 Thread Sergei Trofimovich
commit: 8d7943d0f59fc3db1b1947d2ae8bfa1480aae426
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May  6 06:51:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 07:01:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7943d0

dev-python/sphinxcontrib-htmlhelp: stable 1.0.3 for ppc, bug #720620

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index 8feabb3f71a..8c478e749c5 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2020-05-04 Thread Michał Górny
commit: da60263a085762c6ce522aaf91fea2158ca3480b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 08:57:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 09:03:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da60263a

dev-python/sphinxcontrib-htmlhelp: Add missing test-dep on html5lib

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

 .../sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild| 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index ef105cf43f4..8feabb3f71a 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -18,9 +18,11 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sp
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${PDEPEND} )"
+BDEPEND="
+   test? (
+   ${PDEPEND}
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )"
 
 distutils_enable_tests pytest
 



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

2020-05-03 Thread Agostino Sarubbo
commit: 6b7f835e854c16e9edf272c5c87f2c7463f5335e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:29:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:29:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7f835e

dev-python/sphinxcontrib-htmlhelp: x86 stable wrt bug #720620

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index 2938a002dcf..ef105cf43f4 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="



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

2020-04-05 Thread Sergei Trofimovich
commit: 3a2373e615e5fc2750eed8c9b07c985c27ba8199
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr  5 19:35:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  5 21:53:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2373e6

dev-python/sphinxcontrib-htmlhelp: stable 1.0.2 for hppa, bug #710524

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
index 808c55a897d..9a6f9375409 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND=""
 PDEPEND="



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

2020-03-02 Thread Michał Górny
commit: 12e588002560b28453d9f977b7fb92279cde67c0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  2 14:51:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  2 15:16:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e58800

dev-python/sphinxcontrib-htmlhelp: Bump to 1.0.3, add tests

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

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 +
 .../sphinxcontrib-htmlhelp-1.0.3.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index 50cc0c693bd..ba60a608ac6 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-htmlhelp-1.0.2.tar.gz 25417 BLAKE2B 
f5f13cebf0bdeb8065fa37b12d90dcb4cf4775377b2290517105bfdcfcd7a168d10b0c84a90cdcbefa95f0d40b6bb644532e75b5616562cc37c04e103ee7bc4b
 SHA512 
2ee6c8a91095d8f87208ea509153edc5495b9ef78231add39880e133413b1fa95e152264e5c9dfe6afc89afcb107acacc241754e7b5d86137bb5c64a851702de
+DIST sphinxcontrib-htmlhelp-1.0.3.tar.gz 24248 BLAKE2B 
eeb7edd0bce99621ce6fa3a2bb9ba90a619af18403c8b4b0148a7d20fd3847f418f35bb1bb413531c0799b5b98be7b45aca51aa5c8120d9c997abb86ab0b0f01
 SHA512 
f37542c5789340bb26c41b84512e08998e4ef45ff2eb0fdb0e10f585cff27a145d5821b8eb3766d009e2b5a38c3d7efb127ab898982e1b6fd1d4ff7e26907db4

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
new file mode 100644
index 000..60095391e98
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-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="Sphinx extension which outputs HTML help book"
+HOMEPAGE="https://www.sphinx-doc.org
+   https://github.com/sphinx-doc/sphinxcontrib-htmlhelp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+
+RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+PDEPEND="
+   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${PDEPEND} )"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2020-02-24 Thread Agostino Sarubbo
commit: dc0ad68d85d2e44a152377b7fdba56e8e6852332
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 24 11:42:24 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 24 11:43:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0ad68d

dev-python/sphinxcontrib-htmlhelp: ppc stable wrt bug #710524

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
index 6484a1421f1..24b418e45eb 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND=""
 PDEPEND="



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

2020-02-24 Thread Agostino Sarubbo
commit: 1dc5729b4dde52368a7f5f331e2cb2f48625f1a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 24 11:31:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 24 11:31:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc5729b

dev-python/sphinxcontrib-htmlhelp: ppc64 stable wrt bug #710524

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
index 2df802467de..6484a1421f1 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND=""
 PDEPEND="



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

2020-02-24 Thread Agostino Sarubbo
commit: daa568b5bf6d5ca1b1563f6241e0bf67ffcb78e2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 24 11:27:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 24 11:27:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa568b5

dev-python/sphinxcontrib-htmlhelp: ia64 stable wrt bug #710524

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
index 52223e12b6d..2df802467de 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND=""
 PDEPEND="



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

2020-02-24 Thread Agostino Sarubbo
commit: 187a302083bca788eacf4e15f5f164a44e4a52f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 24 10:04:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 24 10:04:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187a3020

dev-python/sphinxcontrib-htmlhelp: sparc stable wrt bug #710524

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
index 56ab5c69618..52223e12b6d 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 RDEPEND=""
 PDEPEND="



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

2020-02-23 Thread Mikle Kolyada
commit: ef7625df4b80f1133f55fb911d5a7ae0da69e0a4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Feb 23 12:09:40 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Feb 23 12:09:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7625df

dev-python/sphinxcontrib-htmlhelp: arm stable wrt bug #710524

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
index 30a1b31d4e5..56ab5c69618 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
 
 RDEPEND=""
 PDEPEND="



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

2020-01-26 Thread Matthew Thode
commit: be3a773cc217945a513d921af26533c5ae93259a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 26 21:15:14 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan 26 21:25:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3a773c

dev-python/sphinxcontrib-htmlhelp: 1.0.2 stable x86

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

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
index 53a92621b62..30a1b31d4e5 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
 
 RDEPEND=""
 PDEPEND="



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

2019-12-19 Thread Piotr Karbowski
commit: 591fbfb7df5af3380736652266f80c758200dabc
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Thu Dec 19 20:44:48 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Thu Dec 19 21:39:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591fbfb7

dev-python/sphinxcontrib-htmlhelp-1.0.2: python 3.8 support added.

Signed-off-by: Piotr Karbowski  gentoo.org>

 dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
index e5726a0cd29..3b7360913ba 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
+PYTHON_COMPAT=( python3_{5,6,7,8} pypy3 )
 
 inherit distutils-r1
 



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

2019-04-12 Thread Virgil Dupras
commit: f588c7312a32caf511beb9ba9b4c01f85d1c2301
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Apr 12 12:30:10 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Apr 12 13:02:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f588c731

dev-python/sphinxcontrib-htmlhelp: bump to 1.0.2

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/sphinxcontrib-htmlhelp/Manifest  | 2 +-
 ...ontrib-htmlhelp-1.0.1.ebuild => sphinxcontrib-htmlhelp-1.0.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
index 58dc5f4161a..50cc0c693bd 100644
--- a/dev-python/sphinxcontrib-htmlhelp/Manifest
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -1 +1 @@
-DIST sphinxcontrib-htmlhelp-1.0.1.tar.gz 20448 BLAKE2B 
c7e8cc306f196719b60f4ae8aa678a09d18f7986529b71e4631b99a14d4631b00d9f59766f4d96eea1f16e26adc3e0998295b766886def705be57adf0016ee2d
 SHA512 
a364a490e5043e767a8b498b5b621f3f3c64bf15f65847097489d3d2ba8620adea2045024d5189a68d97af6f68161f714f09a712cdd9fc6d06524ea818cf2e1a
+DIST sphinxcontrib-htmlhelp-1.0.2.tar.gz 25417 BLAKE2B 
f5f13cebf0bdeb8065fa37b12d90dcb4cf4775377b2290517105bfdcfcd7a168d10b0c84a90cdcbefa95f0d40b6bb644532e75b5616562cc37c04e103ee7bc4b
 SHA512 
2ee6c8a91095d8f87208ea509153edc5495b9ef78231add39880e133413b1fa95e152264e5c9dfe6afc89afcb107acacc241754e7b5d86137bb5c64a851702de

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild
similarity index 100%
rename from 
dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.1.ebuild
rename to dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.ebuild



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

2019-03-31 Thread Virgil Dupras
commit: 5f1f312f601379c900c6d04831c26442a30bb1c4
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Mar 31 02:19:14 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Mar 31 13:03:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1f312f

dev-python/sphinxcontrib-htmlhelp: new package

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/sphinxcontrib-htmlhelp/Manifest |  1 +
 dev-python/sphinxcontrib-htmlhelp/metadata.xml | 11 +
 .../sphinxcontrib-htmlhelp-1.0.1.ebuild| 27 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest 
b/dev-python/sphinxcontrib-htmlhelp/Manifest
new file mode 100644
index 000..58dc5f4161a
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-htmlhelp-1.0.1.tar.gz 20448 BLAKE2B 
c7e8cc306f196719b60f4ae8aa678a09d18f7986529b71e4631b99a14d4631b00d9f59766f4d96eea1f16e26adc3e0998295b766886def705be57adf0016ee2d
 SHA512 
a364a490e5043e767a8b498b5b621f3f3c64bf15f65847097489d3d2ba8620adea2045024d5189a68d97af6f68161f714f09a712cdd9fc6d06524ea818cf2e1a

diff --git a/dev-python/sphinxcontrib-htmlhelp/metadata.xml 
b/dev-python/sphinxcontrib-htmlhelp/metadata.xml
new file mode 100644
index 000..0cca313393e
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   sphinxcontrib-htmlhelp
+   
+

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.1.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.1.ebuild
new file mode 100644
index 000..ebec7800e64
--- /dev/null
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension which outputs HTML help book"
+HOMEPAGE="http://www.sphinx-doc.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris"
+
+RDEPEND=""
+PDEPEND="
+   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}