python3-audioread: update to 3.0.1.
This commit is contained in:
parent
70f8555250
commit
2d4321eae6
@ -1,24 +1,19 @@
|
|||||||
# Template file for 'python3-audioread'
|
# Template file for 'python3-audioread'
|
||||||
pkgname=python3-audioread
|
pkgname=python3-audioread
|
||||||
version=2.1.9
|
version=3.0.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest-xdist ffmpeg"
|
||||||
short_desc="Multi-library, cross-platform audio decoding (Python3)"
|
short_desc="Multi-library, cross-platform audio decoding (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sampsyo/audioread/"
|
homepage="https://github.com/sampsyo/audioread/"
|
||||||
distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
|
||||||
checksum=a3480e42056c8e80a8192a54f6729a280ef66d27782ee11cbd63e9d4d1523089
|
checksum=ac5460a5498c48bdf2e8e767402583a4dcd13f4414d286f42ce4379e8b35066d
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
# Build doesn't actually require pytest-runner and Void doesn't offer it
|
|
||||||
vsed -e '/pytest-runner/d' -i setup.py
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '2,13p' decode.py > LICENSE
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vdoc "${FILESDIR}/README.voidlinux"
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user