10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "0sx50lkivsfjxx9zr4yh7l9gll2l9kvl0v0w8w4wk2x5v9bzjyj2";
20 propagatedBuildInputs = [ idna ] ++ lib.optionals isPy27 [ typing ];
23 description = "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 ];