6 buildPythonPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-V7N7p5RxLKYLmJeojikYJ/tT/IpVGzG3ZPVvUisDAVs=";
18 # Package does not have a conventional test suite that can be run with either
19 # `pytestCheckHook` or the standard setuptools testing situation.
22 pythonImportsCheck = [ "plotext" ];
25 description = "Plotting directly in the terminal";
26 mainProgram = "plotext";
27 homepage = "https://github.com/piccolomo/plotext";
28 license = licenses.mit;
29 maintainers = with maintainers; [ samuela ];