8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "06jv7ar7lpvvk0dixzwdr3wgm0g1lipxs429s2z7knwwa7hwpf41";
17 propagatedBuildInputs = [ pytz ];
18 buildInputs = [ nose ];
21 description = "Generate and parse RFC 3339 timestamps";
22 homepage = "https://github.com/kurtraschke/pyRFC3339";
23 license = licenses.mit;