diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-17 14:37:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-17 17:51:11 +0100 |
commit | e4666a8c6b48b6c3020a9af3b8faaddaec1c7f38 (patch) | |
tree | 589ae17ade3801cca2d57807a45b4649a720c29a /dev-python/mpmath | |
parent | net-misc/rabbitmq-server: add github upstream metadata (diff) | |
download | gentoo-e4666a8c6b48b6c3020a9af3b8faaddaec1c7f38.tar.gz gentoo-e4666a8c6b48b6c3020a9af3b8faaddaec1c7f38.tar.bz2 gentoo-e4666a8c6b48b6c3020a9af3b8faaddaec1c7f38.zip |
dev-python/mpmath: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/mpmath-1.3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mpmath/mpmath-1.3.0-r1.ebuild b/dev-python/mpmath/mpmath-1.3.0-r1.ebuild index 9048ec4bf8ec..05c0d10dc72a 100644 --- a/dev-python/mpmath/mpmath-1.3.0-r1.ebuild +++ b/dev-python/mpmath/mpmath-1.3.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 optfeature pypi virtualx |