Date: Friday, November 27, 2020 @ 10:10:09
  Author: arodseth
Revision: 764008

archrelease: copy trunk to community-testing-any

Added:
  python-sounddevice/repos/community-testing-any/
  python-sounddevice/repos/community-testing-any/PKGBUILD
    (from rev 764007, python-sounddevice/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: python-sounddevice/repos/community-testing-any/PKGBUILD (from rev 
764007, python-sounddevice/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2020-11-27 10:10:09 UTC (rev 764008)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: robertfoster <[email protected]>
+# Contributor: Håvard Pettersson <[email protected]>
+
+pkgname=python-sounddevice
+pkgver=0.4.1
+pkgrel=2
+pkgdesc='Play and Record Sound with Python'
+url='https://python-sounddevice.rtfd.io/'
+arch=(any)
+license=(MIT)
+depends=(portaudio python-cffi)
+makedepends=(python-setuptools)
+optdepends=('python-numpy: to play back and record NumPy arrays')
+source=("https://files.pythonhosted.org/packages/source/s/sounddevice/sounddevice-$pkgver.tar.gz";)
+sha256sums=('f21978921186c0c7183af032fab77b735d824f3e926d76adb3fd0912e289ce0b')
+
+package() {
+  cd "sounddevice-$pkgver"
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/spatialaudio/python-sounddevice

Reply via email to