git: 8098b345340c - main - audio/py-pyradio: Update to 0.9.3.11.17

From: Nicola Vitale <nivit_at_FreeBSD.org>
Date: Wed, 10 Sep 2025 16:55:26 UTC
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8098b345340c577cf902b50ea44293fdd7179df2

commit 8098b345340c577cf902b50ea44293fdd7179df2
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-09-10 16:53:36 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-09-10 16:53:36 +0000

    audio/py-pyradio: Update to 0.9.3.11.17
    
    - Remove patch files/patch-pyradio_main.py (included upstream)
    
    Release changes:        https://github.com/coderholic/pyradio/releases/tag/0.9.3.11.17
    Reported by:    Spiros Georgaras <notifications@github.com>
---
 audio/py-pyradio/Makefile                    |  2 +-
 audio/py-pyradio/distinfo                    |  6 +++---
 audio/py-pyradio/files/patch-pyradio_main.py | 12 ------------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile
index cac8f2f442b9..4c319e5fd8d9 100644
--- a/audio/py-pyradio/Makefile
+++ b/audio/py-pyradio/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyradio
-DISTVERSION=	0.9.3.11.16
+DISTVERSION=	0.9.3.11.17
 PORTREVISION=	0
 CATEGORIES=	audio python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/py-pyradio/distinfo b/audio/py-pyradio/distinfo
index 1ade44e7e30d..d7f7f7e47a6e 100644
--- a/audio/py-pyradio/distinfo
+++ b/audio/py-pyradio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756976313
-SHA256 (coderholic-pyradio-0.9.3.11.16_GH0.tar.gz) = 061737b6aa6ecc723a1cc509a6d67bc8fd8b0f11096febaf298d40daaacccec3
-SIZE (coderholic-pyradio-0.9.3.11.16_GH0.tar.gz) = 1607161
+TIMESTAMP = 1757519251
+SHA256 (coderholic-pyradio-0.9.3.11.17_GH0.tar.gz) = 045b3c31b0161a4aff72bb8cd274521696ddd02fb3d70e72c32e710265611a0d
+SIZE (coderholic-pyradio-0.9.3.11.17_GH0.tar.gz) = 1615481
diff --git a/audio/py-pyradio/files/patch-pyradio_main.py b/audio/py-pyradio/files/patch-pyradio_main.py
deleted file mode 100644
index dbd9c6074182..000000000000
--- a/audio/py-pyradio/files/patch-pyradio_main.py
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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