dev-python/PyQt5: drop python3_4 support
authorDavide Pesavento <pesa@gentoo.org>
Thu, 21 Mar 2019 19:39:47 +0000 (20:39 +0100)
committerDavide Pesavento <pesa@gentoo.org>
Thu, 21 Mar 2019 19:40:03 +0000 (20:40 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild
dev-python/PyQt5/PyQt5-5.12.1.ebuild
dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild
dev-python/PyQt5/PyQt5-5.9.2.ebuild

index 8b331f240fb1a14759b121c408d53e9dac81349c..d0f6fd5829f8e8fc7d9065d64d4b72bcb2327d08 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit multibuild python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"
index 287228a9a1d6e5e019285da1622c5129d2325e77..a4197ca2dc5a04f4814a089affeadc9abbb06d69 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit multibuild python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"
index 7db840ce9df67888f59625a2a61a20874f03c1c0..c4cd1a3276d00a79bf859d48923951e9f34c9fdd 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit multibuild python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"
index 2a9f2c434ae8f0e1b6e0937e47cd633151b352df..a4aa37a0d7dabac527cb247f30213a498b5a77db 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit multibuild python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"