commit:     be8e7594c4887aae23be3790e13423bb242acf44
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 06:37:13 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 06:40:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8e7594

dev-python/jsmin: Modernize, py3.{7,8}

Bug: https://bugs.gentoo.org/711808
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jsmin/jsmin-2.2.2.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/jsmin/jsmin-2.2.2.ebuild 
b/dev-python/jsmin/jsmin-2.2.2.ebuild
index 76dc206a48e..4a73f6c17ca 100644
--- a/dev-python/jsmin/jsmin-2.2.2.ebuild
+++ b/dev-python/jsmin/jsmin-2.2.2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -16,8 +16,6 @@ IUSE=""
 LICENSE="MIT"
 SLOT="0"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 python_test() {
-       "${PYTHON}" -m ${PN}.test || die
+       "${EPYTHON}" -m jsmin.test -v || die "Tests failed with ${EPYTHON}"
 }

Reply via email to