dev-python/pytest-mpl: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 23:32:50 +0000 (00:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 00:44:24 +0000 (01:44 +0100)
dev-python/pytest-mpl/Manifest
dev-python/pytest-mpl/pytest-mpl-0.5.ebuild [deleted file]
dev-python/pytest-mpl/pytest-mpl-0.7.ebuild [deleted file]

index b5b67d4deddedfbd5c26366e5db0b123be5c4e20..3a0c1405e5fe64cce90aaa59fb3924dfd45729a7 100644 (file)
@@ -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 (file)
index 902888d..0000000
+++ /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 (file)
index 5c48b37..0000000
+++ /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
-}