Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/files/, dev-python/matplotlib2tikz/
Date: Tue, 06 Oct 2020 13:31:12
Message-Id: 1601991060.a3551c58103b730d73974dfd0d8d48a1916f8887.epsilon-0@gentoo
1 commit: a3551c58103b730d73974dfd0d8d48a1916f8887
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Oct 6 13:27:16 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Tue Oct 6 13:31:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3551c58
7
8 dev-python/matplotlib2tikz: remove duplicate
9
10 dev-python/tikzplotlib::gentoo is the package
11 you are looking for
12
13 Package-Manager: Portage-3.0.8, Repoman-3.0.1
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
15 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
16
17 .../files/matplotlib2tikz-0.6-init_pipdated.patch | 15 -------------
18 .../matplotlib2tikz/matplotlib2tikz-9999.ebuild | 26 ----------------------
19 dev-python/matplotlib2tikz/metadata.xml | 16 -------------
20 3 files changed, 57 deletions(-)
21
22 diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch
23 deleted file mode 100644
24 index 2acf79738..000000000
25 --- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch
26 +++ /dev/null
27 @@ -1,15 +0,0 @@
28 -Remove version checks using pipdated.
29 -
30 -Patch by Marius Brehler <marbre@××××××××××××××.de>
31 ---- a/matplotlib2tikz/__init__.py
32 -+++ b/matplotlib2tikz/__init__.py
33 -@@ -15,9 +15,3 @@ from matplotlib2tikz.__about__ import (
34 - )
35 -
36 - from matplotlib2tikz.save import save
37 --
38 --import pipdated
39 --if pipdated.needs_checking('matplotlib2tikz'):
40 -- msg = pipdated.check('matplotlib2tikz', __version__)
41 -- if msg:
42 -- print(msg)
43
44 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
45 deleted file mode 100644
46 index 47853ce1e..000000000
47 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
48 +++ /dev/null
49 @@ -1,26 +0,0 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=6
54 -
55 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
56 -
57 -inherit distutils-r1 git-r3
58 -
59 -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
60 -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
61 -EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git"
62 -KEYWORDS=""
63 -
64 -LICENSE="MIT"
65 -SLOT="0"
66 -IUSE=""
67 -
68 -PATCHES=( "${FILESDIR}/${PN}-0.6-init_pipdated.patch" )
69 -
70 -RDEPEND="
71 - dev-python/matplotlib[${PYTHON_USEDEP}]
72 - dev-python/numpy[${PYTHON_USEDEP}]
73 - dev-python/pillow[${PYTHON_USEDEP}]"
74 -DEPEND="${RDEPEND}"
75 - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
76
77 diff --git a/dev-python/matplotlib2tikz/metadata.xml b/dev-python/matplotlib2tikz/metadata.xml
78 deleted file mode 100644
79 index 7e9013abe..000000000
80 --- a/dev-python/matplotlib2tikz/metadata.xml
81 +++ /dev/null
82 @@ -1,16 +0,0 @@
83 -<?xml version="1.0" encoding="UTF-8"?>
84 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
85 -<pkgmetadata>
86 - <maintainer type="person">
87 - <email>marbre@××××××××××××××.de</email>
88 - <name>Marius Brehler</name>
89 - </maintainer>
90 - <maintainer type="project">
91 - <email>sci@g.o</email>
92 - <name>Gentoo Science Project</name>
93 - </maintainer>
94 - <longdescription>matplotlib2tikz is a Python tool for converting matplotlib figures into PGFPlots (TikZ) figures like for native inclusion into LaTeX documents. The output of matplotlib2tikz is in PGFPlots, a LaTeX library that sits on top of TikZ and describes graphs in terms of axes, data etc. Consequently, the output of matplotlib2tikz retains more information, can be more easily understood, and is more easily editable than raw TikZ output.</longdescription>
95 - <upstream>
96 - <remote-id type="github">nschloe/matplotlib2tikz</remote-id>
97 - </upstream>
98 -</pkgmetadata>