diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:14:55 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:14:55 +0100 |
commit | b3ffcd0a06286924ea9231157315217e83b14dfe (patch) | |
tree | 97595e4f818775e6a28daa40819c00796944427a /dev-python/pyqt-distutils | |
parent | dev-python/pyprof2calltree: Remove Py2 (diff) | |
download | gentoo-b3ffcd0a06286924ea9231157315217e83b14dfe.tar.gz gentoo-b3ffcd0a06286924ea9231157315217e83b14dfe.tar.bz2 gentoo-b3ffcd0a06286924ea9231157315217e83b14dfe.zip |
dev-python/pyqt-distutils: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pyqt-distutils')
-rw-r--r-- | dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild index 64d95f96b728..04c6d9d5d317 100644 --- a/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild +++ b/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="distutils extension to work with PyQt applications and UI files" |