[arch-commits] Commit in python-sounddevice/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Nov 27 10:06:17 UTC 2020


    Date: Friday, November 27, 2020 @ 10:06:17
  Author: arodseth
Revision: 764005

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-27 10:06:12 UTC (rev 764004)
+++ PKGBUILD	2020-11-27 10:06:17 UTC (rev 764005)
@@ -1,26 +0,0 @@
-# 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.14
-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=('c7b0f7ad86550668da55404eabcb63d4212ec622fcce86510092306b77d2e80a')
-
-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:

Copied: python-sounddevice/repos/community-any/PKGBUILD (from rev 764004, python-sounddevice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-27 10:06:17 UTC (rev 764005)
@@ -0,0 +1,24 @@
+# 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.4.1
+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=('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



More information about the arch-commits mailing list