summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-multiversion
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-01 08:00:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-01 08:00:51 +0100
commitd1c14e94a73fba924761cdad7298f3e48c6bc160 (patch)
tree60b97f0d81b3b06b06acc48ff8856d7c4afa2989 /dev-python/sphinx-multiversion
parentd5ee59790ee8298b8599b0aa0fa21a98b972a44d (diff)
gentoo auto-resync : 01:07:2024 - 08:00:50
Diffstat (limited to 'dev-python/sphinx-multiversion')
-rw-r--r--dev-python/sphinx-multiversion/Manifest2
-rw-r--r--dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild15
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-python/sphinx-multiversion/Manifest b/dev-python/sphinx-multiversion/Manifest
index b721a270165b..e89599fc2c9b 100644
--- a/dev-python/sphinx-multiversion/Manifest
+++ b/dev-python/sphinx-multiversion/Manifest
@@ -1,3 +1,3 @@
DIST sphinx-multiversion-0.2.4.gh.tar.gz 20468 BLAKE2B 9bdc59691b63c280d08c77108318b778c8bf948c502538e94e77072589c4e6565bcb7e863a8d765f55be012b21a1a0242d37077248312a7ee18dc788a7dbc633 SHA512 68441793631f59df3330ecc84c0d1aa279f0492021108121f2bdab92d5a3eb61522664f14c4ebe8709126e0088ff8eb323aeeebb5d1e7a2dcbd358eeac772d08
-EBUILD sphinx-multiversion-0.2.4-r1.ebuild 586 BLAKE2B 38a07cecacbfda63b1e500df7f0fc967a6e95349d4d88ea1b44fabd597c053677faccb062e0b6a1aec1a571167d0a6af34a7c4ee0524af47d000e6c6f9d2a070 SHA512 db778b21ad8516193d707142217fdabe702aac4704fdd7b882240c2b8ace6383be3898a382aaee2505cc78f9f682a7e5c34b8375f521cf3d1a4756135ba1aae0
+EBUILD sphinx-multiversion-0.2.4-r1.ebuild 657 BLAKE2B 76decc25a0ef12539560648cd4a154f2b8d5121d592b4e0d47907120deee8569137de5230eee35de1d258969809c23ae7d4a2303437c8e05ffa27205e149172c SHA512 236d1c71dd6ff6b422dc65174db2196d5e87f2272c6c392b1dc80fab0bf5cc5f1ee441201a76bdb6a2985d5fdbf3bc7cdf0d57de57bc88f88da690e8cc4335f3
MISC metadata.xml 433 BLAKE2B 17fb2ce903fca66b01a99041c879fb8e98b9323f2500405b583f5574db1aae3970a0978b701af6794881c33f06e5752b681c05b2c7f83e150841bf1d5b53da30 SHA512 e1a7ecfeac8d065966c9ddf6b7edbceb0d062b2596a6901faf85a5fdf4518067982f292a0eafe96fff3131da941ba9ca8c5443c7e5605e1dd1891b191db9213f
diff --git a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
index a4a539081ef1..3c5e4af6e775 100644
--- a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
+++ b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
@@ -1,15 +1,22 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
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"
+HOMEPAGE="
+ https://github.com/Holzhaus/sphinx-multiversion/
+ https://pypi.org/project/sphinx-multiversion/
+"
+SRC_URI="
+ https://github.com/Holzhaus/sphinx-multiversion/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="BSD-2"
SLOT="0"