9 , napari # reverse dependency, for tests
19 buildPythonPackage rec {
20 pname = "napari-npe2";
21 version = "0.7.2-unstable-2023-10-20";
24 disabled = pythonOlder "3.8";
26 src = fetchFromGitHub {
29 rev = "9d29e4d6dbbec75c2d36273647efd9ddfb59ded0";
30 hash = "sha256-JLu/5pXijPdpKY2z2rREtSKPiP33Yy4viegbxUiQg7Y=";
33 # fix this in the next release
34 env.SETUPTOOLS_SCM_PRETEND_VERSION = "0.7.2";
41 propagatedBuildInputs = [
53 pythonImportsCheck = [
57 passthru.tests = { inherit napari; };
60 description = "Plugin system for napari (the image visualizer)";
62 homepage = "https://github.com/napari/npe2";
63 license = licenses.bsd3;
64 maintainers = with maintainers; [ SomeoneSerge ];