From 1aa11949e765cd61a262296e5c41ebdf832f2280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?= Date: Sun, 7 Oct 2018 23:19:25 -0300 Subject: [PATCH] New package: python3-pgspecial-1.11.5 --- srcpkgs/python3-pgspecial/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/python3-pgspecial/template diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template new file mode 100644 index 00000000000..748e4b2f99a --- /dev/null +++ b/srcpkgs/python3-pgspecial/template @@ -0,0 +1,25 @@ +# 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 " +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 +}