[arch-commits] Commit in simplespectral/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 3 12:06:59 UTC 2019


    Date: Sunday, November 3, 2019 @ 12:06:58
  Author: felixonmars
Revision: 522440

archrelease: copy trunk to community-staging-any

Added:
  simplespectral/repos/community-staging-any/PKGBUILD
    (from rev 522439, simplespectral/trunk/PKGBUILD)
Deleted:
  simplespectral/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 12:06:45 UTC (rev 522439)
+++ PKGBUILD	2019-11-03 12:06:58 UTC (rev 522440)
@@ -1,28 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
-
-pkgname=simplespectral
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Heavily simplified scipy.signal.spectral module"
-arch=('any')
-url="https://github.com/xmikos/simplespectral"
-license=('MIT')
-depends=('python' 'python-numpy')
-makedepends=('python-setuptools')
-optdepends=('python-pyfftw: fastest FFT calculations with FFTW library'
-	    'python-scipy: faster FFT calculations with scipy.fftpack library')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/simplespectral/archive/v$pkgver.tar.gz")
-sha256sums=('4342741f7054c71f7c5fb9d38df49e048e0a4e20eb53cefd247e47937644cad0')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: simplespectral/repos/community-staging-any/PKGBUILD (from rev 522439, simplespectral/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 12:06:58 UTC (rev 522440)
@@ -0,0 +1,28 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
+
+pkgname=simplespectral
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="Heavily simplified scipy.signal.spectral module"
+arch=('any')
+url="https://github.com/xmikos/simplespectral"
+license=('MIT')
+depends=('python' 'python-numpy')
+makedepends=('python-setuptools')
+optdepends=('python-pyfftw: fastest FFT calculations with FFTW library'
+	    'python-scipy: faster FFT calculations with scipy.fftpack library')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/simplespectral/archive/v$pkgver.tar.gz")
+sha256sums=('4342741f7054c71f7c5fb9d38df49e048e0a4e20eb53cefd247e47937644cad0')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list