6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "1l6l1bh91i2r4dwcm86hlkx8cbh1xwgsk8hb4jvr5y5fxxg3ng6m";
16 # Project has no tests
19 pythonImportsCheck = [ "rfc3339" ];
22 description = "Format dates according to the RFC 3339";
23 homepage = "https://hg.sr.ht/~henryprecheur/rfc3339";
24 license = licenses.isc;
25 maintainers = with maintainers; [ fab ];