commit:     6ffe39afbc91bfa32eae6a2dded6569df4723bb2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  8 18:14:55 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  8 19:30:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffe39af

app-doc/python-docs: Bump to 3.13.3

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

 app-doc/python-docs/Manifest                  |  1 +
 app-doc/python-docs/python-docs-3.13.3.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-doc/python-docs/Manifest b/app-doc/python-docs/Manifest
index 0ef661747872..dcb479b5948f 100644
--- a/app-doc/python-docs/Manifest
+++ b/app-doc/python-docs/Manifest
@@ -3,5 +3,6 @@ DIST python-3.10.16-docs-html.tar.bz2 7425105 BLAKE2B 
db25e08cd5355559a374f6ec30
 DIST python-3.11.11-docs-html.tar.bz2 7983082 BLAKE2B 
9e44612a894e96f2e745562672f568a65ed07df998162f7dcdcdaa550d91139750ca84d303a4eaa85358c14e60987e25f14695be9b08bd6c8d0fb581565abe8a
 SHA512 
34f355c999a93d60226f269b51bb3499e248b316dc80413a42089a29bfbaacdc830647f68e4c0758a729424a61486564a843524905d5f0fbfdf914f346c3c474
 DIST python-3.12.9-docs-html.tar.bz2 8428229 BLAKE2B 
243aa966548660ee85391c6aed4809b753f556fdfe5439341d067317867316fb8beed3a9c2a61e3d4c35a888440b98b756b46f3475a803dc756194af8af1dc9c
 SHA512 
808e2848469fa77b45a15891bc9482761c9b2786003b68156fe28cd5dd592cb0556224b6f322a1aa54b67d74b207fbc033cf2a7da995fac9bf4fd1187f6608b0
 DIST python-3.13.2-docs-html.tar.bz2 10344279 BLAKE2B 
fd5e5e4d2352dc17b2d64ab38bbdfefe96e43bce3beeec6e72289808f7d9ce802181c901f86a4f6be63f16f9f2c35d9ff7d3465a3676e56a940418233828628e
 SHA512 
4c45916df7a180fe1cb1f7310c4e260f2d130349a6295213611f475b72a91f60712b81b93aace2a05315d5ae17a3e5794ff6bfbc7e5714783f7a89621461f18b
+DIST python-3.13.3-docs-html.tar.bz2 10354611 BLAKE2B 
9c0fa4d9e56d98f674cc0d4b80189da11dd82956cc54ae6a00eea7d4c907381827b5b12210b79676ffe661ec9a7189dd04e422b09160e8be05fa8528bedc6128
 SHA512 
a297e0f39615cbcd76b4ccf94a4c7cb4bf02242dc6c0c51edc05e8d9c2423af4183cbf84f37824c8e1e7b5949f7b138bb807d40a71df75d6529aa16a260d6548
 DIST python-3.8.20-docs-html.tar.bz2 6727651 BLAKE2B 
ec11857b5bdfb4646a2762353db877a558cfc543563a7a9b0db100f675511c31450d16c30a986d39226a9b16be3ffd132863e396ef05165047ab73bf037bf2a6
 SHA512 
0a77f0240d6d495a5099d4a95e151f38517730815e6f3d9b82964cf60be95b8bdc960916d317e19bb8e14a9604217cd1fa85703996aec972004a6a93d4ffa6d0
 DIST python-3.9.21-docs-html.tar.bz2 6989677 BLAKE2B 
f23c4958fbfc2ec30b49c04530ae0d6e8bc5ca64dd99ecd61e1e7c841470197a1cce6050f47248b1f58a68ffdec24113f2d24514abfc788236fa3775a6e76306
 SHA512 
c033e851163dbaff410cbae947456878f6a19c02dc674f9fdce7d275b24508f003d85859fad8025769dd4ef7d7438170ec430d624afc630ce09954c06c4c4c66

diff --git a/app-doc/python-docs/python-docs-3.13.3.ebuild 
b/app-doc/python-docs/python-docs-3.13.3.ebuild
new file mode 100644
index 000000000000..6f86fc1b3137
--- /dev/null
+++ b/app-doc/python-docs/python-docs-3.13.3.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
+}

Reply via email to