You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2f5afa3ebd
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
35 lines
1.0 KiB
Tcl
35 lines
1.0 KiB
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-pydub
|
|
version 0.25.1
|
|
revision 0
|
|
|
|
categories-append audio
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Manipulate audio with an simple and easy high level interface
|
|
long_description {*}${description}
|
|
|
|
homepage https://pydub.com/
|
|
|
|
checksums rmd160 e858da63838aad9dd2ee5840a45101e9e5ecaf98 \
|
|
sha256 980a33ce9949cab2a569606b65674d748ecbca4f0796887fd6f46173a7b0d30f \
|
|
size 38326
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} LICENSE \
|
|
${destroot}${docdir}
|
|
}
|
|
}
|