commit: f9fabc59b0c9c193d38579876263652fcc297be0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 19:40:11 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 20:12:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fabc59
dev-python/ntplib: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/ntplib-0.3.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ntplib/ntplib-0.3.3.ebuild
b/dev-python/ntplib/ntplib-0.3.3.ebuild
index 37e5fcbc114..11967a49ea2 100644
--- a/dev-python/ntplib/ntplib-0.3.3.ebuild
+++ b/dev-python/ntplib/ntplib-0.3.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@@ -18,5 +18,5 @@ IUSE=""
RESTRICT="test"
python_test() {
- "${PYTHON:-python}" ./test_ntplib.py
+ "${EPYTHON}" ./test_ntplib.py || die
}