14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-8EGeGzt4+zpy/jtUb2eIpxIJFTLVmf51k7X27lWoj4c=";
26 build-system = [ setuptools ];
40 # Test requires a Postgresql server
41 "test_slash_dp_pattern_schema"
45 description = "Meta-commands handler for Postgres Database";
46 homepage = "https://github.com/dbcli/pgspecial";
47 changelog = "https://github.com/dbcli/pgspecial/releases/tag/v${version}";
48 license = licenses.bsd3;