virtual/python-pathlib: remove pypy3 requirement
authorVirgil Dupras <vdupras@gentoo.org>
Sun, 31 Mar 2019 13:17:06 +0000 (09:17 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Sun, 31 Mar 2019 13:17:06 +0000 (09:17 -0400)
Bug: https://bugs.gentoo.org/616596
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

virtual/python-pathlib/python-pathlib-1.0.ebuild

index 10122a0b2869e86dc0c19fe6ec36ce02432a7c27..5c3ea9070d5d05c4e2132e656bc84e2dd8fb6d75 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
 
 inherit python-r1
 
@@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' \
-               python{2_7,3_3} pypy pypy3)"
+               python2_7 pypy)"