From 527ce8fd3ddd73aebaddf6726d2d2e2953bf234e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 26 Apr 2020 17:08:03 +0200 Subject: dev-python/www-authenticate: Enable py3.{7,8}, modernize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/www-authenticate/www-authenticate-0.9.2.ebuild | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'dev-python/www-authenticate/www-authenticate-0.9.2.ebuild') diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild index d56aaf333fe8..c315ec4d2864 100644 --- a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild +++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="WWW-Authenticate header parser" @@ -13,14 +13,5 @@ SRC_URI="https://github.com/alexsdutton/www-authenticate/archive/${PV}.tar.gz -> LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - nosetests tests.py || die -} +distutils_enable_tests nose -- cgit v1.2.3-65-gdbad