# -*- 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-cchardet
version             2.1.7
revision            1
categories-append   devel textproc
license             MIT
maintainers         {toby @tobypeterson} openmaintainer
description         cChardet is high speed universal character encoding detector.
long_description    {*}${description}

homepage            https://github.com/PyYoshi/cChardet

checksums           rmd160  8e4588db69c55cc9531e66dd8d73221830d7c9d1 \
                    sha256  c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf \
                    size    653617

python.versions     39 310 311

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