Loading pkgs/development/python-modules/tempora/default.nix +8 −13 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder # build time , setuptools-scm # runtime , pytz , jaraco-functools # tests , freezegun , jaraco-functools , pytest-freezegun , pytestCheckHook , pythonOlder , pytz , setuptools-scm }: buildPythonPackage rec { pname = "tempora"; version = "5.2.1"; version = "5.5.0"; format = "pyproject"; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-txdkhsWUinUgHo0LIe8sI8qAhHQGDfRyGMkilb3OUnY="; hash = "sha256-E+T8yZfQUJwzBtaEHwPpOBt+Xkayvr+ukVGvkAhfDCY="; }; nativeBuildInputs = [ Loading Loading @@ -53,6 +47,7 @@ buildPythonPackage rec { meta = with lib; { description = "Objects and routines pertaining to date and time"; homepage = "https://github.com/jaraco/tempora"; changelog = "https://github.com/jaraco/tempora/blob/v${version}/NEWS.rst"; license = licenses.mit; maintainers = with maintainers; [ ]; }; Loading Loading
pkgs/development/python-modules/tempora/default.nix +8 −13 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder # build time , setuptools-scm # runtime , pytz , jaraco-functools # tests , freezegun , jaraco-functools , pytest-freezegun , pytestCheckHook , pythonOlder , pytz , setuptools-scm }: buildPythonPackage rec { pname = "tempora"; version = "5.2.1"; version = "5.5.0"; format = "pyproject"; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-txdkhsWUinUgHo0LIe8sI8qAhHQGDfRyGMkilb3OUnY="; hash = "sha256-E+T8yZfQUJwzBtaEHwPpOBt+Xkayvr+ukVGvkAhfDCY="; }; nativeBuildInputs = [ Loading Loading @@ -53,6 +47,7 @@ buildPythonPackage rec { meta = with lib; { description = "Objects and routines pertaining to date and time"; homepage = "https://github.com/jaraco/tempora"; changelog = "https://github.com/jaraco/tempora/blob/v${version}/NEWS.rst"; license = licenses.mit; maintainers = with maintainers; [ ]; }; Loading