virtual/python-enum34: pypy3 no longer requires enum34
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 Mar 2019 14:43:27 +0000 (15:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 30 Mar 2019 17:43:00 +0000 (18:43 +0100)
Bug: https://bugs.gentoo.org/682012
Signed-off-by: Michał Górny <mgorny@gentoo.org>
virtual/python-enum34/python-enum34-2.ebuild [moved from virtual/python-enum34/python-enum34-1.ebuild with 86% similarity]

similarity index 86%
rename from virtual/python-enum34/python-enum34-1.ebuild
rename to virtual/python-enum34/python-enum34-2.ebuild
index cd977436439e7e1a4afd30260d878635b780aef0..0d67c5d7b34927cedab7fc86e23acc9d8e0677cf 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
@@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \
-       'python2*' python3_3 'pypy*')"
+       'python2*' python3_3 pypy)"