1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: nanovna-saver
Section: electronics
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject (>> 6.20250308~),
pyside6-tools,
python3,
python3-numpy,
python3-pyside6.qtwidgets,
python3-scipy,
python3-serial,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx <!nodoc>,
Build-Conflicts:
libpyside6-py3-6.7,
libpyside6-py3-6.8 (<< 6.8.2.1-3~)
Standards-Version: 4.7.2
Homepage: https://github.com/NanoVNA-Saver/nanovna-saver
Vcs-Browser: https://salsa.debian.org/debian/nanovna-saver
Vcs-Git: https://salsa.debian.org/debian/nanovna-saver.git
Package: nanovna-saver
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
# About.py imports setuptools_scm.
python3-setuptools-scm,
Built-Using: ${sphinxdoc:Built-Using}
Description: view and export Touchstone data from a NanoVNA radio network tester device
The NanoVNA device is a vector network analyzer and antenna analyzer,
useful to test or instrument various kinds of radio networks.
.
NanoVNA-saver imports Touchstone files from the NanoVNA, sweeps
frequency spans in segments to gain more than 101 data points, and
generally displays and analyzes the resulting data.
|