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

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Aug 4 11:03:44 UTC 2022


    Date: Thursday, August 4, 2022 @ 11:03:44
  Author: arodseth
Revision: 1260256

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-04 11:03:32 UTC (rev 1260255)
+++ PKGBUILD	2022-08-04 11:03:44 UTC (rev 1260256)
@@ -1,24 +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.4.2
-pkgrel=2
-pkgdesc='Record and play back sound'
-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")
-b2sums=('2c24471e301538ca85fbee75ee79b2b83e24c2a64b0ba573a630d9d8eac7352a3c7eae3942e444ca1f6f622ffd272cdea0f88c381e2886a1468c5b4598d58912')
-
-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

Copied: python-sounddevice/repos/community-any/PKGBUILD (from rev 1260255, python-sounddevice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-04 11:03:44 UTC (rev 1260256)
@@ -0,0 +1,22 @@
+# 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.4
+pkgrel=1
+pkgdesc='Record and play back sound'
+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")
+b2sums=('f93d30d136c5f47929fccf8923009130ae8287d5706e107c5281393889c2cf1c4c23e483c919a7d75b997bee4327ff86b477f07b6a9809f16608aa5e08deed86')
+
+package() {
+  cd sounddevice-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list