pgcli: update to 3.0.0.
This commit is contained in:
parent
1700a899c3
commit
f2fe9f4331
1 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'pgcli'
|
# Template file for 'pgcli'
|
||||||
pkgname=pgcli
|
pkgname=pgcli
|
||||||
version=2.2.0
|
version=3.0.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pgcli"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit2
|
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-humanize
|
||||||
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"
|
||||||
|
@ -14,7 +13,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.pgcli.com"
|
homepage="https://www.pgcli.com"
|
||||||
distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
|
||||||
checksum=54138a31e6736a34c63b84a6d134c9292c9a73543cc0f66e80a0aaf79259d39b
|
checksum=4920225838e8004ae6d2ec42f566e0a8b99c4bd42bc2c876d0de8501da0a4082
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# pgcli tests require a PostgreSQL server; skip them.
|
# pgcli tests require a PostgreSQL server; skip them.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue