mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
30 lines
942 B
Text
30 lines
942 B
Text
# Contributor: Marian Buschsieweke <marian.buschsieweke@posteo.net>
|
|
# Maintainer: Marian Buschsieweke <marian.buschsieweke@posteo.net>
|
|
pkgname=py3-soapy_power
|
|
pkgver=1.6.1
|
|
pkgrel=5
|
|
pkgdesc="Obtain power spectrum from SoapySDR devices"
|
|
url="https://github.com/xmikos/soapy_power"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="python3 py3-numpy py3-simplesoapy py3-simplespectral py3-setuptools"
|
|
makedepends="py3-gpep517"
|
|
subpackages="$pkgname-pyc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/xmikos/soapy_power/archive/v$pkgver.tar.gz"
|
|
builddir="$srcdir/soapy_power-$pkgver"
|
|
options="!check" # no tests provided
|
|
|
|
build() {
|
|
gpep517 build-wheel \
|
|
--wheel-dir .dist \
|
|
--output-fd 3 3>&1 >&2
|
|
}
|
|
|
|
package() {
|
|
gpep517 install-wheel --destdir "$pkgdir" \
|
|
.dist/*.whl
|
|
}
|
|
|
|
sha512sums="
|
|
19aa0e80a7b67cb29d842343c09b8ca2e3068583c8117a8151c5b47f1a34369f0ec833f038595323712986c9348b14a43dc1fdc6516adb40de6b42a281d782e1 py3-soapy_power-1.6.1.tar.gz
|
|
"
|