commit:     e09488a7b46a9c5b31073a0be35fc65d9bb65442
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 15:25:44 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 15:25:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09488a7

dev-python/sphinx-multiversion: update EAPI 7 -> 8, pep517, py3.12

Closes: https://bugs.gentoo.org/909966
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/sphinx-multiversion/Manifest            |  1 +
 dev-python/sphinx-multiversion/metadata.xml        |  1 +
 .../sphinx-multiversion-0.2.4-r1.ebuild            | 23 ++++++++++++++++++++++
 3 files changed, 25 insertions(+)

diff --git a/dev-python/sphinx-multiversion/Manifest 
b/dev-python/sphinx-multiversion/Manifest
index 09d063091ece..9d996d229f0f 100644
--- a/dev-python/sphinx-multiversion/Manifest
+++ b/dev-python/sphinx-multiversion/Manifest
@@ -1 +1,2 @@
+DIST sphinx-multiversion-0.2.4.gh.tar.gz 20468 BLAKE2B 
9bdc59691b63c280d08c77108318b778c8bf948c502538e94e77072589c4e6565bcb7e863a8d765f55be012b21a1a0242d37077248312a7ee18dc788a7dbc633
 SHA512 
68441793631f59df3330ecc84c0d1aa279f0492021108121f2bdab92d5a3eb61522664f14c4ebe8709126e0088ff8eb323aeeebb5d1e7a2dcbd358eeac772d08
 DIST sphinx-multiversion-0.2.4.tar.gz 20468 BLAKE2B 
9bdc59691b63c280d08c77108318b778c8bf948c502538e94e77072589c4e6565bcb7e863a8d765f55be012b21a1a0242d37077248312a7ee18dc788a7dbc633
 SHA512 
68441793631f59df3330ecc84c0d1aa279f0492021108121f2bdab92d5a3eb61522664f14c4ebe8709126e0088ff8eb323aeeebb5d1e7a2dcbd358eeac772d08

diff --git a/dev-python/sphinx-multiversion/metadata.xml 
b/dev-python/sphinx-multiversion/metadata.xml
index 64aa484646ed..61610788aab5 100644
--- a/dev-python/sphinx-multiversion/metadata.xml
+++ b/dev-python/sphinx-multiversion/metadata.xml
@@ -7,6 +7,7 @@
        </maintainer>
        <upstream>
                <remote-id type="pypi">sphinx-multiversion</remote-id>
+               <remote-id 
type="github">Holzhaus/sphinx-multiversion</remote-id>
        </upstream>
        <stabilize-allarches/>
 </pkgmetadata>

diff --git a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild 
b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
new file mode 100644
index 000000000000..434de8f770d1
--- /dev/null
+++ b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Add support for multiple versions to sphinx"
+HOMEPAGE="https://github.com/Holzhaus/sphinx-multiversion";
+SRC_URI="https://github.com/Holzhaus/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+       dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/alabaster

Reply via email to