diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index 29e4fb5fe0..0ff6f5079c 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,23 +1,20 @@ # Template file for 'pgcli' pkgname=pgcli -version=3.0.0 -revision=3 +version=3.4.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit - python3-psycopg2 python3-sqlparse python3-configobj python3-humanize + python3-psycopg2 python3-sqlparse python3-configobj python3-pendulum python3-cli_helpers python3-setproctitle" short_desc="PostgreSQL CLI with autocompletion and syntax highlighting" maintainer="Aluísio Augusto Silva Gonçalves " license="BSD-3-Clause" homepage="https://www.pgcli.com" +changelog="https://github.com/dbcli/pgcli/blob/main/changelog.rst" distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz" -checksum=4920225838e8004ae6d2ec42f566e0a8b99c4bd42bc2c876d0de8501da0a4082 - -do_check() { - # pgcli tests require a PostgreSQL server; skip them. - : -} +checksum=d566c6eda99aad1a27680bdfd74657e25bc0586d04eaf0b1626bb58bde75cfb6 +make_check=no # pgcli tests require a PostgreSQL server; skip them. post_install() { vlicense LICENSE.txt