commit:     2e87099bee80b6e4f78c89de3c1892cef63ba574
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 16:42:47 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 19:43:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e87099b

dev-python/matplotlib-inline: Enable pypy3

Sponsored-by: Ex Makhina, Inc. <info-gentoo <AT> exmakhina.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/matplotlib-inline/matplotlib-inline-0.1.6-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.6-r1.ebuild 
b/dev-python/matplotlib-inline/matplotlib-inline-0.1.6-r1.ebuild
index 173bf38b4736..d2d123bccb5d 100644
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.6-r1.ebuild
+++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.6-r1.ebuild
@@ -4,12 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Inline Matplotlib backend for Jupyter"
-HOMEPAGE="https://github.com/ipython/matplotlib-inline/";
+HOMEPAGE="
+       https://github.com/ipython/matplotlib-inline/
+       https://pypi.org/project/matplotlib-inline/
+"
 SRC_URI="
        https://github.com/ipython/matplotlib-inline/archive/${PV}.tar.gz
                -> ${P}.gh.tar.gz

Reply via email to