# -*- 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-spotipy
version             2.24.0
revision            0

supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         {judaew @judaew} openmaintainer

description         A light weight Python library for the Spotify Web API
long_description    {*}${description}
homepage            https://spotipy.readthedocs.io/

checksums           rmd160  479734d5b0de4eafed0015268ffb8618281c7a3c \
                    sha256  396af81e642086551af157270cdfe742c1739405871ba9dac1fa651b8649ef0d \
                    size    41708

python.versions     39 310 311

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

    depends_run-append \
                    port:py${python.version}-redis \
                    port:py${python.version}-requests \
                    port:py${python.version}-six \
                    port:py${python.version}-urllib3

    livecheck.type  none
}
