Loading pkgs/development/python-modules/findimports/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -3,22 +3,19 @@ buildPythonPackage, fetchFromGitHub, python, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "findimports"; version = "2.6.0"; version = "2.7.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "mgedmin"; repo = "findimports"; tag = version; hash = "sha256-2hhonlv7FF4s+wDOsBGnLsMxJEXlMlNbLEkI8HptyOI="; hash = "sha256-ztbf9F1tz5EhqSkE8W6i7ihJYJTymKQdXI+K/G7DbHM="; }; build-system = [ setuptools ]; 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 +3 −6 Original line number Diff line number Diff line Loading @@ -3,22 +3,19 @@ buildPythonPackage, fetchFromGitHub, python, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "findimports"; version = "2.6.0"; version = "2.7.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "mgedmin"; repo = "findimports"; tag = version; hash = "sha256-2hhonlv7FF4s+wDOsBGnLsMxJEXlMlNbLEkI8HptyOI="; hash = "sha256-ztbf9F1tz5EhqSkE8W6i7ihJYJTymKQdXI+K/G7DbHM="; }; build-system = [ setuptools ]; 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