# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-pgspecial
version             1.11.10
revision            0

license             BSD
platforms           darwin
supported_archs     noarch
maintainers         {@xeron gmail.com:xeron.oskom} openmaintainer
description         Meta-commands handler for Postgres Database
long_description    This package provides an API to execute meta-commands \
                    (AKA “special”, or “backslash commands”) on PostgreSQL.

python.versions     27 36 37 38 39

homepage            https://pypi.python.org/pypi/${python.rootname}/

checksums           rmd160  4fc93087c497624f1e0dd7798f8d172f495c3ab4 \
                    sha256  f65c74a7ecfd4d6af3feb963a1bf8a612e5882731f69afd06ae66ffee13238cb \
                    size    64039

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools

    depends_lib-append      port:py${python.version}-click \
                            port:py${python.version}-sqlparse \
                            port:py${python.version}-psycopg2

    livecheck.type  none
}
