void-packages/srcpkgs/python3-pgspecial/template
Aluísio Augusto Silva Gonçalves 1aa11949e7 New package: python3-pgspecial-1.11.5
2019-04-16 17:08:39 -03:00

25 lines
718 B
Bash

# Template file for 'python3-pgspecial'
pkgname=python3-pgspecial
version=1.11.5
revision=1
archs=noarch
wrksrc="pgspecial-${version}"
build_style=python3-module
pycompile_module="pgspecial"
hostmakedepends="python3-setuptools"
depends="python3-click python3-sqlparse python3-psycopg2"
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=f44dd48db53fd93dc78d61ebac0ca2cc3c58203f94b30edc730b02bfd3ee747b
do_check() {
# pgspecial tests require a PostgreSQL server; skip them.
:
}
post_install() {
vlicense License.txt
}