commit: 7ee323e303e0afe5be2201075b656ef48ac870a1 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon Nov 2 07:44:33 2015 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Mon Nov 2 07:44:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ee323e3
dev-python/matplotlib2tikz: Drop old Package-Manager: portage-2.2.20.1 dev-python/matplotlib2tikz/ChangeLog | 5 ++++ .../files/matplotlib2tikz-0.2.0-setup.py.patch | 29 ---------------------- .../matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild | 23 ----------------- .../matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild | 27 -------------------- 4 files changed, 5 insertions(+), 79 deletions(-) diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog index f3f374e..09acef8 100644 --- a/dev-python/matplotlib2tikz/ChangeLog +++ b/dev-python/matplotlib2tikz/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 02 Nov 2015; Marius Brehler <[email protected]> + -files/matplotlib2tikz-0.2.0-setup.py.patch, -matplotlib2tikz-0.1.0.ebuild, + -matplotlib2tikz-0.2.0.ebuild: + dev-python/matplotlib2tikz: Drop old + *matplotlib2tikz-0.4.0 (02 Nov 2015) 02 Nov 2015; Marius Brehler <[email protected]> diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch deleted file mode 100644 index 677ebfc..0000000 --- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch +++ /dev/null @@ -1,29 +0,0 @@ -Patch to eliminate dependency on pypandoc. - -Patch by Marius Brehler <[email protected]> ---- setup.py -+++ setup.py.new -@@ -2,15 +2,9 @@ - # - from distutils.core import setup - import os --import pypandoc - - from matplotlib2tikz import __version__, __license__ - --longdesc = pypandoc.convert( -- os.path.join(os.path.dirname(os.path.realpath(__file__)), 'README.md'), -- 'rst' -- ) -- - setup( - name='matplotlib2tikz', - version=__version__, -@@ -21,7 +15,6 @@ setup( - author_email='[email protected]', - requires=['matplotlib (>=1.4.0)', 'numpy'], - description='convert matplotlib figures into TikZ/PGFPlots', -- long_description=longdesc, - license=__license__, - classifiers=[ - 'Development Status :: 5 - Production/Stable', diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild deleted file mode 100644 index ebf1d65..0000000 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures" -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" -SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="LGPL-3" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] - dev-texlive/texlive-pictures" -DEPEND="${RDEPEND}" - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )" diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild deleted file mode 100644 index a0a2216..0000000 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4} ) - -inherit distutils-r1 - -DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures" -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -PATCHES=( - "${FILESDIR}/${P}"-setup.py.patch -) - -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] - dev-texlive/texlive-pictures" -DEPEND="${RDEPEND}" - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
