7 buildPythonPackage rec {
8 pname = "strict-rfc3339";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277";
20 homepage = "https://github.com/danielrichman/strict-rfc3339";
21 license = licenses.gpl3;
22 description = "Strict, simple, lightweight RFC3339 functions";
23 maintainers = with maintainers; [ vanschelven ];