You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
351fe362b5
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
39 lines
1.3 KiB
Tcl
39 lines
1.3 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-openunmix
|
|
version 1.3.0
|
|
revision 0
|
|
|
|
categories-append audio science
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
description Open-Unmix reference implementation for music \
|
|
source separation
|
|
|
|
long_description Open-Unmix provides ready-to-use models for music \
|
|
source separation based on deep neural networks. \
|
|
It separates vocals, drums, bass, and other \
|
|
instruments from audio.
|
|
|
|
homepage https://github.com/sigsep/open-unmix-pytorch
|
|
|
|
checksums rmd160 cf9a7f182d97ce6cfddaac21e44be1e0b14393f6 \
|
|
sha256 cc9245ce728700f5d0b72c67f01be4162777e617cdc47f9b035963afac180fc8 \
|
|
size 45889
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-pytorch \
|
|
port:py${python.version}-torchaudio \
|
|
port:py${python.version}-tqdm
|
|
}
|