12 buildPythonPackage rec {
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 sha256 = "sha256-zEMG2zscGDlRxtLn/lUTEjZBPabcwzMcj/kMcy3yOs8=";
24 nativeBuildInputs = [ setuptools-scm ];
26 propagatedBuildInputs = [
33 checkInputs = [ pytestCheckHook ];
35 doCheck = false; # Segfaults...
37 pythonImportsCheck = [ "superqt" ];
39 SETUPTOOLS_SCM_PRETEND_VERSION = version;
42 description = "Missing widgets and components for Qt-python (napari/superqt)";
43 homepage = "https://github.com/napari/superqt";
44 license = licenses.bsd3;
45 maintainers = with maintainers; [ SomeoneSerge ];