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