# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        omnilib aiosqlite 0.17.0 v
name                py-${github.project}
revision            0
categories-append   devel

license             MIT
maintainers         nomaintainer
platforms           darwin
supported_archs     noarch

description         asyncio bridge to the standard sqlite3 module

long_description    aiosqlite provides a friendly, async interface to \
                    sqlite databases. It replicates the standard \
                    sqlite3 module, but with async versions of all the \
                    standard connection and cursor methods, plus \
                    context managers for automatically closing \
                    connections and cursors.

checksums           rmd160  ed6aa54cf1f913f18aff5d3336003793b51103e8 \
                    sha256  e393c1fb3a6c486f93629b7da311c20af4d9c1eb714a82c75dc673305a624dd7 \
                    size    25407

python.versions     37 38 39

python.pep517       yes

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-flit_core \
                    port:py${python.version}-typing_extensions \
                    port:py${python.version}-wheel
    
    livecheck.type  none
}
