mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pgcli: update to 4.0.1.
This commit is contained in:
parent
b116150d7b
commit
a511ea1727
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pgcli'
|
# Template file for 'pgcli'
|
||||||
pkgname=pgcli
|
pkgname=pgcli
|
||||||
version=3.5.0
|
version=4.0.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
|
depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
|
||||||
|
@ -13,7 +13,7 @@ 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=cc448d95159fc0903d36182992778a096eda5752d660d47671383c8e2bf633f1
|
checksum=f2feea2099ce1ad5e8a9d5d93b0edaf60dc61e97b21b75e91d9723939ce53bd2
|
||||||
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