forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QtPy-1.2.1.ebuild
37 lines (29 loc) · 1.02 KB
/
QtPy-1.2.1.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Abtraction layer for PyQt5/PyQt4/PySide"
HOMEPAGE="https://github.com/spyder-ide/qtpy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="designer gui opengl svg testlib webkit"
RDEPEND="
|| (
dev-python/PyQt5[${PYTHON_USEDEP},designer=,opengl=,svg=,webkit=]
dev-python/PyQt4[${PYTHON_USEDEP},designer=,opengl=,svg=,webkit=]
dev-python/pyside[${PYTHON_USEDEP},designer=,opengl=,svg=,webkit=]
)
gui? ( || (
dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
dev-python/PyQt4[${PYTHON_USEDEP},X]
dev-python/pyside[${PYTHON_USEDEP},X]
) )
testlib? ( || (
dev-python/PyQt5[${PYTHON_USEDEP},testlib]
dev-python/PyQt4[${PYTHON_USEDEP},testlib]
dev-python/pyside[${PYTHON_USEDEP},X]
) )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"