New port: misc/py-soapy_power: Obtain power spectrum from SoapySDR devices
This commit is contained in:
parent
1253d3b83b
commit
c4645f731a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472669
4 changed files with 31 additions and 0 deletions
|
@ -429,6 +429,7 @@
|
|||
SUBDIR += py-qt5-demo
|
||||
SUBDIR += py-scikit-fusion
|
||||
SUBDIR += py-serverfiles
|
||||
SUBDIR += py-soapy_power
|
||||
SUBDIR += py-socli
|
||||
SUBDIR += py-spdx
|
||||
SUBDIR += py-spdx-lookup
|
||||
|
|
23
misc/py-soapy_power/Makefile
Normal file
23
misc/py-soapy_power/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= soapy_power
|
||||
DISTVERSION= 1.6.1
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Obtain power spectrum from SoapySDR devices
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyFFTW>0:math/py-pyFFTW@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}SimpleSoapy>=1.5.0:misc/py-SimpleSoapy@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}SimpleSpectral>0:science/py-SimpleSpectral@${FLAVOR}
|
||||
|
||||
USES= python:3.4+
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/py-soapy_power/distinfo
Normal file
3
misc/py-soapy_power/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1529288619
|
||||
SHA256 (soapy_power-1.6.1.tar.gz) = b5e54841ac2aa85addd60c11077efedad1800a27b998e90fbc656fcc9eaf52e5
|
||||
SIZE (soapy_power-1.6.1.tar.gz) = 18956
|
4
misc/py-soapy_power/pkg-descr
Normal file
4
misc/py-soapy_power/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Obtain power spectrum from SoapySDR devices
|
||||
(RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.)
|
||||
|
||||
WWW: https://github.com/xmikos/soapy_power
|
Loading…
Reference in a new issue