8 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
13 src = fetchFromGitHub {
15 repo = "hsluv-python";
17 hash = "sha256-bjivmPTU3Gp3pcC0ru4GSZANdhPqS1QSTMeiPGN8GCI=";
24 pythonImportsCheck = [ "hsluv" ];
27 description = "Python implementation of HSLuv";
28 homepage = "https://github.com/hsluv/hsluv-python";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];