Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions srcpkgs/python3-auditok/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'python3-auditok'
pkgname=python3-auditok
version=0.4.2
version=0.5.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-numpy python3-matplotlib python3-tqdm python3-sounddevice
ffmpeg6"
python3-webrtcvad ffmpeg6"
checkdepends="python3-pytest python3-pytest-cov $depends"
short_desc="Audio activity detection and segmentation tool"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/amsehili/auditok"
changelog="https://raw.githubusercontent.com/amsehili/auditok/main/CHANGELOG"
distfiles="${PYPI_SITE}/a/auditok/auditok-${version}.tar.gz"
checksum=52985096cbd3c15d650e71cb252b385875c9031da40ca8584b99fcdd9e26eaa5
distfiles="https://github.com/amsehili/auditok/archive/refs/tags/v${version}.tar.gz"
checksum=4870fff3a2e3264bee2452944c82651113eb668735d2d8fb8f8ae0435f449c34

post_install() {
vlicense LICENSE
Expand Down