Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgcli: update to 3.4.1, adopt. #36768

Merged
merged 2 commits into from
May 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/pgcli/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Template file for 'pgcli'
pkgname=pgcli
version=3.4.0
version=3.4.1
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-pendulum
python3-cli_helpers python3-setproctitle"
short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
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/pgcli/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() {
Expand Down
16 changes: 6 additions & 10 deletions srcpkgs/python3-pgspecial/template
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
# 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"
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 <aluisio@aasg.name>"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
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
Expand Down