virtual/python-typing: pypy3 now includes typing module
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Jul 2018 07:12:58 +0000 (09:12 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Jul 2018 13:27:49 +0000 (15:27 +0200)
virtual/python-typing/python-typing-0-r1.ebuild [moved from virtual/python-typing/python-typing-0.ebuild with 85% similarity]

similarity index 85%
rename from virtual/python-typing/python-typing-0.ebuild
rename to virtual/python-typing/python-typing-0-r1.ebuild
index 2f0fe66f6b2a26397ffb5b3970727d0574af5970..c31dcbb43237bdd774f7c88b998a4e175de53b9a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' \
-       'python2*' python3_4 'pypy*')"
+       'python2*' python3_4 pypy)"