# -*- 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-soco version 0.30.0 revision 0 platforms {darwin any} supported_archs noarch license MIT maintainers {@catap korins.ky:kirill} openmaintainer description SoCo (Sonos Controller) is a simple library to control Sonos speakers. long_description {*}${description} homepage https://github.com/SoCo/SoCo checksums rmd160 791bd2faa36a093780d035a93f5cde06d9a88d53 \ sha256 9c5f7d2177f823be6b9ea1801be45641c0c853eed431dc4176e04c4037b12491 \ size 731715 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-appdirs \ port:py${python.version}-ifaddr \ port:py${python.version}-lxml \ port:py${python.version}-requests \ port:py${python.version}-xmltodict depends_test-append \ port:py${python.version}-pyflakes \ port:py${python.version}-requests-mock test.run yes test.args -m 'not integration' }