10 buildPythonPackage rec {
11 pname = "rfc3339-validator";
15 pname = "rfc3339_validator";
17 sha256 = "0srg0b89aikzinw72s433994k5gv5lfyarq1adhas11kz6yjm2hk";
20 propagatedBuildInputs = [ six ];
22 checkInputs = [ pytestCheckHook hypothesis strict-rfc3339 ];
23 pythonImportsCheck = [ "rfc3339_validator" ];
26 description = "RFC 3339 validator for Python";
27 homepage = "https://github.com/naimetti/rfc3339-validator";
28 license = licenses.mit;
29 maintainers = with maintainers; [ AluisioASG ];