# -*- 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.20.0 v 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 48c0b1e4267c1698273b78bbbb09f35a730a5e8a \ sha256 67201d500acf105cc3908659a853c00e746395739e199a03347cb88cfb3c5557 \ size 20282 python.versions 39 310 311 312 python.pep517_backend flit if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-typing_extensions }