From cdb325c971def05b38a5722a2652db4a7cdac66d Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Thu, 21 Mar 2019 20:39:47 +0100 Subject: dev-python/PyQt5: drop python3_4 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento --- dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild | 4 ++-- dev-python/PyQt5/PyQt5-5.12.1.ebuild | 2 +- dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild | 4 ++-- dev-python/PyQt5/PyQt5-5.9.2.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'dev-python/PyQt5') 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" -- cgit v1.2.3-65-gdbad