# -*- 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
PortGroup           github 1.0

github.setup        saffsd langid.py 4153583eaeeadd88212a69ab5fa61a41283ae59b
name                py-langid
version             20170714-1.16
revision            0

categories-append   textproc
platforms           darwin
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         Stand-alone language identification system
long_description    ${description}

checksums           rmd160  735c3f3927f10fd51c149bfde3052b768fa03a9b \
                    sha256  d211ebe92d10131044d8f10b8aba1d73eeef72f9b4c9b50bef3fe999482e5d90 \
                    size    1959870

python.versions     27 35 36 37

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

    livecheck.type  none
}
