Skip to content

Commit 7d7953a

Browse files
authored
Remove kivy (#137)
* remove kivy * add unit-test to ci
1 parent e519c65 commit 7d7953a

36 files changed

+24
-1847
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Run linters
5353
run: tox -e linters
5454

55+
- name: Run tests
56+
run: tox -e unit-tests
57+
5558

5659
typecheck:
5760
runs-on: ubuntu-latest

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ build/*
66
venv
77
*~
88
cache
9-
.buildozer
109
bin
1110
.idea/*

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@ install:
44
run:
55
gweatherrouting
66

7-
run-kivy:
8-
python3 setup.kivy.py install
9-
gweatherrouting-kivy
10-
117
build-standalone:
128
nuitka3 gweatherrouting/main.py --follow-imports --follow-stdlib

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<!-- [![PyPI version](https://badge.fury.io/py/gweatherrouting.svg)](https://badge.fury.io/py/gweatherrouting) -->
66

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

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

@@ -40,7 +39,6 @@ GWeatherRouting is an opensource sailing route calculator written in python and:
4039
- Ortodromic track render
4140
- AIS rendering
4241
- Boat realtime dashboard
43-
- Mobile version
4442

4543

4644
## Installation

README.mobile.md

-22
This file was deleted.

android_recipes/eccodes/__init__.py

-62
This file was deleted.

android_recipes/eccodes/patches/log2.patch

-13
This file was deleted.

0 commit comments

Comments
 (0)