Loading pkgs/development/python-modules/typeguard/default.nix +8 −3 Original line number Diff line number Diff line { buildPythonPackage { lib , buildPythonPackage , fetchPypi , pythonOlder , lib , setuptools , setuptools-scm , pytestCheckHook Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { version = "4.1.5"; format = "pyproject"; disabled = pythonOlder "3.5"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; Loading Loading @@ -51,6 +51,10 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "typeguard" ]; disabledTestPaths = [ # mypy tests aren't passing with latest mypy "tests/mypy" Loading @@ -68,6 +72,7 @@ buildPythonPackage rec { meta = with lib; { description = "This library provides run-time type checking for functions defined with argument type annotations"; homepage = "https://github.com/agronholm/typeguard"; changelog = "https://github.com/agronholm/typeguard/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ ]; }; Loading Loading
pkgs/development/python-modules/typeguard/default.nix +8 −3 Original line number Diff line number Diff line { buildPythonPackage { lib , buildPythonPackage , fetchPypi , pythonOlder , lib , setuptools , setuptools-scm , pytestCheckHook Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { version = "4.1.5"; format = "pyproject"; disabled = pythonOlder "3.5"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; Loading Loading @@ -51,6 +51,10 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "typeguard" ]; disabledTestPaths = [ # mypy tests aren't passing with latest mypy "tests/mypy" Loading @@ -68,6 +72,7 @@ buildPythonPackage rec { meta = with lib; { description = "This library provides run-time type checking for functions defined with argument type annotations"; homepage = "https://github.com/agronholm/typeguard"; changelog = "https://github.com/agronholm/typeguard/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ ]; }; Loading