Loading pkgs/development/python-modules/whatthepatch/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , pytestCheckHook , setuptools , pythonOlder }: buildPythonPackage rec { Loading @@ -10,6 +11,8 @@ buildPythonPackage rec { version = "1.0.5"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "cscorley"; repo = pname; Loading @@ -25,11 +28,14 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "whatthepatch" ]; pythonImportsCheck = [ "whatthepatch" ]; meta = with lib; { description = "Python library for both parsing and applying patch files"; homepage = "https://github.com/cscorley/whatthepatch"; changelog = "https://github.com/cscorley/whatthepatch/blob/${version}/HISTORY.md"; license = licenses.mit; maintainers = with maintainers; [ joelkoen ]; }; Loading Loading
pkgs/development/python-modules/whatthepatch/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , pytestCheckHook , setuptools , pythonOlder }: buildPythonPackage rec { Loading @@ -10,6 +11,8 @@ buildPythonPackage rec { version = "1.0.5"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "cscorley"; repo = pname; Loading @@ -25,11 +28,14 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "whatthepatch" ]; pythonImportsCheck = [ "whatthepatch" ]; meta = with lib; { description = "Python library for both parsing and applying patch files"; homepage = "https://github.com/cscorley/whatthepatch"; changelog = "https://github.com/cscorley/whatthepatch/blob/${version}/HISTORY.md"; license = licenses.mit; maintainers = with maintainers; [ joelkoen ]; }; Loading