Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617832 - >=dev-python/requests-2.12.5 support for pypy3
Summary: >=dev-python/requests-2.12.5 support for pypy3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-08 10:22 UTC by Paolo Pedroni
Modified: 2017-05-15 14:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2017-05-08 10:22:49 UTC
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.
Comment 1 Mike Gilbert gentoo-dev 2017-05-14 22:21:54 UTC
(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?
Comment 2 Paolo Pedroni 2017-05-15 11:06:29 UTC
(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.
Comment 3 Mike Gilbert gentoo-dev 2017-05-15 14:49:20 UTC
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(-)