From ab5f4e9bc9a7db7815adc1db16baa01c45b73145 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Sat, 6 Sep 2025 11:08:55 +0200 Subject: audio/py-pyradio: Update to 0.9.3.11.16 - Add files/patch-pyradio_main.py ( see https://github.com/coderholic/pyradio/issues/301 ) Release changes: https://github.com/coderholic/pyradio/releases/tag/0.9.3.11.16 Reported by: Spiros Georgaras --- audio/py-pyradio/files/patch-pyradio_main.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 audio/py-pyradio/files/patch-pyradio_main.py (limited to 'audio/py-pyradio/files/patch-pyradio_main.py') diff --git a/audio/py-pyradio/files/patch-pyradio_main.py b/audio/py-pyradio/files/patch-pyradio_main.py new file mode 100644 index 000000000000..dbd9c6074182 --- /dev/null +++ b/audio/py-pyradio/files/patch-pyradio_main.py @@ -0,0 +1,12 @@ +--- pyradio/main.py.orig 2025-09-02 14:51:30 UTC ++++ pyradio/main.py +@@ -667,7 +667,8 @@ If nothing else works, try the following command: + if args.version: + pyradio_config.get_pyradio_version() + print(f'PyRadio version: [green]{pyradio_config.current_pyradio_version}[/green]') +- print(f"Python version: [green]{sys.version.replace('\\n', ' ').replace('\\r', ' ')}[/green]") ++ ver = sys.version.replace('\\n', ' ').replace('\\r', ' ') ++ print(f"Python version: [green]{ver}[/green]") + if pyradio_config.distro != 'None': + print(f'Distribution: [green]{pyradio_config.distro}[/green]') + return -- cgit v1.2.3