Files
2025-11-20 20:59:40 -05:00

31 lines
931 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-ibroadcast
version 1.1.2
revision 0
categories-append devel audio
platforms {darwin any}
supported_archs noarch
license public-domain
maintainers nomaintainer
description iBroadcast Python client
long_description {*}${description}
homepage https://github.com/ctrueden/ibroadcast-python
checksums rmd160 f05caa256b32d8b6e9e597a908392654ce86145b \
sha256 70670e113ffcdf439e9b0dc961c0d1c5b01875b52128d4e836826a78265f3b87 \
size 11759
python.versions 310 311 312 313
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-requests
}