10 buildPythonPackage rec {
11 pname = "qreactor-unstable";
12 version = "2018-09-29";
14 src = fetchFromGitHub {
17 rev = "364b3f561fb0d4d3938404d869baa4db7a982bf0";
18 sha256 = "1nb5iwg0nfz86shw28a2kj5pyhd4jvvxhf73fhnfbl8scgnvjv9h";
21 disabled = pythonOlder "3.0";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 homepage = "https://github.com/frmdstryr/qt-reactor";
37 description = "Twisted and PyQt5/qtpy eventloop integration base";
38 license = licenses.mit;
39 maintainers = with maintainers; [ raboof ];