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-arraydiff | |
| parent | 83428c9256834eecc5a9e4c09b2a3b79f5cadea4 (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-arraydiff')
| -rw-r--r-- | dev-python/pytest-arraydiff/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pytest-arraydiff/metadata.xml | 15 | ||||
| -rw-r--r-- | dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild | 28 |
3 files changed, 0 insertions, 44 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="pypi">pytest-arraydiff</remote-id> - <remote-id type="github">astrofrog/pytest-arraydiff</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 numpy arrays in Pytest. - </longdescription> -</pkgmetadata> 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}] -" |
