diff options
author | Davide Pesavento <pesa@gentoo.org> | 2019-03-21 20:39:47 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2019-03-21 20:40:03 +0100 |
commit | cdb325c971def05b38a5722a2652db4a7cdac66d (patch) | |
tree | 57525718111c7bc3d2aa51d96176b06b0a4429b1 /dev-python/PyQt5 | |
parent | x11-base/xorg-server: elogind integration, -suid by default. (diff) | |
download | gentoo-cdb325c971def05b38a5722a2652db4a7cdac66d.tar.gz gentoo-cdb325c971def05b38a5722a2652db4a7cdac66d.tar.bz2 gentoo-cdb325c971def05b38a5722a2652db4a7cdac66d.zip |
dev-python/PyQt5: drop python3_4 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5')
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.12.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.9.2.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild b/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild index 8b331f240fb1..d0f6fd5829f8 100644 --- a/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild @@ -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" diff --git a/dev-python/PyQt5/PyQt5-5.12.1.ebuild b/dev-python/PyQt5/PyQt5-5.12.1.ebuild index 287228a9a1d6..a4197ca2dc5a 100644 --- a/dev-python/PyQt5/PyQt5-5.12.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.12.1.ebuild @@ -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" diff --git a/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild b/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild index 7db840ce9df6..c4cd1a3276d0 100644 --- a/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild +++ b/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild @@ -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" diff --git a/dev-python/PyQt5/PyQt5-5.9.2.ebuild b/dev-python/PyQt5/PyQt5-5.9.2.ebuild index 2a9f2c434ae8..a4aa37a0d7da 100644 --- a/dev-python/PyQt5/PyQt5-5.9.2.ebuild +++ b/dev-python/PyQt5/PyQt5-5.9.2.ebuild @@ -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" |