summaryrefslogtreecommitdiff
path: root/dev-python/flask-sphinx-themes
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/flask-sphinx-themes')
-rw-r--r--dev-python/flask-sphinx-themes/Manifest2
-rw-r--r--dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild9
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/flask-sphinx-themes/Manifest b/dev-python/flask-sphinx-themes/Manifest
index fb21010613a4..0591a30a0997 100644
--- a/dev-python/flask-sphinx-themes/Manifest
+++ b/dev-python/flask-sphinx-themes/Manifest
@@ -1,3 +1,3 @@
DIST Flask-Sphinx-Themes-1.0.2.tar.gz 9066 BLAKE2B f4c67bf6c8e064a9d278779613182fa2139c83255b6e5c28adfd7d5e8df90c2203a6758dc22702b2d708d9876de029ff4e4d05daeb462dc8127bbb28a1392ac0 SHA512 55893b19f1c3da026e1e6d98143ccb4d2939da0d76e6530dd00f72ace6095d0fd038213a4ad02151a82670543634c6efe61a546df3ef90d71b1864914d36e2ac
-EBUILD flask-sphinx-themes-1.0.2-r1.ebuild 503 BLAKE2B bc4112536cfcc33f006dd32f34f4d6895b4da24455bf55fcdb00d990319c7e8b759ba9b33d22e1cd769f055ad0224620d8d75d64dc06a4d50fe052b9333e3487 SHA512 35661f370e576aa96e51529eeb44242efc0d195e6d9bb92a2a3a43b98b0d601ce007f42474ed0b6b50ec382b54e3014fff37ebba18ffa9c489875ee229b7ef91
+EBUILD flask-sphinx-themes-1.0.2-r1.ebuild 517 BLAKE2B 0f9ba64785b0c84672a05d0a9fea0f949da235d659eb41ab6dd575965e6ae39ed25f90114f20d11aa821704f1ef41e1c2fe070ebfa127329ff1d3d65c68b14ec SHA512 e0786375787e635801a3fca7d0f463bea8b503358a55af6acd1a82799aa4ecd1e91a938f0e59bada382f061fff9c917ae846872a4e937caeadd35f70c22d64a2
MISC metadata.xml 504 BLAKE2B 4fe3d61ba640b18462737907d7048d3f81a4378b946f9552e5e145ea77f94618b5d4b6e2582f7b8933ff4bd2093f12137bcc8f37db284e93fe1a50db7f0c312c SHA512 576cbb6cef7b45e3dac5f23f0684ff2dccde20237cd8c2449fa9f67b7265561507a8c5067022eb93e16b222941d6af70593d01d337fcf1a3df2c8992b3a4dc66
diff --git a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild
index b1760a086800..8deaa4c4309b 100644
--- a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild
+++ b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,12 +6,15 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN="Flask-Sphinx-Themes"
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="Sphinx Themes for Flask related projects and Flask itself"
-HOMEPAGE="https://github.com/pallets/flask-sphinx-themes https://pypi.org/project/Flask-Sphinx-Themes/"
+HOMEPAGE="
+ https://github.com/pallets/flask-sphinx-themes/
+ https://pypi.org/project/Flask-Sphinx-Themes/
+"
LICENSE="BSD"
SLOT="0"