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

Alexander Rødseth arodseth at archlinux.org
Sun Jun 9 16:57:51 UTC 2019


    Date: Sunday, June 9, 2019 @ 16:57:50
  Author: arodseth
Revision: 479062

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-09 16:57:43 UTC (rev 479061)
+++ PKGBUILD	2019-06-09 16:57:50 UTC (rev 479062)
@@ -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.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:

Copied: python-sounddevice/repos/community-any/PKGBUILD (from rev 479061, python-sounddevice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-09 16:57:50 UTC (rev 479062)
@@ -0,0 +1,26 @@
+# 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.13
+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=('8d0571349f9a438a97f2c69da760f195cf5ddf2351072199cc1dfede4785a207')
+
+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:



More information about the arch-commits mailing list