fix qspectrumanalyzer QtPy dep
This commit is contained in:
1
dev-python/QtPy-shim/Manifest
Normal file
1
dev-python/QtPy-shim/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD QtPy-shim-9999.ebuild 784 SHA256 79d8d3bdbadbc18b7698b554824cc3b62ad2f3609e16ad15ae2deb743da12501 SHA512 467d6bd5d842c27dd6a1f321b7921eb870ac666af3b49b33abd88f6e6c1ea0e8ccc90a9869a06dd9ef510326236ef9e6da1eee967e28ec6359d1c08d039255c4 WHIRLPOOL d4aa70065185dc24ac45201db7472c8d0f79fe2f55c1cfbdbc06cc21ef3d3edb734c39026031e775d16c919761271321cdd9c34e12f70d72d840f8577b6091ec
|
||||
35
dev-python/QtPy-shim/QtPy-shim-9999.ebuild
Normal file
35
dev-python/QtPy-shim/QtPy-shim-9999.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Minimal Python 2 & 3 shim around all Qt bindings"
|
||||
HOMEPAGE="https://github.com/mottosso/Qt.py"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/mottosso/Qt.py.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/mottosso/Qt.py/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/Qt.py-"${PV}"
|
||||
fi
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
|| (
|
||||
dev-python/PyQt5[${PYTHON_USEDEP}]
|
||||
dev-python/PyQt4[${PYTHON_USEDEP}]
|
||||
dev-python/pyside[${PYTHON_USEDEP}]
|
||||
)"
|
||||
Reference in New Issue
Block a user