python-audioread: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 23:28:07 +07:00
parent fd3525a3f1
commit d503da0cb3
4 changed files with 7 additions and 25 deletions

View file

@ -1,4 +0,0 @@
To decode audio files the library supports different backends:
- gstreamer via gst1-python
- ffmpeg via its command-line interface
- wave, aifc, and sunau files via Python standard library

View file

@ -1 +0,0 @@
python-audioread

View file

@ -1,14 +1,12 @@
# Template file for 'python-audioread'
pkgname=python-audioread
# Template file for 'python3-audioread'
pkgname=python3-audioread
version=2.1.8
revision=2
archs=noarch
revision=3
wrksrc="audioread-${version}"
build_style=python-module
pycompile_module="audioread"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Multi-library, cross-platform audio decoding (Python2)"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Multi-library, cross-platform audio decoding (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/sampsyo/audioread/"
@ -19,14 +17,3 @@ post_install() {
sed -n '2,13p' decode.py > LICENSE
vlicense LICENSE
}
python3-audioread_package() {
archs=noarch
depends="python3"
pycompile_module="audioread"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}