From 5858b9d7b5d16b36391de6fa768b37ebc828f0da Mon Sep 17 00:00:00 2001 From: "Vladimir Pavljuchenkov (SpiderX)" Date: Sat, 23 Dec 2017 22:31:37 +0200 Subject: dev-python/PythonQt: prevent using with Qt greater then 5.7 1. Added Python 3.6 to PYTHON_COMPAT. 2. Restricted Qt dependencies to 5.7 (wrt #634544) Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6610 --- dev-python/PythonQt/PythonQt-3.1-r1.ebuild | 88 ++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 dev-python/PythonQt/PythonQt-3.1-r1.ebuild (limited to 'dev-python/PythonQt') diff --git a/dev-python/PythonQt/PythonQt-3.1-r1.ebuild b/dev-python/PythonQt/PythonQt-3.1-r1.ebuild new file mode 100644 index 000000000000..efab4efcc45e --- /dev/null +++ b/dev-python/PythonQt/PythonQt-3.1-r1.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +MY_P=${PN}${PV} + +inherit qmake-utils python-single-r1 + +DESCRIPTION="A dynamic Python binding for the Qt framework" +HOMEPAGE="http://pythonqt.sourceforge.net/" +SRC_URI="mirror://sourceforge/pythonqt/pythonqt/${P}/${MY_P}.zip" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc +extensions webkit" + +RDEPEND="${PYTHON_DEPS} +