# -*- 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-aiopg
version             1.4.0
revision            0
categories-append   devel

license             MIT
maintainers         nomaintainer
supported_archs     noarch
platforms           {darwin any}

description         Postgres integration with asyncio.
long_description    aiopg is a library for accessing a PostgreSQL \
                    database from the asyncio (PEP-3156/tulip) \
                    framework. It wraps asynchronous features of the \
                    Psycopg database driver.

homepage            https://aiopg.readthedocs.io/

checksums           rmd160  1cd7e767c4615950362d60ca5e96cce52f695bc4 \
                    sha256  116253bef86b4d954116716d181e9a0294037f266718b2e1c9766af995639d71 \
                    size    35593

python.versions     39 310

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-async-timeout \
                    port:py${python.version}-psycopg2
}
