Loading pkgs/by-name/ro/robotframework-tidy/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "robotframework-tidy"; version = "4.11.0"; version = "4.13.0"; pyproject = true; src = fetchFromGitHub { owner = "MarketSquare"; repo = "robotframework-tidy"; rev = version; hash = "sha256-pWW7Ex184WgnPfqHg5qQjfE+9UPvCmE5pwkY8jrp9bI="; hash = "sha256-MCx0J+uZ2LI0K1TrIwJbLVTUTJnLxTvYXUJNtIMsnQU="; }; build-system = with python3.pkgs; [ setuptools ]; Loading pkgs/development/python-modules/rich-click/default.nix +16 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , click , fetchFromGitHub , pythonOlder , rich , setuptools , typer , typing-extensions { lib, buildPythonPackage, click, fetchFromGitHub, pythonOlder, rich, setuptools, typer, typing-extensions, }: buildPythonPackage rec { pname = "rich-click"; version = "1.7.4"; version = "1.8.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -20,14 +21,12 @@ buildPythonPackage rec { owner = "ewels"; repo = "rich-click"; rev = "refs/tags/v${version}"; hash = "sha256-eqpxNurMHn4ClD0KjTQ7Yfny61tcYBRKlW74axjLI8A="; hash = "sha256-O7ZV6+p0nvWmKHUy/aK+qcED/KT4hZojoQRKr9Eg848="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ click rich typing-extensions Loading @@ -36,16 +35,14 @@ buildPythonPackage rec { # Module has no test doCheck = false; pythonImportsCheck = [ "rich_click" ]; pythonImportsCheck = [ "rich_click" ]; meta = with lib; { description = "Module to format click help output nicely with rich"; mainProgram = "rich-click"; homepage = "https://github.com/ewels/rich-click"; changelog = "https://github.com/ewels/rich-click/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "rich-click"; }; } Loading
pkgs/by-name/ro/robotframework-tidy/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "robotframework-tidy"; version = "4.11.0"; version = "4.13.0"; pyproject = true; src = fetchFromGitHub { owner = "MarketSquare"; repo = "robotframework-tidy"; rev = version; hash = "sha256-pWW7Ex184WgnPfqHg5qQjfE+9UPvCmE5pwkY8jrp9bI="; hash = "sha256-MCx0J+uZ2LI0K1TrIwJbLVTUTJnLxTvYXUJNtIMsnQU="; }; build-system = with python3.pkgs; [ setuptools ]; Loading
pkgs/development/python-modules/rich-click/default.nix +16 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , click , fetchFromGitHub , pythonOlder , rich , setuptools , typer , typing-extensions { lib, buildPythonPackage, click, fetchFromGitHub, pythonOlder, rich, setuptools, typer, typing-extensions, }: buildPythonPackage rec { pname = "rich-click"; version = "1.7.4"; version = "1.8.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -20,14 +21,12 @@ buildPythonPackage rec { owner = "ewels"; repo = "rich-click"; rev = "refs/tags/v${version}"; hash = "sha256-eqpxNurMHn4ClD0KjTQ7Yfny61tcYBRKlW74axjLI8A="; hash = "sha256-O7ZV6+p0nvWmKHUy/aK+qcED/KT4hZojoQRKr9Eg848="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ click rich typing-extensions Loading @@ -36,16 +35,14 @@ buildPythonPackage rec { # Module has no test doCheck = false; pythonImportsCheck = [ "rich_click" ]; pythonImportsCheck = [ "rich_click" ]; meta = with lib; { description = "Module to format click help output nicely with rich"; mainProgram = "rich-click"; homepage = "https://github.com/ewels/rich-click"; changelog = "https://github.com/ewels/rich-click/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "rich-click"; }; }