From e14a7ec2f5e391208d9230ed9768c146a210df55 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 12 Jul 2020 18:41:13 +0200 Subject: dev-python/authres: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/authres/authres-0.800.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev-python/authres/authres-0.800.ebuild (limited to 'dev-python/authres/authres-0.800.ebuild') diff --git a/dev-python/authres/authres-0.800.ebuild b/dev-python/authres/authres-0.800.ebuild deleted file mode 100644 index b3a088be0c34..000000000000 --- a/dev-python/authres/authres-0.800.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python https://pypi.org/project/authres/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -python_test() { - "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || die "Tests fail with ${EPYTHON}" -} -- cgit v1.2.3-65-gdbad