# -*- 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-last python.rootname pylast version 5.2.0 revision 0 categories-append devel audio license Apache-2 platforms {darwin any} supported_archs noarch description A Python interface to Last.fm and Libre.fm long_description {*}${description} homepage https://github.com/pylast/pylast maintainers {@catap korins.ky:kirill} openmaintainer checksums rmd160 38f359461deffb49c23957992ec9c4657523d1cc \ sha256 bb046804ef56a0c18072c750d61a282d47ac102a3b0b9c44a023eaf5b0934b0a \ size 41137 python.pep517 yes python.pep517_backend hatch python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-hatch-vcs depends_lib-append \ port:py${python.version}-httpx depends_test-append \ port:py${python.version}-flaky \ port:py${python.version}-pytest \ port:py${python.version}-pytest-cov \ port:py${python.version}-pytest-random-order \ port:py${python.version}-yaml # See https://github.com/pylast/pylast/issues/397 test.run yes livecheck.type none }