Loading pkgs/development/python-modules/pyschemes/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -3,12 +3,13 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, setuptools, }: buildPythonPackage { pname = "pyschemes"; version = "0-unstable-2022-09-12"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "spy16"; Loading @@ -17,6 +18,8 @@ buildPythonPackage { hash = "sha256-jv6dlZlLuJlTqw2V21BUEhCIc/UGvyjbhggw82eGMz0="; }; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyschemes" ]; Loading Loading
pkgs/development/python-modules/pyschemes/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -3,12 +3,13 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, setuptools, }: buildPythonPackage { pname = "pyschemes"; version = "0-unstable-2022-09-12"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "spy16"; Loading @@ -17,6 +18,8 @@ buildPythonPackage { hash = "sha256-jv6dlZlLuJlTqw2V21BUEhCIc/UGvyjbhggw82eGMz0="; }; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyschemes" ]; Loading