python3-pgspecial: update to 1.13.1, adopt.
This commit is contained in:
parent
a31bfdc62b
commit
6f5e8cc5cf
@ -1,24 +1,20 @@
|
||||
# Template file for 'python3-pgspecial'
|
||||
pkgname=python3-pgspecial
|
||||
version=1.11.9
|
||||
revision=4
|
||||
version=1.13.1
|
||||
revision=1
|
||||
wrksrc="pgspecial-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="pgspecial"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-click python3-sqlparse python3-psycopg2"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="Meta-commands handler for PostgreSQL"
|
||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
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=77f8651450ccbde7d3036cfe93486a4eeeb5ade28d1ebc4b2ba186fea0023c56
|
||||
|
||||
do_check() {
|
||||
# pgspecial tests require a PostgreSQL server; skip them.
|
||||
:
|
||||
}
|
||||
checksum=d5dab96690908275916dc2c622efae217f142e08165fa366949d41cbc5658701
|
||||
make_check=no # pgspecial tests require a PostgreSQL server; skip them.
|
||||
|
||||
post_install() {
|
||||
vlicense License.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user