1 { lib, buildPythonPackage, fetchPypi, idna, pytestCheckHook }:
3 buildPythonPackage rec {
9 sha256 = "17dvx15m3r49bmif5zlli8kzjd6bys6psixzbp14sd5367d9h8qi";
12 propagatedBuildInputs = [ idna ];
14 checkInputs = [ pytestCheckHook ];
17 description = "Validating URI References per RFC 3986";
18 homepage = "https://rfc3986.readthedocs.org";
19 license = licenses.asl20;
20 maintainers = with maintainers; [ SuperSandro2000 ];