Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib-inline/
Date: Sat, 26 Mar 2022 18:21:00
Message-Id: 1648318497.a356bd5a0fd442b10b8aff19cd1e63dbf2af5596.arthurzam@gentoo
1 commit: a356bd5a0fd442b10b8aff19cd1e63dbf2af5596
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 18:14:57 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 18:14:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a356bd5a
7
8 dev-python/matplotlib-inline: drop 0.1.3
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../matplotlib-inline-0.1.3.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild b/dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild
16 deleted file mode 100644
17 index e2785b5e9e27..000000000000
18 --- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Inline Matplotlib backend for Jupyter"
30 -HOMEPAGE="https://github.com/ipython/matplotlib-inline/"
31 -SRC_URI="
32 - https://github.com/ipython/matplotlib-inline/archive/${PV}.tar.gz
33 - -> ${P}.gh.tar.gz"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
38 -
39 -RDEPEND="
40 - dev-python/matplotlib[${PYTHON_USEDEP}]
41 - dev-python/traitlets[${PYTHON_USEDEP}]"