mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-doc/python-docs: Bump to 3.13.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -3,6 +3,7 @@ DIST python-3.10.19-docs-html.tar.bz2 7453972 BLAKE2B b4803d7607b98e94cb5b816355
|
||||
DIST python-3.11.14-docs-html.tar.bz2 8011943 BLAKE2B e193e5e76551098d83cc3c0379a41877581c2f9067912072d4678c0b3c44ce8ce84353adb427bc10702ca1fbd01ff67c44df870fc37ce79d28d908dd2c5b518e SHA512 2c1aa63388533c5a6861e1da16591323a0951843588518909a1916aba00fbbcd60be64be2feaf2b7de94e6d1167ba1006765473d8e27dfa80581abb7e23d2e77
|
||||
DIST python-3.12.12-docs-html.tar.bz2 8444609 BLAKE2B e383c099285476abfd7a4dd33fbd16e591bc4d71411804dc445823a0de5635c35a05f6da5678d48c1343525bf2baa24ae9fe4e872719fb2f03aecf9ec9bbc8c7 SHA512 17ecc35d5f3012d6ad803e439c2e460307db51a36356b92943b91255458b1f45caab703af4ddf0df30cd7c0469deff8eed2f3a25b4912bc126f44f70e6b60eb5
|
||||
DIST python-3.13.11-docs-html.tar.bz2 10375801 BLAKE2B 5eb49d02526c28a2f0ad5eacb3c668ca5d2d17d29e5b4fa299e2c8901066626232abb7faa342266c851d4bd2ba44ee8ba5c5e7f5040c9c820babda58d0e26407 SHA512 225f6323cb7cbf503ca831d10340fc130470cd310d1a8efa8e35777fcab596c39329ae84307903164e2211b8f8e1373388f7774fde4d80d1d1ea72addd8abb38
|
||||
DIST python-3.13.12-docs-html.tar.bz2 10439375 BLAKE2B f7d199a63cc5e4e1bef545f72865fe1b91adb2bf0d2a978d64e4e281a2787494376fca25f6ee6419248758f96f77d52af53c1a34dfe3a3571e2630cc1e3ebc1e SHA512 ef162025c68bdf00323710441b8894679a06e1b6614360de81c221a74b458be57fa7b37f6aa9debb6f54bbd9f3a7a473a775ed9c9d8f13a7f33e98dc355ca936
|
||||
DIST python-3.13.9-docs-html.tar.bz2 10368030 BLAKE2B 00e403b9612bef040250ee9958a93e4c16fd6ef147e653991070c460cffe0478a7187e135992a295e162b9525f14a0cf8921deec986fc9d3c37ded44a3f315c9 SHA512 1fdf6d2097b26b0b7df380e4f831599d89ab45d9d649e18c645ee315304a5b3ebcccea32312ef0632a926819af2ca50904c4ca7d33e71b65a0cdfa0f0ba16554
|
||||
DIST python-3.14.0-docs-html.tar.bz2 10820770 BLAKE2B 98d04cc7693a7dfca5bfe77b10135410e890240881172f95478702e1b57d592626bafedcbe2dc279fd21e89d61bdb1f56a6c2212ac7ac26c6b61bef18419fca3 SHA512 65d9b810be1699f49277b33d71f4a0f3fb4b143bc11e05bb3077cd13553010d4e815acec3fb5eded2a7163e9669aa22e052a84079e90ac4477ab3ab7936b4b23
|
||||
DIST python-3.14.2-docs-html.tar.bz2 10777500 BLAKE2B 2082328f9a19a6acac3bd1f49b47d825b8ccb576efb6d73aecd578b3f45cf9a915d6993f1f10bc507f0f8ae13f6cdf542c857916e331cd05c3477801dcd84849 SHA512 b76c8fe18168b603e71482b486fd02f378c062cc9d1d9c71677c7fa825885cdfc6e7576a70ef6c623beed75e0b3ea98d8c6685346215015de5fe71214a7b41ca
|
||||
|
||||
24
app-doc/python-docs/python-docs-3.13.12.ebuild
Normal file
24
app-doc/python-docs/python-docs-3.13.12.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2026 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
|
||||
}
|
||||
Reference in New Issue
Block a user