wok-next annotate python-pyaudio/receipt @ rev 21555

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