From 6c14fa2586d9e9c4427b5f727dc6c8ab77587cec Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 2 Jun 2018 10:47:13 +0100 Subject: gentoo resync : 02.06.2018 --- dev-python/matplotlib2tikz/Manifest | 4 +-- .../matplotlib2tikz/matplotlib2tikz-0.6.15.ebuild | 38 ---------------------- .../matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild | 38 ++++++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 dev-python/matplotlib2tikz/matplotlib2tikz-0.6.15.ebuild create mode 100644 dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild (limited to 'dev-python/matplotlib2tikz') diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest index 53382a72abc1..1e2102a17f4e 100644 --- a/dev-python/matplotlib2tikz/Manifest +++ b/dev-python/matplotlib2tikz/Manifest @@ -1,3 +1,3 @@ -DIST matplotlib2tikz-0.6.15.tar.gz 526046 BLAKE2B 4cc3585fe1a83c563fd00928843a16b4ba1ab2fecf8b662beaf40cd9e0211fb4fdb09c4bc4c1f110452621cf5d92f86bb492d0838be20693b86c3b4e9bd73566 SHA512 1f5b05319090d74fbd7ec99ad0e3f236f44107de2381d69e423f5878ba4c7666caca46ab87ae187f52f3ffa907cc4d75018b2ce6c9bcef44062e369f9a26be11 -EBUILD matplotlib2tikz-0.6.15.ebuild 953 BLAKE2B 050308f095cd2e9487d24137ce711c8c2a2648557caeb0457415ec7893936f1e432febc06c766a9ef5e2e4acaddea9fd3c66dd3ed233a7168afff61084f7a3a6 SHA512 b77e444ba539474f79378a25cf8bd4936fbee6a789c3c7ab4bd8c70e1e9714d437cadf60a33e5989586bd7d560ad5ecf16adaecb892ed97be53212e082a162f1 +DIST matplotlib2tikz-0.6.17.tar.gz 526409 BLAKE2B 704ede0539aeb9668b4c1534b6dd13bb2a5bc18e7861bfdbe2e9002cc5a8b8c4639ac77384e1249c52ef33e04986b85f27dc5219e9c9c7c8b7b03cb5a7bf586c SHA512 9a8f34a69147271bb252a4e04bc5ce27c39fc976c29d1530df109287bbfd163f37a3b5f3d6a03def962e06c2a69e7d256028b12372847fbe14459cc664eca199 +EBUILD matplotlib2tikz-0.6.17.ebuild 953 BLAKE2B 050308f095cd2e9487d24137ce711c8c2a2648557caeb0457415ec7893936f1e432febc06c766a9ef5e2e4acaddea9fd3c66dd3ed233a7168afff61084f7a3a6 SHA512 b77e444ba539474f79378a25cf8bd4936fbee6a789c3c7ab4bd8c70e1e9714d437cadf60a33e5989586bd7d560ad5ecf16adaecb892ed97be53212e082a162f1 MISC metadata.xml 1108 BLAKE2B e2f8648c239f0f117db6f046e0a8fbb006ad25530e791987f974fed0ea105d626bbb867ddcbfba05b1fe041be751c7737fefe241ea31cb6acce89f9d0fc0c115 SHA512 ffd5556daf5c3903437775b6da6bda2623fe8a9d8d6d8a8ce2f3537c3c50bc57353fbb0151a40c1a7ed113fc0732b64b231a38b69f10a785f4e089d94c1507e1 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.15.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.15.ebuild deleted file mode 100644 index 6aaaf8cd6d9e..000000000000 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.15.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 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 virtualx - -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" -SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="MIT" -SLOT="0" -IUSE="test" - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/ImageHash[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-tex/pgf - )" - -# we have not succeeded in getting the tests to work yet ;-) -RESTRICT="test" - -python_test() { - local -x MPLBACKEND=Agg - virtx py.test -v || die "Tests failed with ${EPYTHON}" -} diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild new file mode 100644 index 000000000000..6aaaf8cd6d9e --- /dev/null +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 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 virtualx + +DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" +HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" +SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +LICENSE="MIT" +SLOT="0" +IUSE="test" + +RDEPEND=" + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/ImageHash[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-tex/pgf + )" + +# we have not succeeded in getting the tests to work yet ;-) +RESTRICT="test" + +python_test() { + local -x MPLBACKEND=Agg + virtx py.test -v || die "Tests failed with ${EPYTHON}" +} -- cgit v1.2.3