21 lines
741 B
Bash
21 lines
741 B
Bash
# Template file for 'python3-pgspecial'
|
|
pkgname=python3-pgspecial
|
|
version=2.1.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-click python3-sqlparse python3-psycopg"
|
|
checkdepends="${depends} python3-pytest"
|
|
short_desc="Meta-commands handler for PostgreSQL"
|
|
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=f0419e1b3b78fb3a72fe3b546f6788a712091532d599fe7593b5f6ee55a88f87
|
|
make_check=no # pgspecial tests require a PostgreSQL server; skip them.
|
|
|
|
post_install() {
|
|
vlicense License.txt
|
|
}
|