9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "0sx50lkivsfjxx9zr4yh7l9gll2l9kvl0v0w8w4wk2x5v9bzjyj2";
18 propagatedBuildInputs = [ idna ]
19 ++ lib.optionals isPy27 [ typing ];
22 description = "A featureful, correct URL for Python";
23 homepage = "https://github.com/python-hyper/hyperlink";
24 license = licenses.mit;
25 platforms = platforms.all;
26 maintainers = with maintainers; [ apeschar ];