Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/files/, dev-python/matplotlib2tikz/
Date: Mon, 02 Nov 2015 07:49:23
Message-Id: 1446450273.7ee323e303e0afe5be2201075b656ef48ac870a1.marbre@gentoo
1 commit: 7ee323e303e0afe5be2201075b656ef48ac870a1
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Mon Nov 2 07:44:33 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Mon Nov 2 07:44:33 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ee323e3
7
8 dev-python/matplotlib2tikz: Drop old
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/matplotlib2tikz/ChangeLog | 5 ++++
13 .../files/matplotlib2tikz-0.2.0-setup.py.patch | 29 ----------------------
14 .../matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild | 23 -----------------
15 .../matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild | 27 --------------------
16 4 files changed, 5 insertions(+), 79 deletions(-)
17
18 diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog
19 index f3f374e..09acef8 100644
20 --- a/dev-python/matplotlib2tikz/ChangeLog
21 +++ b/dev-python/matplotlib2tikz/ChangeLog
22 @@ -2,6 +2,11 @@
23 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 # $Id$
25
26 + 02 Nov 2015; Marius Brehler <marbre@××××××××××××××.de>
27 + -files/matplotlib2tikz-0.2.0-setup.py.patch, -matplotlib2tikz-0.1.0.ebuild,
28 + -matplotlib2tikz-0.2.0.ebuild:
29 + dev-python/matplotlib2tikz: Drop old
30 +
31 *matplotlib2tikz-0.4.0 (02 Nov 2015)
32
33 02 Nov 2015; Marius Brehler <marbre@××××××××××××××.de>
34
35 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
36 deleted file mode 100644
37 index 677ebfc..0000000
38 --- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch
39 +++ /dev/null
40 @@ -1,29 +0,0 @@
41 -Patch to eliminate dependency on pypandoc.
42 -
43 -Patch by Marius Brehler <marbre@××××××××××××××.de>
44 ---- setup.py
45 -+++ setup.py.new
46 -@@ -2,15 +2,9 @@
47 - #
48 - from distutils.core import setup
49 - import os
50 --import pypandoc
51 -
52 - from matplotlib2tikz import __version__, __license__
53 -
54 --longdesc = pypandoc.convert(
55 -- os.path.join(os.path.dirname(os.path.realpath(__file__)), 'README.md'),
56 -- 'rst'
57 -- )
58 --
59 - setup(
60 - name='matplotlib2tikz',
61 - version=__version__,
62 -@@ -21,7 +15,6 @@ setup(
63 - author_email='nico.schloemer@×××××.com',
64 - requires=['matplotlib (>=1.4.0)', 'numpy'],
65 - description='convert matplotlib figures into TikZ/PGFPlots',
66 -- long_description=longdesc,
67 - license=__license__,
68 - classifiers=[
69 - 'Development Status :: 5 - Production/Stable',
70
71 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
72 deleted file mode 100644
73 index ebf1d65..0000000
74 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
75 +++ /dev/null
76 @@ -1,23 +0,0 @@
77 -# Copyright 1999-2015 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Id$
80 -
81 -EAPI=5
82 -
83 -PYTHON_COMPAT=( python2_7 )
84 -
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
88 -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
89 -SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
90 -KEYWORDS="~amd64"
91 -
92 -LICENSE="LGPL-3"
93 -SLOT="0"
94 -IUSE=""
95 -
96 -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
97 - dev-texlive/texlive-pictures"
98 -DEPEND="${RDEPEND}"
99 - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
100
101 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild
102 deleted file mode 100644
103 index a0a2216..0000000
104 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild
105 +++ /dev/null
106 @@ -1,27 +0,0 @@
107 -# Copyright 1999-2015 Gentoo Foundation
108 -# Distributed under the terms of the GNU General Public License v2
109 -# $Id$
110 -
111 -EAPI=5
112 -
113 -PYTHON_COMPAT=( python2_7 python3_{3,4} )
114 -
115 -inherit distutils-r1
116 -
117 -DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
118 -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
119 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
120 -KEYWORDS="~amd64"
121 -
122 -LICENSE="MIT"
123 -SLOT="0"
124 -IUSE=""
125 -
126 -PATCHES=(
127 - "${FILESDIR}/${P}"-setup.py.patch
128 -)
129 -
130 -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
131 - dev-texlive/texlive-pictures"
132 -DEPEND="${RDEPEND}"
133 - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"