22 buildPythonPackage rec {
27 src = fetchFromGitHub {
30 rev = "refs/tags/${version}";
31 hash = "sha256-V82tGAmpvfGeUoewtJXXsBBXx2HNcV9/IMJxJg3bJL8=";
34 build-system = [ setuptools ];
46 nativeCheckInputs = [ pytestCheckHook ];
48 # : cannot connect to X server
51 pythonImportsCheck = [ "qtconsole" ];
54 description = "Jupyter Qt console";
55 mainProgram = "jupyter-qtconsole";
56 homepage = "https://qtconsole.readthedocs.io/";
57 changelog = "https://qtconsole.readthedocs.io/en/stable/changelog.html#changes-in-jupyter-qt-console";
58 license = lib.licenses.bsd3;
59 platforms = lib.platforms.unix;
60 maintainers = with lib.maintainers; [ GaetanLepage ];