Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631212 - dev-python/secretstorage - support PYTHON_TARGETS=pypy
Summary: dev-python/secretstorage - support PYTHON_TARGETS=pypy
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-09-17 16:25 UTC by Dennis Schridde
Modified: 2018-09-07 22:37 UTC (History)
0 users

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 Dennis Schridde 2017-09-17 16:25:17 UTC
dev-python/secretstorage can be compiled for PyPy. It would be nice if Gentoo would support that.
Comment 1 Louis Sautier (sbraz) gentoo-dev 2018-09-07 22:26:45 UTC
secretstorage and its dependency dev-python/jeepney don't support Python 2 any more, so PyPy won't work. As for PyPy3, dbus-python fails to compile with it.
You'd probably have to file an upstream bug and then reopen this.
Comment 2 Larry the Git Cow gentoo-dev 2018-09-07 22:36:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9957f7c20a90258a0ebe57d3fc4710af0de6c6ae

commit 9957f7c20a90258a0ebe57d3fc4710af0de6c6ae
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2018-09-07 22:34:54 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2018-09-07 22:35:56 +0000

    dev-python/secretstorage: fix depndencies, add PyPy3
    
    dbus-python is no longer required as it was replaced with jeepney.
    
    Package-Manager: Portage-2.3.48, Repoman-2.3.10
    Closes: https://bugs.gentoo.org/631212

 dev-python/secretstorage/secretstorage-3.1.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Comment 3 Louis Sautier (sbraz) gentoo-dev 2018-09-07 22:37:03 UTC
Actually, I was wrong, dbus-python has been replaced with Jeepney so we can add PyPy3 here!