# -*- 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-fastavro
version             1.9.2
revision            0

categories-append   net parallel science
license             MIT
maintainers         {petr @petrrr} openmaintainer

description         Fast read and write module for AVRO files
long_description    {*}${description}

homepage            https://fastavro.readthedocs.org/

checksums           md5 4ff815fb942c2d4517c1276f41580d17 \
                    rmd160 c16aa8cee15d08a541f0ff57dc3a3c8387b9ef78 \
                    sha256 5c1ffad986200496bd69b5c4748ae90b5d934d3b1456f33147bee3a0bb17f89b \
                    size   976884

python.versions     39 310 311 312

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

    test.run        yes
}
