# -*- 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-asyncmy
version             0.2.5
revision            0

categories-append   databases devel
license             Apache-2
maintainers         nomaintainer

description         A fast asyncio MySQL driver
long_description    {*}${description}

homepage            https://github.com/long2ice/asyncmy

checksums           rmd160  dfc6a3b7fa881b38a81a94ecc87a832e7c1d0cde \
                    sha256  cf3ef3d1ada385d231f23fffcbf1fe040bae8575b187746633fbef6e7cff2844 \
                    size    62791

python.versions     39 310

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