13 buildPythonPackage rec {
14 pname = "jupysql-plugin";
18 disabled = pythonOlder "3.6";
20 # using pypi archive which includes pre-built assets
22 pname = "jupysql_plugin";
24 hash = "sha256-cIXheImO4BL00zn101ZDIzKl2qkIDsTNswZOCs54lNY=";
34 dependencies = [ ploomber-core ];
36 # testing requires a circular dependency over jupysql
39 pythonImportsCheck = [ "jupysql_plugin" ];
42 description = "Better SQL in Jupyter";
43 homepage = "https://github.com/ploomber/jupysql-plugin";
44 changelog = "https://github.com/ploomber/jupysql-plugin/blob/${version}/CHANGELOG.md";
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ euxane ];