From df6bfb0b9eae5f34c5ef8ce047320082dae6d331 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 6 Jan 2018 00:32:50 +0100 Subject: [PATCH] dev-python/pytest-mpl: Clean old up --- dev-python/pytest-mpl/Manifest | 2 -- dev-python/pytest-mpl/pytest-mpl-0.5.ebuild | 31 --------------------- dev-python/pytest-mpl/pytest-mpl-0.7.ebuild | 31 --------------------- 3 files changed, 64 deletions(-) delete mode 100644 dev-python/pytest-mpl/pytest-mpl-0.5.ebuild delete mode 100644 dev-python/pytest-mpl/pytest-mpl-0.7.ebuild diff --git a/dev-python/pytest-mpl/Manifest b/dev-python/pytest-mpl/Manifest index b5b67d4dedde..3a0c1405e5fe 100644 --- a/dev-python/pytest-mpl/Manifest +++ b/dev-python/pytest-mpl/Manifest @@ -1,3 +1 @@ -DIST pytest-mpl-0.5.tar.gz 112523 BLAKE2B 02ab9e02ddb4e208cfa50abb6344e3d76b34e6658ea59c1711c0e453810f592094853ca9242c67cd9a2a8c6791d6c5ded9e34160d879445769915f1a1d329c9e SHA512 9056982403994572a33c861ebe0d7bbcb48579ef95f7cf93f716f06510fa09c187a8daad0ed4a55667444b74461a5a02d7f9217d89de57f3cc10116c88aaa662 -DIST pytest-mpl-0.7.tar.gz 243763 BLAKE2B c1662bfcdb92352b25046c4f9dd51cefebe7fbda84c512e68b6c87bfe6fc937c12395179a6a2f2c29e0cdc478e985cff11ee0b2522b2687e8193071a77647978 SHA512 90cb30b21286a87fbb08286ea80ec8278cffb7cae4be626bac2712c056f75e497767a425b1b657387bfac107ece6cf3035e4ff3d5676d85bc9dd327feb739063 DIST pytest-mpl-0.8.tar.gz 194633 BLAKE2B b21b26ef95ca3d83d429348a639365d19eacce298ecb2cd5964a8be47970d077bff40692ee992a1cd412572623f1cc2a8a502c5b59f526b4f9830d89973f23cb SHA512 4f5f1316d0f545383b9125281b91d9077b52bfa7d91b4eb2f64c6f9642b1abe86c52c9b88171a521d806e579ab9279f49d1405b3f4fcae58a9e75ec5518bacca diff --git a/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild deleted file mode 100644 index 902888dd5f7d..000000000000 --- a/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) - -inherit distutils-r1 virtualx - -DOCS=( README.md CHANGES.md ) - -DESCRIPTION="pytest plugin to faciliate image comparison for matplotlib figures" -HOMEPAGE="https://github.com/astrofrog/pytest-mpl/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - echo "backend : Agg" > matplotlibrc || die - MPLCONFIGDIR=. virtx py.test -v || die -} diff --git a/dev-python/pytest-mpl/pytest-mpl-0.7.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.7.ebuild deleted file mode 100644 index 5c48b37e1a87..000000000000 --- a/dev-python/pytest-mpl/pytest-mpl-0.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) - -inherit distutils-r1 virtualx - -DOCS=( README.rst CHANGES.md ) - -DESCRIPTION="pytest plugin to faciliate image comparison for matplotlib figures" -HOMEPAGE="https://github.com/astrofrog/pytest-mpl/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - echo "backend : Agg" > matplotlibrc || die - MPLCONFIGDIR=. virtx py.test -v || die -} -- 2.26.2