# -*- 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-lyricsgenius
version             3.12.2
revision            0
categories-append   multimedia
platforms           any
license             MIT
maintainers         nomaintainer
description         Download lyrics and metadata from Genius.com
long_description    {*}${description}
homepage            https://github.com/johnwmillr/LyricsGenius
checksums           rmd160  dd875c2084e4694afc42ca3b2bef05c5fd6e1598 \
                    sha256  9a2a26c98e93b98ed3b65364e8e10627bb6e600c26e36ee8d0edb4bbd5b9ea2c \
                    size    518476
supported_archs     noarch

python.versions         311 312 313 314
python.pep517_backend   hatch

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-beautifulsoup4 \
                    port:py${python.version}-requests
}
