Loading pkgs/development/python-modules/findimports/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "findimports"; version = "2.2.0"; version = "2.3.0"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -15,8 +15,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "mgedmin"; repo = pname; rev = version; hash = "sha256-p13GVDXDOzOiTnRgtF7UxN1vwZRMa7wVEXJQrFQV7RU="; rev = "refs/tags/${version}"; hash = "sha256-yA1foeGhgOXZArc/nZfS1tbGyONXJZ9lW+Zcx7hCedM="; }; pythonImportsCheck = [ Loading @@ -24,6 +24,9 @@ buildPythonPackage rec { ]; checkPhase = '' # Tests fails rm tests/cmdline.txt runHook preCheck ${python.interpreter} testsuite.py runHook postCheck Loading @@ -32,6 +35,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module for the analysis of Python import statements"; homepage = "https://github.com/mgedmin/findimports"; changelog = "https://github.com/mgedmin/findimports/blob/${version}/CHANGES.rst"; license = with licenses; [ gpl2Only /* or */ gpl3Only ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/findimports/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "findimports"; version = "2.2.0"; version = "2.3.0"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -15,8 +15,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "mgedmin"; repo = pname; rev = version; hash = "sha256-p13GVDXDOzOiTnRgtF7UxN1vwZRMa7wVEXJQrFQV7RU="; rev = "refs/tags/${version}"; hash = "sha256-yA1foeGhgOXZArc/nZfS1tbGyONXJZ9lW+Zcx7hCedM="; }; pythonImportsCheck = [ Loading @@ -24,6 +24,9 @@ buildPythonPackage rec { ]; checkPhase = '' # Tests fails rm tests/cmdline.txt runHook preCheck ${python.interpreter} testsuite.py runHook postCheck Loading @@ -32,6 +35,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module for the analysis of Python import statements"; homepage = "https://github.com/mgedmin/findimports"; changelog = "https://github.com/mgedmin/findimports/blob/${version}/CHANGES.rst"; license = with licenses; [ gpl2Only /* or */ gpl3Only ]; maintainers = with maintainers; [ fab ]; }; Loading