9 buildPythonPackage rec {
13 disabled = isPy27; # namespace is broken for python2
16 inherit pname version;
17 sha256 = "5026853fcbf6f91d5a6b11ea7860a641fe27b36d4172c731f4aa16b900cf8464";
20 propagatedBuildInputs = [ setuptools ];
23 description = "Self-contained, easily reusable library for parsing, manipulating";
24 homepage = "https://launchpad.net/lazr.uri";
25 license = licenses.lgpl3;