[arch-commits] Commit in python-simplesoapy/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 18:18:29 UTC 2020


    Date: Monday, November 9, 2020 @ 18:18:28
  Author: foutrelis
Revision: 747954

archrelease: copy trunk to community-staging-any

Added:
  python-simplesoapy/repos/community-staging-any/
  python-simplesoapy/repos/community-staging-any/PKGBUILD
    (from rev 747953, python-simplesoapy/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: python-simplesoapy/repos/community-staging-any/PKGBUILD (from rev 747953, python-simplesoapy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 18:18:28 UTC (rev 747954)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
+
+_pkgname=simplesoapy
+pkgname=python-$_pkgname
+pkgver=1.5.1
+pkgrel=6
+pkgdesc='Simple pythonic wrapper for SoapySDR library'
+arch=('any')
+url='https://github.com/xmikos/simplesoapy'
+license=('MIT')
+depends=('python' 'python-numpy' 'soapysdr')
+makedepends=('python-setuptools')
+replaces=('simplesoapy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/simplesoapy/archive/v$pkgver.tar.gz")
+sha256sums=('4006fb23997693266fbeee0b92d7461c3801c677a6dd2931a9539f34f37aa5b2')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_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