commit:     09516e36b4e3b1269db667ae50ce502ac586eaf7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 15:52:03 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 21:49:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09516e36

dev-python/pypy3: Remove CPython patchset in 9999

Remove the CPython patches in 9999 since -- after rebase to 3.5.3 -- it
contains no patches useful to us.

 dev-python/pypy3/pypy3-9999.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-python/pypy3/pypy3-9999.ebuild 
b/dev-python/pypy3/pypy3-9999.ebuild
index e192a166b39..de0ab069fb8 100644
--- a/dev-python/pypy3/pypy3-9999.ebuild
+++ b/dev-python/pypy3/pypy3-9999.ebuild
@@ -11,12 +11,9 @@ EHG_REVISION="py3k"
 inherit check-reqs eutils mercurial multilib multiprocessing pax-utils \
        python-any-r1 toolchain-funcs versionator
 
-CPY_PATCHSET_VERSION="3.3.5-0"
-
 DESCRIPTION="A fast, compliant alternative implementation of the Python (3.3) 
language"
 HOMEPAGE="http://pypy.org/";
-SRC_URI="
-       
https://dev.gentoo.org/~floppym/python-gentoo-patches-${CPY_PATCHSET_VERSION}.tar.xz";
+SRC_URI=""
 
 LICENSE="MIT"
 # XX from pypy3-XX.so module suffix
@@ -96,8 +93,7 @@ src_prepare() {
 
        # apply CPython stdlib patches
        pushd lib-python/3 > /dev/null || die
-       epatch "${FILESDIR}"/5.7.1_all_distutils_cxx.patch \
-               "${WORKDIR}"/patches/24_all_sqlite-3.8.4.patch
+       epatch "${FILESDIR}"/5.7.1_all_distutils_cxx.patch
        popd > /dev/null || die
 
        epatch_user

Reply via email to