# HG changeset patch # User Hans-G?nter Theisgen # Date 1586014020 -3600 # Node ID 6156391b4805b8337d4ce6674f90102dc748ed17 # Parent db5ff6244742763b6a02ed973d67cce91604a7eb updated pyaudio (0.2.9 -> 0.2.11) diff -r db5ff6244742 -r 6156391b4805 pyaudio/receipt --- a/pyaudio/receipt Fri Apr 03 13:56:35 2020 +0100 +++ b/pyaudio/receipt Sat Apr 04 16:27:00 2020 +0100 @@ -1,28 +1,29 @@ # SliTaz package receipt. PACKAGE="pyaudio" -VERSION="0.2.9" +VERSION="0.2.11" CATEGORY="development" -SHORT_DESC="PyAudio provides Python bindings for PortAudio." +SHORT_DESC="Provides Python bindings for PortAudio." MAINTAINER="paul@slitaz.org" LICENSE="unknown" +WEB_SITE="https://people.csail.mit.edu/hubert/pyaudio/" + SOURCE="PyAudio" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://people.csail.mit.edu/hubert/pyaudio/" -WGET_URL="http://people.csail.mit.edu/hubert/pyaudio/packages/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/P/$SOURCE/$TARBALL" -DEPENDS="python portaudio" -BUILD_DEPENDS="python-dev portaudio-dev" +DEPENDS="portaudio python" +BUILD_DEPENDS="portaudio-dev python-dev" # Rules to configure and make the package. compile_rules() { - python setup.py build + python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }