# -*- 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-sentipy
python.rootname     sentiment-investor
version             2.1.0
revision            0
platforms           darwin
license             MIT
supported_archs     noarch

maintainers         {@harens gmail.com:harensdeveloper} \
                    openmaintainer

description         A python wrapper for the Sentiment Investor API
long_description    {*}${description}. This package can be used to easily access \
                    trending stocks and individual ticker data from the sentimentinvestor.com website.

homepage            https://docs.sentimentinvestor.com/python/

checksums           rmd160 8dc8a9f75bb3cf1fa1b5053b795500e271dc0f60 \
                    sha256 1b1969058ed540ef7059a54c146bc7b1e424b55c405607d4b407d476e562504e \
                    size   10796

python.versions     38 39

if {${name} ne ${subport}} {

    depends_build-append \
                        port:py${python.version}-setuptools

    depends_run-append  port:py${python.version}-beartype \
                        port:py${python.version}-requests \
                        port:py${python.version}-websocket-client

    livecheck.type      none
}
