Quamash-0.6.1.ebuild (556B)
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 PYTHON_COMPAT=( python3_4 python3_5 )
7 inherit distutils-r1
8
9 DESCRIPTION="Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop"
10 HOMEPAGE="https://github.com/harvimt/quamash"
11 SRC_URI="https://files.pythonhosted.org/packages/01/1e/cf6f3c38cee61ed04fea58667f673adc67d6412eba0b3327dbb5732c1177/Quamash-0.6.1.tar.gz"
12
13 LICENSE="BSD"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 DEPEND="dev-python/PyQt5"
19 RDEPEND="${DEPEND}"