11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-hchlxuB5QP+VxCx+QZ2739/mR5SQmYyE+9kXLKJ2ij4=";
24 ./relative_import.patch
25 # https://github.com/jart/fabulous/pull/22
27 url = "https://github.com/jart/fabulous/commit/5779f2dfbc88fd81b5b5865247913d4775e67959.patch?full_index=1";
28 hash = "sha256-miWFt4vDpwWhSUgnWDjWUXoibijcDa1c1dDOSkfWoUg=";
32 build-system = [ setuptools ];
34 dependencies = [ pillow ];
37 for i in tests/*.py; do
38 ${python.interpreter} $i
43 description = "Make the output of terminal applications look fabulous";
44 homepage = "https://jart.github.io/fabulous";
45 license = lib.licenses.asl20;
46 maintainers = [ lib.maintainers.symphorien ];