diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-06 08:35:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-06 08:38:06 +0300 |
commit | 7622f900c65bed93baa22c98c8b09cce1af77e64 (patch) | |
tree | fdb9fda6b1291d0ed16223e0968f7ab337335890 /dev-python/pytest-mpl | |
parent | net-news/newsboat: unmaintain (diff) | |
download | gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.gz gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.bz2 gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.zip |
dev-python: mass last-rites removal
Closes: https://bugs.gentoo.org/711808
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/pytest-mpl')
-rw-r--r-- | dev-python/pytest-mpl/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-mpl/metadata.xml | 15 | ||||
-rw-r--r-- | dev-python/pytest-mpl/pytest-mpl-0.8.ebuild | 31 |
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/pytest-mpl/Manifest b/dev-python/pytest-mpl/Manifest deleted file mode 100644 index 3a0c1405e5fe..000000000000 --- a/dev-python/pytest-mpl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-mpl-0.8.tar.gz 194633 BLAKE2B b21b26ef95ca3d83d429348a639365d19eacce298ecb2cd5964a8be47970d077bff40692ee992a1cd412572623f1cc2a8a502c5b59f526b4f9830d89973f23cb SHA512 4f5f1316d0f545383b9125281b91d9077b52bfa7d91b4eb2f64c6f9642b1abe86c52c9b88171a521d806e579ab9279f49d1405b3f4fcae58a9e75ec5518bacca diff --git a/dev-python/pytest-mpl/metadata.xml b/dev-python/pytest-mpl/metadata.xml deleted file mode 100644 index 53dc3963e0d4..000000000000 --- a/dev-python/pytest-mpl/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="pypi">pytest-mpl</remote-id> - <remote-id type="github">astrofrog/pytest-mpl</remote-id> - </upstream> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - This is a plugin to faciliate image comparison for Matplotlib figures in pytest. - </longdescription> -</pkgmetadata> diff --git a/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild deleted file mode 100644 index d57e0cc63296..000000000000 --- a/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_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" > "${T}"/matplotlibrc || die - MPLCONFIGDIR="${T}" virtx py.test -v -} |