8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "962jLyx+/GS8wrDPzG2ONnHvtUG5Pqe6l1Z5ml63Cmg=";
21 propagatedBuildInputs = [
29 disabledTests = lib.optionals (pythonAtLeast "3.9") [
30 # Fails with "AssertionError: assert 'unknown' == ''"
31 "test_unknown_protocol"
34 pythonImportsCheck = [
39 description = "Simple URL parsing, canonicalization and equivalence";
40 homepage = "https://github.com/nexB/urlpy";
41 license = licenses.mit;