10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-7Dtf87erBElqVgqRx8BYHYOWv1uI84JJ0LHrcneczCI=";
24 SETUPTOOLS_SCM_PRETEND_VERSION = version;
30 propagatedBuildInputs = [
35 pythonImportsCheck = [
39 # This project does not have a unit test
43 description = "Color Up Arbitrary Command Output";
44 homepage = "https://github.com/nojhan/colout";
45 license = licenses.gpl3Only;
46 maintainers = with maintainers; [ badele ];