# -*- 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.25.1
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  9bf62cdef5962cc37dd86f573630daef7eb6e10c \
                    sha256  607d3c43722b7e217a7e6c82f17258b798b92a512017d60c06323d62ae814cd7 \
                    size    44432

python.versions     39 310 311 312 313

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
}
