aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-10-06 13:27:16 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-10-06 13:31:00 +0000
commita3551c58103b730d73974dfd0d8d48a1916f8887 (patch)
tree6af1f9bd13b1e45e456ef59af0c09124d3e85192
parentsci-libs/libsufr: Fix build failure with USE=static-libs. (diff)
downloadsci-a3551c58103b730d73974dfd0d8d48a1916f8887.tar.gz
sci-a3551c58103b730d73974dfd0d8d48a1916f8887.tar.bz2
sci-a3551c58103b730d73974dfd0d8d48a1916f8887.zip
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@riseup.net> Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
-rw-r--r--dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch15
-rw-r--r--dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild26
-rw-r--r--dev-python/matplotlib2tikz/metadata.xml16
3 files changed, 0 insertions, 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 <marbre@linux.sungazer.de>
---- 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>marbre@linux.sungazer.de</email>
- <name>Marius Brehler</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</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>