From 40f29906c1c3dedbef3de0b9b2ad50b4b326134b Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 19 Apr 2022 13:56:35 -0400 Subject: [PATCH 1/2] python3-pgspecial: update to 1.13.1, adopt. --- srcpkgs/python3-pgspecial/template | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template index e0279616a906..b110c6a8b8d2 100644 --- a/srcpkgs/python3-pgspecial/template +++ b/srcpkgs/python3-pgspecial/template @@ -1,7 +1,7 @@ # Template file for 'python3-pgspecial' pkgname=python3-pgspecial -version=1.11.9 -revision=4 +version=1.13.1 +revision=1 wrksrc="pgspecial-${version}" build_style=python3-module pycompile_module="pgspecial" @@ -9,16 +9,13 @@ hostmakedepends="python3-setuptools" depends="python3-click python3-sqlparse python3-psycopg2" checkdepends="${depends} python3-pytest" short_desc="Meta-commands handler for PostgreSQL" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Joel Beckmeyer " license="BSD-3-Clause" homepage="https://www.dbcli.com" +changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst" distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz" -checksum=77f8651450ccbde7d3036cfe93486a4eeeb5ade28d1ebc4b2ba186fea0023c56 - -do_check() { - # pgspecial tests require a PostgreSQL server; skip them. - : -} +checksum=d5dab96690908275916dc2c622efae217f142e08165fa366949d41cbc5658701 +make_check=no # pgspecial tests require a PostgreSQL server; skip them. post_install() { vlicense License.txt From 2856becb66c6f7435047aab7f7b5bc15134c189a Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 19 Apr 2022 13:53:22 -0400 Subject: [PATCH 2/2] pgcli: update to 3.4.1, adopt. --- srcpkgs/pgcli/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index 0ff6f5079c4d..f61fff9b9356 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,6 +1,6 @@ # Template file for 'pgcli' pkgname=pgcli -version=3.4.0 +version=3.4.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -8,12 +8,12 @@ depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit 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 " +maintainer="Joel Beckmeyer " license="BSD-3-Clause" homepage="https://www.pgcli.com" -changelog="https://github.com/dbcli/pgcli/blob/main/changelog.rst" +changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst" distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz" -checksum=d566c6eda99aad1a27680bdfd74657e25bc0586d04eaf0b1626bb58bde75cfb6 +checksum=f03930187e27d60df658ca8a04fb601ec5d7476c735f2b1542c6adec5cac8fe2 make_check=no # pgcli tests require a PostgreSQL server; skip them. post_install() {