commit: 3cec44759d2060435914e50de2160042bf44ca50
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 12 00:53:13 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 00:53:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cec4475
app-doc/python-docs: Bump to 3.13.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-doc/python-docs/Manifest | 1 +
app-doc/python-docs/python-docs-3.13.5.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/app-doc/python-docs/Manifest b/app-doc/python-docs/Manifest
index 1d6a4822a24a..2a0811db7241 100644
--- a/app-doc/python-docs/Manifest
+++ b/app-doc/python-docs/Manifest
@@ -7,6 +7,7 @@ DIST python-3.12.10-docs-html.tar.bz2 8428154 BLAKE2B
67edb393a4f7cfdfe80a3a36d4
DIST python-3.12.11-docs-html.tar.bz2 8438004 BLAKE2B
2e94aeea57d0a75727896449da0f04843127aa467e54834ea1012fcd594b7f145c35341413f76b4c4ef34668f2ddc68b16b6df47350c4075b75b506ac7c586b3
SHA512
fd60319314dd9e8bd680ec034bd32137c65b21705f4b7f8995fb5137262229539b02c1d622b2f4434a529ce9b369c8062d2c119ed5843dc31bd9b0ba0976dd81
DIST python-3.13.3-docs-html.tar.bz2 10354611 BLAKE2B
9c0fa4d9e56d98f674cc0d4b80189da11dd82956cc54ae6a00eea7d4c907381827b5b12210b79676ffe661ec9a7189dd04e422b09160e8be05fa8528bedc6128
SHA512
a297e0f39615cbcd76b4ccf94a4c7cb4bf02242dc6c0c51edc05e8d9c2423af4183cbf84f37824c8e1e7b5949f7b138bb807d40a71df75d6529aa16a260d6548
DIST python-3.13.4-docs-html.tar.bz2 10370149 BLAKE2B
4a3ee4b746c1115d46e2e2c65c8f67fb3486160cfb23465d0b8ffa31da89b86baed183f67aa62aef2d6d35febebcbf5897f8834efd5312bbe501e3e5faa0266b
SHA512
2dc53e6d42ec68b8d226be4ee6dd9c580998e0b64c772ee7f13c50b159f0a7d00eb379b300d5e718cc1389a75763689b82e661b4e3b93069d1cbede849e1da3c
+DIST python-3.13.5-docs-html.tar.bz2 10372550 BLAKE2B
0333fffec526942bfe7c70135e6a3eb33ca0ab346427a1e16e0f0dfe09e6bf8ea50a9d760f305842770044b1d1394525de65ad6a2750746c81f2fcc342f566b4
SHA512
639ecac6b342ee7b62968a60d4c7815a0fc59320cf206202148fc0494f46ba690e39b684b311be5c75e1eedd34e1300053a3aa5e5d585ea6159539d9fe542781
DIST python-3.8.20-docs-html.tar.bz2 6727651 BLAKE2B
ec11857b5bdfb4646a2762353db877a558cfc543563a7a9b0db100f675511c31450d16c30a986d39226a9b16be3ffd132863e396ef05165047ab73bf037bf2a6
SHA512
0a77f0240d6d495a5099d4a95e151f38517730815e6f3d9b82964cf60be95b8bdc960916d317e19bb8e14a9604217cd1fa85703996aec972004a6a93d4ffa6d0
DIST python-3.9.22-docs-html.tar.bz2 7008222 BLAKE2B
19aed2ed4b3c42a78f62664ae710c2b6572972bd013b6c0941aa79c123e02c8f6dc76e8208c86dfe701ae5a4ccbfc4f203db895797771aa868366b434019f9f7
SHA512
052a146073ac94aed8910b07586583fcc07a1c083da6d99609e10805a003b6839ca72adaa27199b221de237c3ecd827c18a2eea571933b623744feeb5b8a764d
DIST python-3.9.23-docs-html.tar.bz2 7012126 BLAKE2B
6768ce71941585365c963a8f5a15c4a18fe8beccb31e45a6679557366e4d56493bef3bd33b183540e96898bf8ad977f6bfd4ae56d4371d8fe906da603cd588e4
SHA512
396dd9f7212873f37c45d227cb53d334ec10b3b84c21f32ebb8652b457ab107eaeefc760d7cea2873b581341d94e628bd4c8eebdbdfffe9e2496267031eb779b
diff --git a/app-doc/python-docs/python-docs-3.13.5.ebuild
b/app-doc/python-docs/python-docs-3.13.5.ebuild
new file mode 100644
index 000000000000..6f86fc1b3137
--- /dev/null
+++ b/app-doc/python-docs/python-docs-3.13.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P=python-${PV}-docs-html
+DESCRIPTION="HTML documentation for Python"
+HOMEPAGE="https://www.python.org/doc/"
+SRC_URI="https://www.python.org/ftp/python/doc/${PV}/${MY_P}.tar.bz2"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="PSF-2"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc
~x86"
+
+src_install() {
+ rm -r _sources || die
+ docinto html
+ dodoc -r .
+
+ newenvd - 60python-docs-${SLOT} <<-EOF
+
PYTHONDOCS_${SLOT//./_}="${EPREFIX}/usr/share/doc/${PF}/html/library"
+ EOF
+}