# -*- 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.2 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 6bcd339d068dbd09eb9f19cebbe14eaaf7a5bd46 \ sha256 5ed45c044156ca5518997e2502b1f2c1e7336407cb1fb8fe112d144b4d5282c8 \ size 44933 python.versions 310 311 312 313 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-redis \ port:py${python.version}-requests \ port:py${python.version}-six \ port:py${python.version}-urllib3 }