# -*- 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-flatbuffers
version             1.12
license             Apache-2
platforms           darwin linux
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

description         Python runtime library for use with the Flatbuffers \
                    serialization format.
long_description    {*}${description}

homepage            https://google.github.io/flatbuffers/

python.versions     37 38 39

checksums           rmd160  3a2bc474fd9323abc981a1fb25a41785c591e84b \
                    sha256  63bb9a722d5e373701913e226135b28a6f6ac200d5cc7b4d919fa38d73b44610 \
                    size    11286

if {${name} ne ${subport}} {

    depends_build-append \
        port:py${python.version}-setuptools

    livecheck.type  none
}
