mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
pgcli: update to 4.3.0.
This commit is contained in:
parent
38106890ff
commit
b3106e275c
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'pgcli'
|
# Template file for 'pgcli'
|
||||||
pkgname=pgcli
|
pkgname=pgcli
|
||||||
version=4.1.0
|
version=4.3.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pgspecial python3-click python3-Pygments
|
depends="python3-pgspecial python3-click python3-Pygments
|
||||||
python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj
|
python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj
|
||||||
python3-cli_helpers python3-setproctitle"
|
python3-cli_helpers python3-setproctitle python3-tzlocal"
|
||||||
short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
|
short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
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://raw.githubusercontent.com/dbcli/pgcli/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=3fd16c8b51bd0145ff618c2c73264bcd854ba866aa206d4f076851f641b9b215
|
checksum=765ae1550c5508a481f19f16a99716c253fe91afb255797add2d635da20b6aef
|
||||||
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
Reference in a new issue