Loading pkgs/development/python-modules/resolvelib/default.nix +7 −1 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , setuptools , commentjson , pytestCheckHook }: Loading @@ -13,7 +14,7 @@ buildPythonPackage rec { # https://github.com/NixOS/nixpkgs/pull/128636 # https://github.com/ansible/ansible/blob/devel/requirements.txt version = "0.5.5"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "sarugaku"; Loading @@ -22,6 +23,10 @@ buildPythonPackage rec { sha256 = "198vfv78hilpg0d0mjzchzp9zk6239wnra61vlsgwpcgz66d2bgv"; }; build-system = [ setuptools ]; nativeCheckInputs = [ commentjson pytestCheckHook Loading @@ -45,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Resolve abstract dependencies into concrete ones"; homepage = "https://github.com/sarugaku/resolvelib"; changelog = "https://github.com/sarugaku/resolvelib/blob/${src.rev}/CHANGELOG.rst"; license = licenses.isc; maintainers = with maintainers; [ ]; }; Loading Loading
pkgs/development/python-modules/resolvelib/default.nix +7 −1 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , setuptools , commentjson , pytestCheckHook }: Loading @@ -13,7 +14,7 @@ buildPythonPackage rec { # https://github.com/NixOS/nixpkgs/pull/128636 # https://github.com/ansible/ansible/blob/devel/requirements.txt version = "0.5.5"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "sarugaku"; Loading @@ -22,6 +23,10 @@ buildPythonPackage rec { sha256 = "198vfv78hilpg0d0mjzchzp9zk6239wnra61vlsgwpcgz66d2bgv"; }; build-system = [ setuptools ]; nativeCheckInputs = [ commentjson pytestCheckHook Loading @@ -45,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Resolve abstract dependencies into concrete ones"; homepage = "https://github.com/sarugaku/resolvelib"; changelog = "https://github.com/sarugaku/resolvelib/blob/${src.rev}/CHANGELOG.rst"; license = licenses.isc; maintainers = with maintainers; [ ]; }; Loading