8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
16 repo = "hsluv-python";
18 hash = "sha256-bjivmPTU3Gp3pcC0ru4GSZANdhPqS1QSTMeiPGN8GCI=";
25 pythonImportsCheck = [ "hsluv" ];
28 description = "Python implementation of HSLuv";
29 homepage = "https://github.com/hsluv/hsluv-python";
30 license = licenses.mit;
31 maintainers = with maintainers; [ fab ];