8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "e6581ac04e973cac858828c6202c1e1e81fee1dc7de7683f3e1ffe0bfd8a573d";
18 nativeCheckInputs = [ pytest ];
24 homepage = "https://github.com/sdispater/pastel";
25 description = "Bring colors to your terminal";
26 license = licenses.mit;
27 maintainers = with maintainers; [ jakewaksbaum ];