11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "08dnw3bs1mk0f1ccn466a5a7fi1ivwrp0jspav9arqpf3wd27q60";
22 name = "tests_overcome_bpo42967.patch";
23 url = "https://github.com/gruns/furl/files/6030371/tests_overcome_bpo42967.patch.txt";
24 sha256 = "1l0lxmcp9x73kxy0ky2bh7zxa4n1cf1qxyyax97n90d1s3dc7k2q";
28 propagatedBuildInputs = [
39 # see https://github.com/gruns/furl/issues/121
43 pythonImportsCheck = [ "furl" ];
46 description = "Python library that makes parsing and manipulating URLs easy";
47 homepage = "https://github.com/gruns/furl";
48 license = licenses.unlicense;
49 maintainers = with maintainers; [ vanzef ];