Skip to content

Commit

Permalink
Remove kivy (#137)
Browse files Browse the repository at this point in the history
* remove kivy
* add unit-test to ci
  • Loading branch information
dakk authored Aug 19, 2024
1 parent e519c65 commit 7d7953a
Show file tree
Hide file tree
Showing 36 changed files with 24 additions and 1,847 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Run linters
run: tox -e linters

- name: Run tests
run: tox -e unit-tests


typecheck:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ build/*
venv
*~
cache
.buildozer
bin
.idea/*
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ install:
run:
gweatherrouting

run-kivy:
python3 setup.kivy.py install
gweatherrouting-kivy

build-standalone:
nuitka3 gweatherrouting/main.py --follow-imports --follow-stdlib
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<!-- [![PyPI version](https://badge.fury.io/py/gweatherrouting.svg)](https://badge.fury.io/py/gweatherrouting) -->

GWeatherRouting is an opensource sailing route calculator written in python and:
- Gtk3 for the desktop version (Linux/Mac/Windows)
- Kivy for the mobile version (iOS/Android) [Read here](README.mobile.md)
- Gtk3 for the desktop version (Linux/Mac/*BSD/Windows)

![Routing in progress](https://github.com/dakk/gweatherrouting/raw/master/media/s3.png)

Expand Down Expand Up @@ -40,7 +39,6 @@ GWeatherRouting is an opensource sailing route calculator written in python and:
- Ortodromic track render
- AIS rendering
- Boat realtime dashboard
- Mobile version


## Installation
Expand Down
22 changes: 0 additions & 22 deletions README.mobile.md

This file was deleted.

62 changes: 0 additions & 62 deletions android_recipes/eccodes/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions android_recipes/eccodes/patches/log2.patch

This file was deleted.

Loading

0 comments on commit 7d7953a

Please sign in to comment.