# -*- 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-brotlicffi
version             1.2.0.0
revision            0

license             MIT
maintainers         nomaintainer

description         Python CFFI bindings to the Brotli library
long_description    {*}${description}

homepage            https://github.com/python-hyper/brotlicffi

checksums           rmd160  9a408de1530ae768e53a02cba63abe135a7337ed \
                    sha256  34345d8d1f9d534fcac2249e57a4c3c8801a33c9942ff9f8574f67a175e17adb \
                    size    476682

python.versions     39 310 311 312 313 314

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