python3-pgspecial: update to 2.0.1.

This commit is contained in:
Joel Beckmeyer 2022-09-16 13:15:36 -04:00 committed by classabbyamp
parent c88e81f0df
commit 399a422a30
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'python3-pgspecial'
pkgname=python3-pgspecial
version=1.13.1
version=2.0.1
revision=1
wrksrc="pgspecial-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-click python3-sqlparse python3-psycopg2"
depends="python3-click python3-sqlparse python3-psycopg"
checkdepends="${depends} python3-pytest"
short_desc="Meta-commands handler for PostgreSQL"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
@ -13,7 +13,7 @@ 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=d5dab96690908275916dc2c622efae217f142e08165fa366949d41cbc5658701
checksum=64443bbc9ad09b57d0f4dcbb38eff44d52853b7418c9ea52f5857abe1bb534ec
make_check=no # pgspecial tests require a PostgreSQL server; skip them.
post_install() {