8 buildPythonPackage rec {
9 pname = "pytimeparse2";
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "onegreyonewhite";
17 hash = "sha256-zWRbSohTvbVd3GcRRoxH/UReVGYHC0YmbNgbt8N0X48=";
20 propagatedBuildInputs = [ dateutils ];
23 # https://github.com/onegreyonewhite/pytimeparse2/blob/e00df7506b6925f2c6a5783e89e9f239d128271a/tox.ini#L36C20-L36C78
26 python tests.py -vv --failfast
30 pythonImportsCheck = [ "pytimeparse2" ];
33 description = "Pytimeparse based project with the aim of optimizing functionality and providing stable support";
34 homepage = "https://github.com/onegreyonewhite/pytimeparse2";
35 license = licenses.mit;
36 maintainers = with maintainers; [ gador ];