9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-wiW2dMg/qSO+k9I1MwzgMANz0CiFzvIyOIE7DVZoMEo=";
25 nativeCheckInputs = [ unittestCheckHook ];
27 unittestFlagsArray = [ "-s" "tests" ];
29 pythonImportsCheck = [
34 description = "Library for working with color names/values defined by the HTML and CSS specifications";
35 homepage = "https://github.com/ubernostrum/webcolors";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ ];