Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 894030 - dev-python/sympy-1.11 officially supports pypy3 ; we can add it to PYTHON_COMPAT
Summary: dev-python/sympy-1.11 officially supports pypy3 ; we can add it to PYTHON_COMPAT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Andrey Grozin
URL: https://docs.sympy.org/latest/install...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-12 12:18 UTC by cJ
Modified: 2023-11-29 13:40 UTC (History)
4 users (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 cJ 2023-02-12 12:18:47 UTC
Sympy officially supports pypy3 (https://docs.sympy.org/latest/install.html says “SymPy officially supports Python 3.8, 3.9, 3.10, and PyPy.”.


Reproducible: Always




I modified its (and dependencies) ebuilds to add pypy3 to PYTHON_COMPAT, with no bad surprise.

deps=(
dev-python/lxml
dev-python/mpmath
dev-python/pexpect
dev-python/pyopengl
dev-python/pyglet
dev-python/symengine
dev-python/sympy
)
for package in $deps; do
   add_pypy3_to_PYTHON_COMPAT
done
USE="PYTHON_TARGETS: pypy3" emerge dev-python/sympy
Comment 1 cJ 2023-02-12 12:19:32 UTC
(see https://bugs.gentoo.org/890559 before this one)
Comment 2 cJ 2023-02-17 15:19:01 UTC
WIP PR @ https://github.com/gentoo/gentoo/pull/29636
Comment 3 cJ 2023-02-27 09:12:24 UTC
I'm currently working on python-xmp-toolkit (-> pikepdf -> cairo-cffi -> matplotlib -> mpmath -> sympy) .

For this blocker, see https://bugs.gentoo.org/883939.