From: Michał Górny Date: Thu, 25 May 2017 18:39:21 +0000 (+0200) Subject: dev-python/pypy3: Forward-port fixes to -9999 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6838aa50a3b2b7e6ca059e000726dd2adb574b76;p=gentoo.git dev-python/pypy3: Forward-port fixes to -9999 --- diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild index 203f8c99e094..02160d99a1f4 100644 --- a/dev-python/pypy3/pypy3-9999.ebuild +++ b/dev-python/pypy3/pypy3-9999.ebuild @@ -95,6 +95,7 @@ src_prepare() { # apply CPython stdlib patches pushd lib-python/3 > /dev/null || die eapply "${FILESDIR}"/5.7.1_all_distutils_cxx.patch + eapply "${FILESDIR}"/python-3.5-distutils-OO-build.patch popd > /dev/null || die eapply_user @@ -240,7 +241,8 @@ src_install() { # "resource": "_resource_build.py" if sys.platform != "win32" else None, # "lzma": "_lzma_build.py", # "_decimal": "_decimal_build.py", - cffi_targets=( audioop syslog pwdgrp resource lzma decimal ) +# "ssl": "_ssl_build.py", + cffi_targets=( audioop syslog pwdgrp resource lzma decimal ssl ) use gdbm && cffi_targets+=( gdbm ) use ncurses && cffi_targets+=( curses ) use sqlite && cffi_targets+=( sqlite3 )