Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/
Date: Tue, 25 Apr 2017 21:50:01
Message-Id: 1493156957.09516e36b4e3b1269db667ae50ce502ac586eaf7.mgorny@gentoo
1 commit: 09516e36b4e3b1269db667ae50ce502ac586eaf7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 25 15:52:03 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 25 21:49:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09516e36
7
8 dev-python/pypy3: Remove CPython patchset in 9999
9
10 Remove the CPython patches in 9999 since -- after rebase to 3.5.3 -- it
11 contains no patches useful to us.
12
13 dev-python/pypy3/pypy3-9999.ebuild | 8 ++------
14 1 file changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild
17 index e192a166b39..de0ab069fb8 100644
18 --- a/dev-python/pypy3/pypy3-9999.ebuild
19 +++ b/dev-python/pypy3/pypy3-9999.ebuild
20 @@ -11,12 +11,9 @@ EHG_REVISION="py3k"
21 inherit check-reqs eutils mercurial multilib multiprocessing pax-utils \
22 python-any-r1 toolchain-funcs versionator
23
24 -CPY_PATCHSET_VERSION="3.3.5-0"
25 -
26 DESCRIPTION="A fast, compliant alternative implementation of the Python (3.3) language"
27 HOMEPAGE="http://pypy.org/"
28 -SRC_URI="
29 - https://dev.gentoo.org/~floppym/python-gentoo-patches-${CPY_PATCHSET_VERSION}.tar.xz"
30 +SRC_URI=""
31
32 LICENSE="MIT"
33 # XX from pypy3-XX.so module suffix
34 @@ -96,8 +93,7 @@ src_prepare() {
35
36 # apply CPython stdlib patches
37 pushd lib-python/3 > /dev/null || die
38 - epatch "${FILESDIR}"/5.7.1_all_distutils_cxx.patch \
39 - "${WORKDIR}"/patches/24_all_sqlite-3.8.4.patch
40 + epatch "${FILESDIR}"/5.7.1_all_distutils_cxx.patch
41 popd > /dev/null || die
42
43 epatch_user