7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1l6l1bh91i2r4dwcm86hlkx8cbh1xwgsk8hb4jvr5y5fxxg3ng6m";
17 # Project has no tests
20 pythonImportsCheck = [ "rfc3339" ];
23 description = "Format dates according to the RFC 3339";
24 homepage = "https://hg.sr.ht/~henryprecheur/rfc3339";
25 license = licenses.isc;
26 maintainers = with maintainers; [ fab ];