6 }: buildPythonPackage rec {
7 pname = "napari-plugin-engine";
9 src = fetchFromGitHub {
13 sha256 = "sha256-cKpCAEYYRq3UPje7REjzhEe1J9mmrtXs8TBnxWukcNE=";
15 nativeBuildInputs = [ setuptools-scm ];
16 checkInputs = [ pytestCheckHook ];
18 SETUPTOOLS_SCM_PRETEND_VERSION = version;
21 description = "A fork of pluggy for napari - plugin management package";
22 homepage = "https://github.com/napari/napari-plugin-engine";
23 license = licenses.mit;
24 maintainers = with maintainers; [ SomeoneSerge ];