diff options
Diffstat (limited to 'dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild')
| -rw-r--r-- | dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
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}] -" |
