From a5956e0a0daddcad648e0d8d8e5cb3e49e09bda7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 18 Nov 2017 18:38:22 +0000 Subject: gentoo resync : 18.11.2017 --- dev-python/matplotlib2tikz/Manifest | 4 +-- .../matplotlib2tikz/matplotlib2tikz-0.6.13.ebuild | 37 ---------------------- .../matplotlib2tikz/matplotlib2tikz-0.6.14.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 dev-python/matplotlib2tikz/matplotlib2tikz-0.6.13.ebuild create mode 100644 dev-python/matplotlib2tikz/matplotlib2tikz-0.6.14.ebuild (limited to 'dev-python/matplotlib2tikz') diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest index 1cd8e6414d5e..9dfa36f4e1e8 100644 --- a/dev-python/matplotlib2tikz/Manifest +++ b/dev-python/matplotlib2tikz/Manifest @@ -1,3 +1,3 @@ -DIST matplotlib2tikz-0.6.13.tar.gz 524735 SHA256 ce6de9226316d4b5ae3ce0d57c7cf445d219e6842bdc041820c0c39ee9af339c SHA512 f42e96ab60005b96f9327e34ff9df444e9a371334c77b0bad85343beeb20a5c4c2df5539fd0200cf306a4cfed6926f191d547bf2ed69a98c4a9f2e1c2ae0da7b WHIRLPOOL f6ff4d4d8837394e1aacc2c66686cc711b64b6d7aad95620e402b4f1494436b8d2248ce8fbb947ec9d4a93442aba1c1cf03eed9423ff19f31b98060678274785 -EBUILD matplotlib2tikz-0.6.13.ebuild 919 SHA256 997682904a3fa55ab34ee572adebb7b55f84b245e8db70c0cafcc0ca0b270f80 SHA512 d4a49f83027820c8346b3c63506702ba5dcc960f76550e698df5c286b9526b607b92ac738367b382f23b2b7a9115edbf4f6364920a502f8d17d204b3599674d0 WHIRLPOOL 2334a231f2b2de6c1b6bf079e35b8f216a8a66becefcff0544b7623d581b0d35a090316439e38067c131fdc34a9b1f013acf972acde07880f95e5dba9108a02f +DIST matplotlib2tikz-0.6.14.tar.gz 525576 SHA256 c0f7e526029f6811d8f4f75851e6a1dbd23090190b1eec68dfaf4ce082bb550d SHA512 d69b5bbb3e5aa298fe38ca0599436e12a8cf7628936fc24a641fff38b4429e1117f2f239fc41338e8459f8be1be55d7607808ad171bc256eff1f76a69079ac1a WHIRLPOOL c395b6110bece4b272945e5d0ad35640595dac93b009bcd0c2a89d2881f95efa5802908996dbbb8a1d436a44574a9a538106f14eb43658f5b86b82b08f3ae44c +EBUILD matplotlib2tikz-0.6.14.ebuild 919 SHA256 997682904a3fa55ab34ee572adebb7b55f84b245e8db70c0cafcc0ca0b270f80 SHA512 d4a49f83027820c8346b3c63506702ba5dcc960f76550e698df5c286b9526b607b92ac738367b382f23b2b7a9115edbf4f6364920a502f8d17d204b3599674d0 WHIRLPOOL 2334a231f2b2de6c1b6bf079e35b8f216a8a66becefcff0544b7623d581b0d35a090316439e38067c131fdc34a9b1f013acf972acde07880f95e5dba9108a02f MISC metadata.xml 976 SHA256 bbd0ee639b2f20cf03f6f450fa9e7486cb1bf286b4b58e2f555a489345de6872 SHA512 5ce41d4236c17a50a9a9949974c8c9fbaa5ca0c46cd628b34a8266227982b780c5fa5f2fe5667d51961f64c19c73d377363558f28756d2bbb8a88f1c4ced19b1 WHIRLPOOL 3e3e5a5edb35e07284a4d9447829e66e54b98bf612af5ebd1164044583ef52a5cb08653772e3122825fc73bff166b5103c2345fb664a6da9bfc86d32c38718df diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.13.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.13.ebuild deleted file mode 100644 index 28505b0459e4..000000000000 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.13.ebuild +++ /dev/null @@ -1,37 +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 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}]" -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.14.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.14.ebuild new file mode 100644 index 000000000000..28505b0459e4 --- /dev/null +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.14.ebuild @@ -0,0 +1,37 @@ +# 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 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}]" +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