diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-17 06:24:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-17 06:24:50 +0000 |
| commit | c1272386bb1612391da49818314e6bcbfa581163 (patch) | |
| tree | e7ddaeeba747527994bf37ccffa2e3fd376cccb2 /dev-python/matplotlib-inline | |
| parent | a210dbecf692b0ca24a4625a5292a4ea105280fe (diff) | |
| download | baldeagleos-repo-c1272386bb1612391da49818314e6bcbfa581163.tar.gz baldeagleos-repo-c1272386bb1612391da49818314e6bcbfa581163.tar.xz baldeagleos-repo-c1272386bb1612391da49818314e6bcbfa581163.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib-inline')
| -rw-r--r-- | dev-python/matplotlib-inline/matplotlib-inline-0.1.6-r1.ebuild | 7 |
1 files 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 aec6a0763a70..98896fe4e51d 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_{8,9,10,11,12} ) +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) 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 |
