From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96B27139694 for ; Tue, 25 Apr 2017 21:50:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 906FF21C093; Tue, 25 Apr 2017 21:49:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62C9021C093 for ; Tue, 25 Apr 2017 21:49:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35FD934164B for ; Tue, 25 Apr 2017 21:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C49437448 for ; Tue, 25 Apr 2017 21:49:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493156957.09516e36b4e3b1269db667ae50ce502ac586eaf7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-9999.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09516e36b4e3b1269db667ae50ce502ac586eaf7 X-VCS-Branch: master Date: Tue, 25 Apr 2017 21:49:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5c37a16f-dc5b-40c9-82cb-2681fb32055e X-Archives-Hash: bab0cef93a04559f4d0dc69eb7655536 commit: 09516e36b4e3b1269db667ae50ce502ac586eaf7 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 25 15:52:03 2017 +0000 Commit: Michał Górny gentoo 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