diff options
| author | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-11 09:57:54 -0600 |
|---|---|---|
| committer | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-11 09:57:54 -0600 |
| commit | c0603ec28f5b64cd03e4b01c51dfcbe4aee7e903 (patch) | |
| tree | 93b90acd1829cbd1399a0ab78e02a39ee50326cb | |
| parent | cffa8faf99be5e752dcaa6c6572c1a2b26ae7664 (diff) | |
| download | chirp-c0603ec28f5b64cd03e4b01c51dfcbe4aee7e903.tar.gz chirp-c0603ec28f5b64cd03e4b01c51dfcbe4aee7e903.tar.xz | |
README.md update
| -rw-r--r-- | README.md | 20 | ||||
| -rw-r--r-- | chirp/wxui/__pycache__/__init__.cpython-38.pyc | bin | 0 -> 148 bytes | |||
| -rw-r--r-- | chirp/wxui/__pycache__/clone.cpython-38.pyc | bin | 0 -> 10066 bytes | |||
| -rw-r--r-- | chirp/wxui/__pycache__/common.cpython-38.pyc | bin | 0 -> 10589 bytes | |||
| -rw-r--r-- | chirp/wxui/__pycache__/developer.cpython-38.pyc | bin | 0 -> 12038 bytes | |||
| -rw-r--r-- | chirp/wxui/__pycache__/main.cpython-38.pyc | bin | 0 -> 15823 bytes | |||
| -rw-r--r-- | chirp/wxui/__pycache__/memedit.cpython-38.pyc | bin | 0 -> 20474 bytes | |||
| -rw-r--r-- | chirp/wxui/__pycache__/settingsedit.cpython-38.pyc | bin | 0 -> 6186 bytes | |||
| -rw-r--r-- | py3syntax.patch | 31 |
9 files changed, 20 insertions, 31 deletions
@@ -6,6 +6,26 @@ The official CHIRP project's main branch does not support Python 3 and depends o py3-CHIRP is a fork of the py3 branch of the official CHIRP project with some syntax fixes that seem to be leftover from Python2. +## Dependencies + +py3-CHIRP has been tested in Python3.9 on various platforms. Known dependencies that don't come out of the box with Python are as follows: +- pyserial +- wxpython +- future +- six +- pypiwin32 (for Windows) + +## Testing + +Depending on the platform you're testing on, you should use a different script to start CHIRP. + +### Linux & MacOS +`chirpw` + +### Windows +`chirpwx.py` + + ## The Story When I first started using Gentoo again CHIRP was still a part of the main Gentoo Portage Repository. diff --git a/chirp/wxui/__pycache__/__init__.cpython-38.pyc b/chirp/wxui/__pycache__/__init__.cpython-38.pyc Binary files differnew file mode 100644 index 0000000..fb5aee9 --- /dev/null +++ b/chirp/wxui/__pycache__/__init__.cpython-38.pyc diff --git a/chirp/wxui/__pycache__/clone.cpython-38.pyc b/chirp/wxui/__pycache__/clone.cpython-38.pyc Binary files differnew file mode 100644 index 0000000..cb162b1 --- /dev/null +++ b/chirp/wxui/__pycache__/clone.cpython-38.pyc diff --git a/chirp/wxui/__pycache__/common.cpython-38.pyc b/chirp/wxui/__pycache__/common.cpython-38.pyc Binary files differnew file mode 100644 index 0000000..1d86c79 --- /dev/null +++ b/chirp/wxui/__pycache__/common.cpython-38.pyc diff --git a/chirp/wxui/__pycache__/developer.cpython-38.pyc b/chirp/wxui/__pycache__/developer.cpython-38.pyc Binary files differnew file mode 100644 index 0000000..73cf2d1 --- /dev/null +++ b/chirp/wxui/__pycache__/developer.cpython-38.pyc diff --git a/chirp/wxui/__pycache__/main.cpython-38.pyc b/chirp/wxui/__pycache__/main.cpython-38.pyc Binary files differnew file mode 100644 index 0000000..8ea4545 --- /dev/null +++ b/chirp/wxui/__pycache__/main.cpython-38.pyc diff --git a/chirp/wxui/__pycache__/memedit.cpython-38.pyc b/chirp/wxui/__pycache__/memedit.cpython-38.pyc Binary files differnew file mode 100644 index 0000000..8219f2a --- /dev/null +++ b/chirp/wxui/__pycache__/memedit.cpython-38.pyc diff --git a/chirp/wxui/__pycache__/settingsedit.cpython-38.pyc b/chirp/wxui/__pycache__/settingsedit.cpython-38.pyc Binary files differnew file mode 100644 index 0000000..36b0815 --- /dev/null +++ b/chirp/wxui/__pycache__/settingsedit.cpython-38.pyc diff --git a/py3syntax.patch b/py3syntax.patch deleted file mode 100644 index a096fd2..0000000 --- a/py3syntax.patch +++ /dev/null @@ -1,31 +0,0 @@ -# HG changeset patch -# User mpoletiek <matthew.poletiek@gmail.com> -# Date 1606329087 21600 -# Wed Nov 25 12:31:27 2020 -0600 -# Branch py3 -# Node ID 055093bd90da079d927661375df69b1ac71346c6 -# Parent 68534f20c1418ae8e4cc09f3ff468d0375ba843a -[mq]: py3syntaxfix.patch - -diff --git a/chirp/drivers/vx6.py b/chirp/drivers/vx6.py ---- a/chirp/drivers/vx6.py -+++ b/chirp/drivers/vx6.py -@@ -871,5 +871,5 @@ - elif setting == "password": - newval = self._encode_chars(newval, 4) - setattr(_settings, setting, newval) -- except Exception, e: -+ except (Exception, e): - raise -diff --git a/chirp/ui/mainapp.py b/chirp/ui/mainapp.py ---- a/chirp/ui/mainapp.py -+++ b/chirp/ui/mainapp.py -@@ -1137,7 +1137,7 @@ - - query = "http://chirp.danplanet.com/query/rb/1.0/app_direct" \ - "?loc=%s&band=%s&dist=%s" % (loc, band, dist) -- print query -+ print(query) - - # Do this in case the import process is going to take a while - # to make sure we process events leading up to this |
