# -*- 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.21.0 v
github.tarball_from archive
name                py-${github.project}
revision            0
categories-append   devel

license             MIT
maintainers         nomaintainer
supported_archs     noarch
platforms           {darwin any}

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  f2c0e4daa29cebdca6034a3843ad1c12169f524d \
                    sha256  f2338f94d62f5faf5c2da409c3fcd6862e53075cfa52abe521ddba324d472f21 \
                    size    21125

python.versions     39 310 311 312 313

python.pep517_backend   flit

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