dev-python/typing: Remove meaningless py3.5+ support
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Jul 2018 06:52:01 +0000 (08:52 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Jul 2018 13:27:54 +0000 (15:27 +0200)
Remove the PYTHON_COMPAT for py3.5+.  This module is built-in in those
Python versions, so it should not be ever used.

dev-python/typing/typing-3.6.2-r1.ebuild [moved from dev-python/typing/typing-3.6.2.ebuild with 93% similarity]
dev-python/typing/typing-3.6.4-r1.ebuild [moved from dev-python/typing/typing-3.6.4.ebuild with 93% similarity]

similarity index 93%
rename from dev-python/typing/typing-3.6.2.ebuild
rename to dev-python/typing/typing-3.6.2-r1.ebuild
index ebb1665c5afc718c387e9075ec081b953f6bcce2..fa97ca9e4dac9ec9847db09f42b1f93c2be8a89c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4} pypy )
 
 inherit distutils-r1
 
similarity index 93%
rename from dev-python/typing/typing-3.6.4.ebuild
rename to dev-python/typing/typing-3.6.4-r1.ebuild
index f7d895c8892fcd6e0a321fbdd285d3f663602f54..a2f4c6da829e288f6023e55451affc5f03e86d10 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4} pypy )
 
 inherit distutils-r1