12 buildPythonPackage rec {
13 pname = "alive-progress";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "alive-progress";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-yJhl0QrMHET9ISDc/D5AEQ7dTJkmcV2SWqy/xmG18uY=";
30 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations";
46 homepage = "https://github.com/rsalmei/alive-progress";
47 changelog = "https://github.com/rsalmei/alive-progress/blob/v${version}/CHANGELOG.md";
48 license = licenses.mit;
49 maintainers = with maintainers; [ thiagokokada ];