Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib-inline/
Date: Sat, 01 May 2021 07:45:09
Message-Id: 1619855090.f7a3e1eab6706f667bf27f540d496d04399ed455.mgorny@gentoo
1 commit: f7a3e1eab6706f667bf27f540d496d04399ed455
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 06:16:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 07:44:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a3e1ea
7
8 dev-python/matplotlib-inline: New dep of ipython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/matplotlib-inline/Manifest | 1 +
13 .../matplotlib-inline-0.1.2.ebuild | 21 +++++++++++++++++++++
14 dev-python/matplotlib-inline/metadata.xml | 11 +++++++++++
15 3 files changed, 33 insertions(+)
16
17 diff --git a/dev-python/matplotlib-inline/Manifest b/dev-python/matplotlib-inline/Manifest
18 new file mode 100644
19 index 00000000000..af2220e19bd
20 --- /dev/null
21 +++ b/dev-python/matplotlib-inline/Manifest
22 @@ -0,0 +1 @@
23 +DIST matplotlib-inline-0.1.2.gh.tar.gz 7340 BLAKE2B 026c08d8a96d4402a1b70e50f1adce2b620c17b00d9e4dc365540c41b2d8f189a73cf6c65c8946ae45e7e5325321d28918692c2c6b5f81668fa56fedb40fd425 SHA512 e6ac7efe10979afb773b75c4d2ee321c52b1e9788a80703d063b0936b4989946aa35206ff7e8ad4ffaf6c1116d893de9516fc033f53685ad3a55d8f1a9a8fd48
24
25 diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild b/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild
26 new file mode 100644
27 index 00000000000..e9b94dda69f
28 --- /dev/null
29 +++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7..9} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Inline Matplotlib backend for Jupyter"
40 +HOMEPAGE="https://github.com/ipython/matplotlib-inline/"
41 +SRC_URI="
42 + https://github.com/ipython/matplotlib-inline/archive/${PV}.tar.gz
43 + -> ${P}.gh.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +RDEPEND="
50 + dev-python/matplotlib[${PYTHON_USEDEP}]
51 + dev-python/traitlets[${PYTHON_USEDEP}]"
52
53 diff --git a/dev-python/matplotlib-inline/metadata.xml b/dev-python/matplotlib-inline/metadata.xml
54 new file mode 100644
55 index 00000000000..6e139ed5c2e
56 --- /dev/null
57 +++ b/dev-python/matplotlib-inline/metadata.xml
58 @@ -0,0 +1,11 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <maintainer type="project">
63 + <email>python@g.o</email>
64 + </maintainer>
65 + <upstream>
66 + <remote-id type="github">ipython/matplotlib-inline</remote-id>
67 + <remote-id type="pypi">matplotlib-inline</remote-id>
68 + </upstream>
69 +</pkgmetadata>