diff options
author | 2020-08-01 17:12:41 +0200 | |
---|---|---|
committer | 2020-08-02 01:19:38 +0200 | |
commit | c7e82d442cfa917c5b96f053b1169cc0aca42b77 (patch) | |
tree | 214bdbe5fed23008ce279f6edac312af3555e31d /dev-python/PyQtWebEngine | |
parent | dev-python/qscintilla-python: Drop python2_7 (diff) | |
download | gentoo-c7e82d442cfa917c5b96f053b1169cc0aca42b77.tar.gz gentoo-c7e82d442cfa917c5b96f053b1169cc0aca42b77.tar.bz2 gentoo-c7e82d442cfa917c5b96f053b1169cc0aca42b77.zip |
dev-python/PyQtWebEngine: Drop python2_7
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/PyQtWebEngine')
-rw-r--r-- | dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild index 7846273daf9f..0f869cca5363 100644 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit python-r1 qmake-utils DESCRIPTION="Python bindings for QtWebEngine" diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild index 4d322572d51e..94183f43f9bb 100644 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit python-r1 qmake-utils DESCRIPTION="Python bindings for QtWebEngine" |