1 { lib, buildPythonPackage, fetchPypi, isPy3k }:
3 buildPythonPackage rec {
4 pname = "progressbar231";
10 inherit pname version;
11 sha256 = "0j0ifxk87xz3wkyacxaiqygghn27wwz6y5pj9k8j2yq7n33fbdam";
14 # no tests implemented
18 homepage = "https://pypi.python.org/pypi/progressbar231";
19 description = "Text progressbar library for python";
20 license = licenses.lgpl3Plus;
21 maintainers = with maintainers; [ twey ];