9 buildPythonPackage rec {
12 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
17 repo = "hsluv-python";
19 hash = "sha256-bjivmPTU3Gp3pcC0ru4GSZANdhPqS1QSTMeiPGN8GCI=";
22 nativeCheckInputs = [ pytestCheckHook ];
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 ];