Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib2tikz/
Date: Sun, 16 Apr 2017 19:06:04
Message-Id: 1492369526.be14faad8b254b541f7e29d3b453f310c6297343.soap@gentoo
1 commit: be14faad8b254b541f7e29d3b453f310c6297343
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Wed Apr 5 07:05:01 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 19:05:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be14faad
7
8 dev-python/matplotlib2tikz: Version bump to 0.6.3
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4350
12
13 dev-python/matplotlib2tikz/Manifest | 1 +
14 .../matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild | 25 ++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest
18 index 1efb6a8c999..53c2b77e9f3 100644
19 --- a/dev-python/matplotlib2tikz/Manifest
20 +++ b/dev-python/matplotlib2tikz/Manifest
21 @@ -1 +1,2 @@
22 DIST matplotlib2tikz-0.6.2.tar.gz 26358 SHA256 a81b1a09e8c0efc9944d673023d3a8c14ca38aec04af487c427f20872555ff09 SHA512 b60f378f947ec51be82fc45dafad14ef2700babb2ec72886480aff9bd84d591bc15e0626f38018f2d351ab8293109b2fc12cc4912eb933528b5334b2ef8ecfb7 WHIRLPOOL befa7a990cc4246c2a3357c72b4c34ec76e44af905c0d19312eccbf5ce8e5c8742f906484214ab50466992ae3fed40c5ffbb84e8b80bb06cea830f892a9c947e
23 +DIST matplotlib2tikz-0.6.3.tar.gz 26288 SHA256 c096d75fdfe65ef4afd8aa374c5fb4b540fc13154d1ee117841ad5b67e494827 SHA512 01adffcd9d627494eb73e1f092e6ee3d6ad1b0ece96fb749a09c73942fc6a253abb3518dc8d11a2398c3fcb3b2c1e26b1dc5dc02f1e9671c4c12754f9ac6907b WHIRLPOOL 363a896f9fe5b648992767cb5449928e30141ed3aea5182a6c119af50f0793f7c0cb2e2d0daae3b4d78fb9c91af6c1ea0233f9407a0658d3be8dc1d76cf52151
24
25 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild
26 new file mode 100644
27 index 00000000000..e40f2b47df9
28 --- /dev/null
29 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
41 +HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +KEYWORDS="~amd64"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +PATCHES=( "${FILESDIR}/${PN}-0.6-init_pipdated.patch" )
50 +
51 +RDEPEND="
52 + dev-python/matplotlib[${PYTHON_USEDEP}]
53 + dev-python/numpy[${PYTHON_USEDEP}]
54 + dev-python/pillow[${PYTHON_USEDEP}]"
55 +DEPEND="${RDEPEND}"