10 buildPythonPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-esucU+So1YKzkuMt6ICCrQ5SzQVv24lh12SE1Jl5Y/w=";
27 pythonImportsCheck = [ "tcolorpy" ];
29 nativeCheckInputs = [ pytestCheckHook ];
32 homepage = "https://github.com/thombashi/tcolorpy";
33 description = "Library to apply true color for terminal text";
34 maintainers = with maintainers; [ genericnerdyusername ];
35 license = licenses.mit;