wok-next view python-pyaudio/receipt @ rev 21329

updated librsvg (2.44.10 -> 2.46.4)
author Hans-G?nter Theisgen
date Thu Dec 12 15:48:44 2019 +0100 (2019-12-12)
parents eb69d8917c62
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="PyAudio"
4 PACKAGE="python-pyaudio"
5 VERSION="0.2.11"
6 CATEGORY="python"
7 SHORT_DESC="Bindings for PortAudio v19, the cross-platform audio input/output \
8 stream library"
9 MAINTAINER="paul@slitaz.org"
10 LICENSE="unknown"
11 WEB_SITE="https://pypi.org/project/$ORIGIN/"
12 #HOST_ARCH
13 REPOLOGY="python:pyaudio"
15 BUILD_DEPENDS="python-dev python3-dev portaudio-dev"
16 SPLIT="${PACKAGE/python/python3}:3"
18 compile_rules() {
19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
20 }
22 genpkg_rules() {
23 copy @std
24 py=${PACKAGE%%-*} # python/python3
25 DEPENDS="$py portaudio"
26 }