13 buildPythonPackage rec {
21 sha256 = "06jv7ar7lpvvk0dixzwdr3wgm0g1lipxs429s2z7knwwa7hwpf41";
24 nativeBuildInputs = [ setuptools ];
26 propagatedBuildInputs = [ pytz ];
28 doCheck = false; # tests are not including in PyPI tarball
31 description = "Generate and parse RFC 3339 timestamps";
32 homepage = "https://github.com/kurtraschke/pyRFC3339";
33 license = licenses.mit;