Support for pypy3 has been removed from dev-python/requests-2.12.5 and higher versions. I think it was because one of the dependencies (I guess it was pyopenssl-0.14) did not support pypy3, but now all of them do support it. Is it possible to reinstate support for pypy3 in dev-python/requests? For what is worth I put a modified version of the ebuild in my local overlay, and it installed fine.
(In reply to Paolo Pedroni from comment #0) > For what is worth I put a modified version of the ebuild in my local > overlay, and it installed fine. How about FEATURES=test?
(In reply to Mike Gilbert from comment #1) > How about FEATURES=test? I didn't try. They were RESTRICTed in the original build and I kept them that way. In the ebuild it says that tests try to connect to various remote sites.
Yeah, the tests are even broken at the moment. Sorry for not checking that. https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebed4e0aaea4ba8f8ab5f1645dd8ca0b3cef9d5 commit 3ebed4e0aaea4ba8f8ab5f1645dd8ca0b3cef9d5 Author: Mike Gilbert <floppym@gentoo.org> Date: Mon May 15 10:48:29 2017 -0400 dev-python/requests: restore pypy3 Bug: https://bugs.gentoo.org/617832 Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62 dev-python/requests/requests-2.12.5.ebuild | 2 +- dev-python/requests/requests-2.13.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)