New package: python3-pydub-0.25.1

This commit is contained in:
Mateusz Sylwestrzak
2026-03-12 23:39:00 +01:00
committed by Duncan Overbruck
parent d540fce89e
commit 77aff4ee11
+17
View File
@@ -0,0 +1,17 @@
# Template file for 'python3-pydub'
pkgname=python3-pydub
version=0.25.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-PyAudio ffmpeg6"
short_desc="Manipulate audio with a simple high level interface"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://www.pydub.com/"
distfiles="${PYPI_SITE}/p/pydub/pydub-${version}.tar.gz"
checksum=980a33ce9949cab2a569606b65674d748ecbca4f0796887fd6f46173a7b0d30f
post_install() {
vlicense LICENSE
}