[arch-commits] Commit in python-sounddevice/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Wed Sep 7 22:31:15 UTC 2022
Date: Wednesday, September 7, 2022 @ 22:31:15
Author: arodseth
Revision: 1296128
archrelease: copy trunk to community-any
Added:
python-sounddevice/repos/community-any/PKGBUILD
(from rev 1296127, python-sounddevice/trunk/PKGBUILD)
Deleted:
python-sounddevice/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-07 22:31:09 UTC (rev 1296127)
+++ PKGBUILD 2022-09-07 22:31:15 UTC (rev 1296128)
@@ -1,22 +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.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"
-}
Copied: python-sounddevice/repos/community-any/PKGBUILD (from rev 1296127, python-sounddevice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-07 22:31:15 UTC (rev 1296128)
@@ -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.5
+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=('2288faa23280fd0a82fb239eac632e8a3e681ad9f681f7508312bad8be64b57a86de8e7384f168e362ae7c39a118fe9aeeaf40d16502b5aee3d25c7d1df48cfb')
+
+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