27 lines
759 B
Bash
27 lines
759 B
Bash
# Template file for 'python3-pgspecial'
|
|
pkgname=python3-pgspecial
|
|
version=1.11.7
|
|
revision=1
|
|
archs=noarch
|
|
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>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://www.dbcli.com"
|
|
distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
|
|
checksum=f7501681e276b07cb260e665ce578ff5c64bcd1bc58bde27a01b78425afdc173
|
|
|
|
do_check() {
|
|
# pgspecial tests require a PostgreSQL server; skip them.
|
|
:
|
|
}
|
|
|
|
post_install() {
|
|
vlicense License.txt
|
|
}
|