15 buildPythonPackage rec {
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 hash = "sha256-SlnNw4dWOzRedwIN3kCyl95qVqkY92QGOMS3Eyoqk0I=";
32 propagatedBuildInputs = [
39 env.SKIP_JUPYTER_BUILDER = 1;
41 # no tests in PyPI dist
44 pythonImportsCheck = [ "bqscales" ];
47 description = "Grammar of Graphics scales for bqplot and other Jupyter widgets libraries";
48 homepage = "https://github.com/bqplot/bqscales";
49 license = lib.licenses.asl20;
50 maintainers = with lib.maintainers; [ bcdarwin ];