pgcli: update to 3.4.1, adopt.
This commit is contained in:
parent
6f5e8cc5cf
commit
e14e9fe1cc
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pgcli'
|
# Template file for 'pgcli'
|
||||||
pkgname=pgcli
|
pkgname=pgcli
|
||||||
version=3.4.0
|
version=3.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
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-psycopg2 python3-sqlparse python3-configobj python3-pendulum
|
||||||
python3-cli_helpers python3-setproctitle"
|
python3-cli_helpers python3-setproctitle"
|
||||||
short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
|
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"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.pgcli.com"
|
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"
|
distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
|
||||||
checksum=d566c6eda99aad1a27680bdfd74657e25bc0586d04eaf0b1626bb58bde75cfb6
|
checksum=f03930187e27d60df658ca8a04fb601ec5d7476c735f2b1542c6adec5cac8fe2
|
||||||
make_check=no # pgcli tests require a PostgreSQL server; skip them.
|
make_check=no # pgcli tests require a PostgreSQL server; skip them.
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue