Loading pkgs/development/python-modules/findimports/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, python, pythonOlder, setuptools, }: Loading @@ -12,8 +11,6 @@ buildPythonPackage rec { version = "2.7.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "mgedmin"; repo = "findimports"; Loading @@ -37,7 +34,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"; changelog = "https://github.com/mgedmin/findimports/blob/${src.tag}/CHANGES.rst"; license = with licenses; [ gpl2Only # or gpl3Only Loading Loading
pkgs/development/python-modules/findimports/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, python, pythonOlder, setuptools, }: Loading @@ -12,8 +11,6 @@ buildPythonPackage rec { version = "2.7.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "mgedmin"; repo = "findimports"; Loading @@ -37,7 +34,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"; changelog = "https://github.com/mgedmin/findimports/blob/${src.tag}/CHANGES.rst"; license = with licenses; [ gpl2Only # or gpl3Only Loading