10 napari, # reverse dependency, for tests
20 buildPythonPackage rec {
21 pname = "napari-npe2";
25 disabled = pythonOlder "3.8";
27 src = fetchFromGitHub {
31 hash = "sha256-HjMf5J1n5NKqtunRQ7cqZiTZMTNmcq5j++O03Sxwvqw=";
51 pythonImportsCheck = [ "npe2" ];
58 description = "Plugin system for napari (the image visualizer)";
59 homepage = "https://github.com/napari/npe2";
60 license = licenses.bsd3;
61 maintainers = with maintainers; [ SomeoneSerge ];