12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10";
21 checkInputs = [ pytest pytestrunner ];
22 propagatedBuildInputs = [ multidict idna ]
23 ++ lib.optionals (pythonOlder "3.8") [
28 description = "Yet another URL library";
29 homepage = "https://github.com/aio-libs/yarl/";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ dotlambda ];