summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.7.6.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-29 10:31:27 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-29 11:11:03 +0100
commit98d27c2433c1135187888f1a138b3fdfc3f0ad12 (patch)
treee5062bc8d1d003dffb279e14c6b40b6f08776c2d /dev-lang/python/python-3.7.6.ebuild
parentdeeae7cb77deaba0d68a08696383733ff485e4b7 (diff)
downloadgentoo-98d27c2433c1135187888f1a138b3fdfc3f0ad12.tar.gz
gentoo-98d27c2433c1135187888f1a138b3fdfc3f0ad12.tar.bz2
gentoo-98d27c2433c1135187888f1a138b3fdfc3f0ad12.zip
dev-lang/python: Redo patchset for 3.7.6
Rebase patches against v3.7.6 and move hashlib patch inside. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.7.6.ebuild')
-rw-r--r--dev-lang/python/python-3.7.6.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lang/python/python-3.7.6.ebuild b/dev-lang/python/python-3.7.6.ebuild
index 26ce7fb0b051..df19e80b7cb0 100644
--- a/dev-lang/python/python-3.7.6.ebuild
+++ b/dev-lang/python/python-3.7.6.ebuild
@@ -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.7.4-1"
+PATCHSET="python-gentoo-patches-3.7.6"
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"
@@ -64,8 +64,7 @@ src_prepare() {
rm -fr Modules/zlib || die
local PATCHES=(
- "${FILESDIR}/python-3.7.5-hashlib.patch"
- "${WORKDIR}/patches"
+ "${WORKDIR}/${PATCHSET}"
)
default