10 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-U6qycLnldwNze3XMAn6DS3XGX4RaCZgW0pH/y/FEAkk=";
22 nativeBuildInputs = [ poetry-core ];
29 pythonImportsCheck = [ "ochre" ];
32 description = "Down-to-earth approach to colors";
33 homepage = "https://github.com/getcuia/ochre";
34 changelog = "https://github.com/getcuia/ochre/releases/tag/${src.rev}";
35 license = licenses.mit;
36 maintainers = with maintainers; [ figsoda ];