21 # this is a pythonPackage because of the ipython line magics in pgcli.magic
22 # integrating with ipython-sql
23 buildPythonPackage rec {
28 inherit pname version;
29 sha256 = "sha256-zESNlRWfwJA9NhgpkneKCW7aV1LWYNR2cTg8jiv2M/E=";
32 propagatedBuildInputs = [
47 checkInputs = [ pytestCheckHook mock ];
49 disabledTests = lib.optionals stdenv.isDarwin [ "test_application_name_db_uri" ];
52 description = "Command-line interface for PostgreSQL";
54 Rich command-line interface for PostgreSQL with auto-completion and
57 homepage = "https://pgcli.com";
58 changelog = "https://github.com/dbcli/pgcli/raw/v${version}/changelog.rst";
59 license = licenses.bsd3;
60 maintainers = with maintainers; [ dywedir SuperSandro2000 ];