python3-pgspecial: update to 2.1.2.
This commit is contained in:
parent
c3ff7c56e9
commit
20ce04985b
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python3-pgspecial'
|
# Template file for 'python3-pgspecial'
|
||||||
pkgname=python3-pgspecial
|
pkgname=python3-pgspecial
|
||||||
version=2.0.1
|
version=2.1.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-click python3-sqlparse python3-psycopg"
|
depends="python3-click python3-sqlparse python3-psycopg"
|
||||||
checkdepends="${depends} python3-pytest"
|
checkdepends="${depends} python3-pytest"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://www.dbcli.com"
|
homepage="https://www.dbcli.com"
|
||||||
changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst"
|
changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
|
||||||
checksum=64443bbc9ad09b57d0f4dcbb38eff44d52853b7418c9ea52f5857abe1bb534ec
|
checksum=f0419e1b3b78fb3a72fe3b546f6788a712091532d599fe7593b5f6ee55a88f87
|
||||||
make_check=no # pgspecial tests require a PostgreSQL server; skip them.
|
make_check=no # pgspecial tests require a PostgreSQL server; skip them.
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue