7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "d3c4d257a560d544e9826b38bc81db676890c79ab9d7ac92b39c7a253d5ca733";
19 homepage = "https://pypi.python.org/pypi/rfc3987";
20 license = licenses.gpl3Plus;
21 description = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)";
22 maintainers = with maintainers; [ vanschelven ];