blob: 7cb1a331cafdb3faaa15592665dc0911b7fe935c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = python-lhotse-git
pkgdesc = Speech and audio data preparation toolkit
pkgver = 1.5.0.dev0+git.08a613a0.clean
pkgrel = 1
url = https://github.com/lhotse-speech/lhotse
arch = any
license = Apache 2.0
makedepends = git
makedepends = python-setuptools
depends = python>=3.7
depends = python-audioread
depends = python-soundfile
depends = python-click
depends = python-cytoolz
depends = python-h5py
depends = python-intervaltree
depends = python-lilcom-git
depends = python-packaging
depends = python-pyaml
depends = python-tqdm
depends = python-torchaudio
provides = python-lhotse
conflicts = python-lhotse
source = python-lhotse-git::git+https://github.com/lhotse-speech/lhotse
md5sums = SKIP
pkgname = python-lhotse-git
|