13 buildPythonPackage rec {
14 pname = "asciimatics";
18 disabled = pythonOlder "3.8";
21 inherit pname version;
22 hash = "sha256-z905gEJydRnYtz5iuO+CwL7P7U60IImcO5bJjQuWgho=";
25 build-system = [ setuptools-scm ];
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [
37 "asciimatics.renderers"
43 description = "Module to create full-screen text UIs (from interactive forms to ASCII animations)";
44 homepage = "https://github.com/peterbrittain/asciimatics";
45 changelog = "https://github.com/peterbrittain/asciimatics/releases/tag/${version}";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ cmcdragonkai ];