9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-l6rPnb1L/YKbqtbmMJ+mVzqvG+P2+nNcirBeRs7LJhw=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [
34 description = "Validating URI References per RFC 3986";
35 homepage = "https://rfc3986.readthedocs.org";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ ];