# -*- 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.1.0.0
license             MIT

maintainers         {@catap korins.ky:kirill} openmaintainer

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

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

checksums           rmd160  9e52055c09a1e3c77098e78d463ac92722806d37 \
                    sha256  b77827a689905143f87915310b93b273ab17888fd43ef350d4832c4a71083c13 \
                    size    465192

python.versions     37 38 39 310 311 312

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

    depends_lib-append \
                    port:py${python.version}-cffi
}
