# -*- 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-rasa-nlu
version             0.15.1
checksums           rmd160  a82c3474f1a8df0613df0c9e0aab5b6a0ca75547 \
                    sha256  69d8b788ea74f764343a2381228843d3dd8452636ba1441f0752ec695bb31cd6 \
                    size    113457

categories-append   devel
platforms           darwin
license             Apache-2
maintainers         {ijackson @JacksonIsaac} openmaintainer
supported_archs     noarch

description         Rasa NLU a natural language parser for bots
long_description    Rasa NLU (Natural Language Understanding) is a \
    tool for understanding what is being said in short pieces of text.

homepage            https://github.com/RasaHQ/rasa_nlu

master_sites        pypi:r/${python.rootname}
distname            ${python.rootname}-${version}

python.versions     36 37

if {${name} ne ${subport}} {
    conflicts   py${python.version}-dopamine-rl

    depends_lib-append  \
        port:py${python.version}-boto3 \
        port:py${python.version}-coloredlogs \
        port:py${python.version}-future \
        port:py${python.version}-klein \
        port:py${python.version}-numpy \
        port:py${python.version}-requests \
        port:py${python.version}-ruamel-yaml\
        port:py${python.version}-setuptools \
        port:py${python.version}-simplejson \
        port:py${python.version}-six \
        port:py${python.version}-tqdm \
        port:py${python.version}-yaml

    livecheck.type  none
}
