[arch-commits] Commit in (5 files)
Alexander Rødseth
arodseth at archlinux.org
Mon Aug 6 16:01:09 UTC 2018
Date: Monday, August 6, 2018 @ 16:01:08
Author: arodseth
Revision: 369834
Move python-sounddevice from AUR
Added:
python-sounddevice/
python-sounddevice/repos/
python-sounddevice/repos/community-any/
python-sounddevice/trunk/
python-sounddevice/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Added: python-sounddevice/trunk/PKGBUILD
===================================================================
--- python-sounddevice/trunk/PKGBUILD (rev 0)
+++ python-sounddevice/trunk/PKGBUILD 2018-08-06 16:01:08 UTC (rev 369834)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 366114 2018-07-31 19:39:06Z foutrelis $
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: robertfoster <morf3089 at gmail.com>
+# Contributor: Håvard Pettersson <mail at haavard.me>
+
+pkgname=python-sounddevice
+pkgver=0.3.11
+pkgrel=2
+pkgdesc='Play and Record Sound with Python'
+url='http://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")
+md5sums=('e40927c78366d4503413f4d6f62be23e')
+
+package() {
+ cd "sounddevice-$pkgver"
+ python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: -u 2 anaconda.org/conda-forge/sounddevice
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list