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}]
|
||||||
|
)"
|
||||||
@@ -1 +1 @@
|
|||||||
EBUILD qspectrumanalyzer-9999.ebuild 802 SHA256 72acc00fc1cbfac435987317865e83a5571fcffc7d9e862e63a669b6557c104b SHA512 9e1b21df32a01e287e2582a3a033d9759f620836def4ab2eb89d66b6477bcc49fb4fa31de5d4d4ff9a4fc4634a8c1c230d969280ffdbd6231c8db9ac31b1d7e8 WHIRLPOOL a8228e849f762428fe11800499e84cff377fd346367ee0c25e8a913bc774f51b5611dec97dd3dde8fa9ea1473b87543c67e08d8b33b18abf605edbd1214cbddb
|
EBUILD qspectrumanalyzer-9999.ebuild 807 SHA256 b3e1dc96f2dfdeccc8d7a234398f144891c217225f519882e94152de31e90b71 SHA512 f17e70deeddf3065b29e9366d707c6ccbd0075c93112d6ccde836e9cfed6cbb74f37abb0f400dc6b9f526d4108ab2e3981b7d573b6be808d85586a23d1348482 WHIRLPOOL 64b2e55fcddd0fb786ba5d96d63609466acfb633c776a321f21393ca7ee40fea9c7c455d41057c564478835c4f08965830f7dbcafd744f980d98db769170d706
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ DEPEND="${PYTHON_DEPS}"
|
|||||||
RDEPEND="${DEPEND}
|
RDEPEND="${DEPEND}
|
||||||
net-wireless/soapy_power[${PYTHON_USEDEP}]
|
net-wireless/soapy_power[${PYTHON_USEDEP}]
|
||||||
dev-python/pyqtgraph[${PYTHON_USEDEP}]
|
dev-python/pyqtgraph[${PYTHON_USEDEP}]
|
||||||
dev-python/QtPy[${PYTHON_USEDEP}]"
|
dev-python/QtPy-shim[${PYTHON_USEDEP}]"
|
||||||
|
|||||||
Reference in New Issue
Block a user