You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
927 B
Tcl
32 lines
927 B
Tcl
# -*- 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.1
|
|
revision 0
|
|
|
|
categories-append devel audio
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license LGPL-3+
|
|
maintainers nomaintainer
|
|
|
|
description A Python MPD client library
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/Mic92/python-mpd2
|
|
|
|
checksums rmd160 faa9ac6e604687604617a097c13791de85fb16fa \
|
|
sha256 4baec3584cc43ed9948d5559079fafc2679b06b2ade273e909b3582654b2b3f5 \
|
|
size 58713
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
python.test_framework unittest
|
|
}
|