# -*- 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-mpd2 python.rootname python-mpd2 version 3.1.0 revision 0 categories-append devel audio platforms {darwin any} supported_archs noarch license LGPL-3+ maintainers {@catap korins.ky:kirill} openmaintainer description A Python MPD client library long_description {*}${description} homepage https://github.com/Mic92/python-mpd2 checksums rmd160 68c5f82df8dc02ec11a221ec0f0259b2dd60e361 \ sha256 f33c2cdb0d6baa74a36724f38c1c4a099a7ce2c8ec4a2bb7192150a5855df476 \ size 58269 python.versions 38 39 310 311 python.test_framework unittest if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools test.run yes }