dev-lang/python: Bump 2.7.17 to EAPI 7, unify

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-29 10:48:16 +01:00
parent 98d27c2433
commit 5ff1db16d1
3 changed files with 372 additions and 3 deletions

View File

@@ -8,12 +8,12 @@ inherit autotools flag-o-matic pax-utils python-utils-r1 toolchain-funcs
MY_P="Python-${PV}"
PYVER=$(ver_cut 1-2)
PATCHSET_VERSION="3.6.8"
PATCHSET="python-gentoo-patches-3.6.10"
DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="https://www.python.org/"
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
https://dev.gentoo.org/~floppym/python/python-gentoo-patches-${PATCHSET_VERSION}.tar.xz"
https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz"
S="${WORKDIR}/${MY_P}"
LICENSE="PSF-2"
@@ -63,7 +63,7 @@ src_prepare() {
rm -fr Modules/zlib || die
local PATCHES=(
"${WORKDIR}/patches"
"${WORKDIR}/${PATCHSET}"
)
default