Skip to content

Commit

Permalink
Feature/fixes (#792)
Browse files Browse the repository at this point in the history
* chore: ignore about.py
* chore: renamed and fixed flatpak maninfest
  • Loading branch information
zarath authored Feb 9, 2025
1 parent bdb3f22 commit 3ed92af
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 327 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ MANIFEST
.flatpak-builder/*
macbuildenv/*
NanoVNASaver.spec
src/NanoVNASaver/Windows/ui/about.py

# Per-project virtualenvs
.venv*/
Expand Down
24 changes: 0 additions & 24 deletions flatpak.manifest.yml

This file was deleted.

33 changes: 33 additions & 0 deletions io.github.zarath.nanovna-saver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
app-id: io.github.zarath.nanovna-saver
runtime: org.kde.Platform
runtime-version: '6.8'
sdk: org.kde.Sdk
command: NanoVNASaver
build-options:
build-args:
- --share=network
modules:
- name: uv
buildsystem: simple
build-commands:
- pip install --prefix=/app uv
- name: nanonva-saver
sources:
- type: git
url: https://github.com/NanoVNA-Saver/nanovna-saver.git
branch: main
buildsystem: simple
build-commands:
- uv run task ui-compile
- uv build
- pip install --prefix=/app dist/NanoVNASaver*whl
- find /app
finish-args:
# X11 + XShm access
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
# Needs access to NanoVNAs
- --device=all
# Needs to save files locally
- --filesystem=xdg-documents
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ description='GUI for the NanoVNA and derivates'
authors = [
{ name = "Rune B. Broberg", email = "[email protected]" }
]
requires-python = ">=3.10"
maintainers = [
{ name = "Holger Mueller", email = "[email protected]" }
]
requires-python = ">=3.10,<3.13"
license = {text = "GPL-3.0-or-later"}
readme = "README.rst"

Expand All @@ -14,7 +17,6 @@ classifiers =[
'Intended Audience :: Science/Research',
'Intended Audience :: Science/Research',
'Intended Audience :: Telecommunications Industry',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
Expand Down
219 changes: 0 additions & 219 deletions src/NanoVNASaver/Windows/ui/about.py

This file was deleted.

Loading

0 comments on commit 3ed92af

Please sign in to comment.