commit: a3551c58103b730d73974dfd0d8d48a1916f8887 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Oct 6 13:27:16 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Tue Oct 6 13:31:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3551c58
dev-python/matplotlib2tikz: remove duplicate dev-python/tikzplotlib::gentoo is the package you are looking for Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> .../files/matplotlib2tikz-0.6-init_pipdated.patch | 15 ------------- .../matplotlib2tikz/matplotlib2tikz-9999.ebuild | 26 ---------------------- dev-python/matplotlib2tikz/metadata.xml | 16 ------------- 3 files changed, 57 deletions(-) diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch deleted file mode 100644 index 2acf79738..000000000 --- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch +++ /dev/null @@ -1,15 +0,0 @@ -Remove version checks using pipdated. - -Patch by Marius Brehler <[email protected]> ---- a/matplotlib2tikz/__init__.py -+++ b/matplotlib2tikz/__init__.py -@@ -15,9 +15,3 @@ from matplotlib2tikz.__about__ import ( - ) - - from matplotlib2tikz.save import save -- --import pipdated --if pipdated.needs_checking('matplotlib2tikz'): -- msg = pipdated.check('matplotlib2tikz', __version__) -- if msg: -- print(msg) diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild deleted file mode 100644 index 47853ce1e..000000000 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" -EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git" -KEYWORDS="" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -PATCHES=( "${FILESDIR}/${PN}-0.6-init_pipdated.patch" ) - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )" diff --git a/dev-python/matplotlib2tikz/metadata.xml b/dev-python/matplotlib2tikz/metadata.xml deleted file mode 100644 index 7e9013abe..000000000 --- a/dev-python/matplotlib2tikz/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Marius Brehler</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <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> - <upstream> - <remote-id type="github">nschloe/matplotlib2tikz</remote-id> - </upstream> -</pkgmetadata>
