7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "6355c11141f6d4b54a17fc2106944806b5db2711e60b120d15d83db438c333fd";
16 propagatedBuildInputs = [ html5lib ];
21 description = "Stateful programmatic web browsing in Python";
22 homepage = "https://github.com/python-mechanize/mechanize";
23 license = "BSD-style";