app-doc/python-docs: add 3.9.23

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-04 03:22:26 +01:00
parent d386ed5604
commit 586231a799
2 changed files with 24 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ DIST python-3.13.3-docs-html.tar.bz2 10354611 BLAKE2B 9c0fa4d9e56d98f674cc0d4b80
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
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

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="HTML documentation for Python"
HOMEPAGE="https://www.python.org/doc/"
SRC_URI="https://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
S="${WORKDIR}/python-${PV}-docs-html"
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
}