8 buildPythonPackage rec {
13 src = fetchFromGitLab {
16 rev = "refs/tags/${version}";
17 hash = "sha256-4APFAIN+cmPPd6qbqVC9iU4YntNEjoPbJXZywG1hsBY=";
28 unittestFlagsArray = [
32 pythonImportsCheck = [
37 description = "Simple library for color and formatting to terminal";
38 homepage = "https://gitlab.com/dslackw/colored";
39 changelog = "https://gitlab.com/dslackw/colored/-/raw/${version}/CHANGES.md";
40 maintainers = with maintainers; [ ];
41 license = licenses.mit;