summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-25 17:52:03 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-25 23:49:17 +0200
commit09516e36b4e3b1269db667ae50ce502ac586eaf7 (patch)
tree6d8b285adfd6f9f140b0783546410e113f05f978 /dev-python/pypy3
parentdev-python/pypy3: Update the distutils C++ patch (diff)
downloadgentoo-09516e36b4e3b1269db667ae50ce502ac586eaf7.tar.gz
gentoo-09516e36b4e3b1269db667ae50ce502ac586eaf7.tar.bz2
gentoo-09516e36b4e3b1269db667ae50ce502ac586eaf7.zip
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.
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r--dev-python/pypy3/pypy3-9999.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild
index e192a166b39c..de0ab069fb84 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