mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
python-audioread: update to 1.0.3
This commit is contained in:
parent
523f2e804b
commit
fa261aaf6b
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'python-audioread'
|
# Template file for 'python-audioread'
|
||||||
pkgname=python-audioread
|
pkgname=python-audioread
|
||||||
version=1.0.2
|
version=1.0.3
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="audioread-${version}"
|
wrksrc="audioread-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel"
|
|
||||||
depends="python gst-python"
|
depends="python gst-python"
|
||||||
pycompile_module="audioread"
|
pycompile_module="audioread"
|
||||||
short_desc="Multi-library, cross-platform audio decoding in Python"
|
short_desc="Multi-library, cross-platform audio decoding in Python"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://github.com/sampsyo/audioread/"
|
homepage="https://github.com/sampsyo/audioread/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://pypi.python.org/packages/source/a/audioread/audioread-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
|
||||||
checksum=ed377f6027ee97442c4f7ecebc10b84014dcc11639ffdf259ba47e1b7666a5df
|
checksum=4ae8de1997e47797879c6484296d466a6a750ad93c6cd0b26c05bf71c6aa1ba5
|
||||||
|
|
Loading…
Add table
Reference in a new issue