Loading pkgs/development/python-modules/nuclear/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "nuclear"; version = "2.2.5"; version = "2.3.1"; pyproject = true; src = fetchFromGitHub { owner = "igrek51"; repo = "nuclear"; rev = version; hash = "sha256-JuO7BKmlQE6bWKqy1QvX5U4A9YkKu/4ouTSJh9R7JGo="; hash = "sha256-UeU803SYMBLSWXjuxtWP2R2dBumRom+qsj2ljTiYFm0="; }; build-system = [ setuptools ]; Loading @@ -39,10 +39,6 @@ buildPythonPackage rec { # Disabled because test tries to install bash in a non-NixOS way "tests/autocomplete/test_bash_install.py" ]; disabledTests = [ # Setting the time zone in nix sandbox does not work - to be investigated "test_context_logger" ]; pythonImportsCheck = [ "nuclear" ]; meta = with lib; { Loading pkgs/development/python-modules/wat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "wat"; version = "0.1.2"; version = "0.3.0"; pyproject = true; src = fetchFromGitHub { owner = "igrek51"; repo = "wat"; rev = version; hash = "sha256-ibbWM2L/GoJVg8RxtsBSBn/qA+KIkC5+wq5YH6mtiUs="; hash = "sha256-WCMMj4KtfWOp6LsS4XHD/M/iepstVasHknEvEUTMMM8="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/nuclear/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "nuclear"; version = "2.2.5"; version = "2.3.1"; pyproject = true; src = fetchFromGitHub { owner = "igrek51"; repo = "nuclear"; rev = version; hash = "sha256-JuO7BKmlQE6bWKqy1QvX5U4A9YkKu/4ouTSJh9R7JGo="; hash = "sha256-UeU803SYMBLSWXjuxtWP2R2dBumRom+qsj2ljTiYFm0="; }; build-system = [ setuptools ]; Loading @@ -39,10 +39,6 @@ buildPythonPackage rec { # Disabled because test tries to install bash in a non-NixOS way "tests/autocomplete/test_bash_install.py" ]; disabledTests = [ # Setting the time zone in nix sandbox does not work - to be investigated "test_context_logger" ]; pythonImportsCheck = [ "nuclear" ]; meta = with lib; { Loading
pkgs/development/python-modules/wat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "wat"; version = "0.1.2"; version = "0.3.0"; pyproject = true; src = fetchFromGitHub { owner = "igrek51"; repo = "wat"; rev = version; hash = "sha256-ibbWM2L/GoJVg8RxtsBSBn/qA+KIkC5+wq5YH6mtiUs="; hash = "sha256-WCMMj4KtfWOp6LsS4XHD/M/iepstVasHknEvEUTMMM8="; }; build-system = [ setuptools ]; Loading