summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-20 08:54:44 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-21 15:40:24 +0200
commit643b50e6d19cc720c2bc6b5e0c00acf07b614c7e (patch)
tree0bfd6ef1f35c4e7d9b3eb10f617caf0f5d51f74b /dev-python/PyQt5
parentprofiles/thirdpartymirrors: Drop fedora. not used in any ebuilds. (diff)
downloadgentoo-643b50e6d19cc720c2bc6b5e0c00acf07b614c7e.tar.gz
gentoo-643b50e6d19cc720c2bc6b5e0c00acf07b614c7e.tar.bz2
gentoo-643b50e6d19cc720c2bc6b5e0c00acf07b614c7e.zip
dev-python/PyQt5: Add python3.5 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5')
-rw-r--r--dev-python/PyQt5/PyQt5-5.5.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.5.ebuild b/dev-python/PyQt5/PyQt5-5.5.ebuild
index 2ab377073f3d..ccb3484f10d8 100644
--- a/dev-python/PyQt5/PyQt5-5.5.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.5.ebuild
@@ -3,12 +3,14 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit eutils multibuild multilib python-r1 qmake-utils
DESCRIPTION="Python bindings for the Qt framework"
-HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
+HOMEPAGE="
+ http://www.riverbankcomputing.com/software/pyqt/intro
https://pypi.python.org/pypi/PyQt5"
MY_PN="PyQt-gpl"