Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove kivy #137

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading