10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 hash = "sha256-CLB68oagG80w1YOnrK32KVg9H3m/7yfdLCxcJjgXJ30=";
22 build-system = [ setuptools ];
24 nativeCheckInputs = [ unittestCheckHook ];
26 unittestFlagsArray = [
31 pythonImportsCheck = [ "webcolors" ];
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;