7 buildPythonPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-cCdKeixRfXkvEGBqozMWw2RjliLdzhlMv8GE2Q40LZQ=";
18 nativeCheckInputs = [ pytestCheckHook ];
21 homepage = "https://github.com/thombashi/tcolorpy";
22 description = "A library to apply true color for terminal text";
23 maintainers = with maintainers; [ genericnerdyusername ];
24 license = licenses.mit;