7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-sQvFVwaZpDinLitaZOdr2MKO4779FvIJOHpVB/oLgwE=";
17 # tests not included on pypi
20 pythonImportsCheck = [ "udatetime" ];
23 description = "Fast RFC3339 compliant Python date-time library";
24 mainProgram = "bench_udatetime.py";
25 homepage = "https://github.com/freach/udatetime";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ globin ];