5 , poetry-dynamic-versioning
11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-spPZdQ+x3isyeBXZ/J2QE6zNhyHRfyRQGiHreuXzzik=";
25 poetry-dynamic-versioning
28 passthru.optional-dependencies = {
29 pygments = [ pygments ];
33 nativeCheckInputs = [ pytestCheckHook ];
36 "tests/test_flavour.py" # would download a json to check correctness of flavours
39 pythonImportsCheck = [ "catppuccin" ];
42 description = "Soothing pastel theme for Python";
43 homepage = "https://github.com/catppuccin/python";
44 maintainers = with lib.maintainers; [ fufexan tomasajt ];
45 license = lib.licenses.mit;