9 buildPythonPackage rec {
14 src = fetchFromGitLab {
17 rev = "refs/tags/${version}";
18 hash = "sha256-4APFAIN+cmPPd6qbqVC9iU4YntNEjoPbJXZywG1hsBY=";
21 nativeBuildInputs = [ flit-core ];
23 nativeCheckInputs = [ unittestCheckHook ];
25 unittestFlagsArray = [ "unittests" ];
27 pythonImportsCheck = [ "colored" ];
30 description = "Simple library for color and formatting to terminal";
31 homepage = "https://gitlab.com/dslackw/colored";
32 changelog = "https://gitlab.com/dslackw/colored/-/raw/${version}/CHANGES.md";
34 license = licenses.mit;