diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-17 21:21:49 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-17 21:21:49 +0300 |
| commit | 92368e84d620ceb33821094cbbdec171cbae3409 (patch) | |
| tree | 894f3fb49ff953ceb300cc01bd4da336d3a084d8 /dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild | |
| parent | def86c3fff1ed84508323f524761f090e0489ddb (diff) | |
| download | gentoo-92368e84d620ceb33821094cbbdec171cbae3409.tar.gz gentoo-92368e84d620ceb33821094cbbdec171cbae3409.tar.bz2 gentoo-92368e84d620ceb33821094cbbdec171cbae3409.zip | |
dev-python/matplotlib-inline: add 0.1.5
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild')
| -rw-r--r-- | dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild b/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild new file mode 100644 index 000000000000..ddc247e6a9b8 --- /dev/null +++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Inline Matplotlib backend for Jupyter" +HOMEPAGE="https://github.com/ipython/matplotlib-inline/" +SRC_URI=" + https://github.com/ipython/matplotlib-inline/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/traitlets[${PYTHON_USEDEP}] +" |
