Date: Wednesday, October 24, 2018 @ 10:12:53
Author: arodseth
Revision: 398783
archrelease: copy trunk to community-any
Added:
python-sounddevice/repos/community-any/PKGBUILD
(from rev 398782, python-sounddevice/trunk/PKGBUILD)
Deleted:
python-sounddevice/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-24 10:12:45 UTC (rev 398782)
+++ PKGBUILD 2018-10-24 10:12:53 UTC (rev 398783)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 366114 2018-07-31 19:39:06Z foutrelis $
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: robertfoster <[email protected]>
-# Contributor: Håvard Pettersson <[email protected]>
-
-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:
Copied: python-sounddevice/repos/community-any/PKGBUILD (from rev 398782,
python-sounddevice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-24 10:12:53 UTC (rev 398783)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: robertfoster <[email protected]>
+# Contributor: Håvard Pettersson <[email protected]>
+
+pkgname=python-sounddevice
+pkgver=0.3.12
+pkgrel=1
+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=('f59ae4e2ec12cb1e5940f06f08804ecca855d959de25ca45a3938de45d0f81a2')
+
+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
+# vim: ts=2 sw=2 et: