13 buildPythonPackage rec {
14 pname = "napari-console";
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-vHLCVMgrcs54pGb48wQpc0h7QBIfE6r7hCSoDNI3QvA=";
27 SETUPTOOLS_SCM_PRETEND_VERSION = version;
33 propagatedBuildInputs = [
41 # Circular dependency: napari
44 pythonImportsCheck = [
49 description = "A plugin that adds a console to napari";
50 homepage = "https://github.com/napari/napari-console";
51 license = licenses.bsd3;
52 maintainers = with maintainers; [ SomeoneSerge ];