9 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44";
19 nativeBuildInputs = [ hatchling ];
21 nativeCheckInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "colorama" ];
26 description = "Cross-platform colored terminal text";
27 homepage = "https://github.com/tartley/colorama";
28 changelog = "https://github.com/tartley/colorama/raw/${version}/CHANGELOG.rst";
29 license = licenses.bsd3;