Files

36 lines
995 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-sox
version 1.4.1
revision 0
platforms darwin
license BSD
maintainers nomaintainer
description Python wrapper around SoX.
long_description {*}${description}
homepage https://github.com/rabitt/pysox
checksums rmd160 dcf1bc93b886d7a0a01812dff212926430501673 \
sha256 b0f2d13692450b889cd3f66127e96f801942ec2aac5bb21653dfd150e0d71055 \
size 62423
supported_archs noarch
python.versions 37 38 39
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
depends_run-append \
port:py${python.version}-numpy \
port:sox
livecheck.type none
}