From 7622f900c65bed93baa22c98c8b09cce1af77e64 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Mon, 6 Apr 2020 08:35:26 +0300 Subject: dev-python: mass last-rites removal Closes: https://bugs.gentoo.org/711808 Signed-off-by: Mikle Kolyada --- dev-python/pytest-arraydiff/Manifest | 1 - dev-python/pytest-arraydiff/metadata.xml | 15 ------------ .../pytest-arraydiff/pytest-arraydiff-0.1.ebuild | 28 ---------------------- 3 files changed, 44 deletions(-) delete mode 100644 dev-python/pytest-arraydiff/Manifest delete mode 100644 dev-python/pytest-arraydiff/metadata.xml delete mode 100644 dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild (limited to 'dev-python/pytest-arraydiff') diff --git a/dev-python/pytest-arraydiff/Manifest b/dev-python/pytest-arraydiff/Manifest deleted file mode 100644 index 6d70f27d3bed..000000000000 --- a/dev-python/pytest-arraydiff/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-arraydiff-0.1.tar.gz 8752 BLAKE2B c8d262d38aff61b5559f33786bf7cc396bda8dc30789ea349f9955a12722e10f6b48ae862cf6fa526da85e4c52b6b68339d18d0be088e1f831c05fd57becccdd SHA512 321ea04ea7165753cb4d9aff3870d5297f78a0e5ddaf16aecd5dce622f061a2f664479bf8e3af1c7575e968fa66828ed2d0489473e7d8a236c07d1a31adfce5d diff --git a/dev-python/pytest-arraydiff/metadata.xml b/dev-python/pytest-arraydiff/metadata.xml deleted file mode 100644 index a5905e0e3a81..000000000000 --- a/dev-python/pytest-arraydiff/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - pytest-arraydiff - astrofrog/pytest-arraydiff - - - python@gentoo.org - Python - - - This is a plugin to faciliate image comparison for numpy arrays in Pytest. - - diff --git a/dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild b/dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild deleted file mode 100644 index 7352b23f2b3b..000000000000 --- a/dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild +++ /dev/null @@ -1,28 +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 - -DOCS=( README.rst CHANGES.md ) - -DESCRIPTION="pytest plugin to facilitate comparison of arrays" -HOMEPAGE="https://github.com/astrofrog/pytest-arraydiff/" -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/numpy[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" -- cgit v1.2.3