summaryrefslogtreecommitdiff
path: root/audio/py-pyradio
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-pyradio')
-rw-r--r--audio/py-pyradio/Makefile4
-rw-r--r--audio/py-pyradio/distinfo6
-rw-r--r--audio/py-pyradio/files/patch-pyproject.toml26
3 files changed, 31 insertions, 5 deletions
diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile
index 45f95505eb30..3d56ed836a95 100644
--- a/audio/py-pyradio/Makefile
+++ b/audio/py-pyradio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyradio
-DISTVERSION= 0.9.3.11.15
+DISTVERSION= 0.9.3.11.21
PORTREVISION= 0
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -64,7 +64,7 @@ VLC_RUN_DEPENDS+= vlc:multimedia/vlc
ICON_DIR= share/icons/hicolor/512x512/apps
post-patch:
- @${REINPLACE_CDM} -e 's/\(distro =\) None/\1 ${OPSYS}/' \
+ @${REINPLACE_CMD} -e 's/\(distro =\) None/\1 ${OPSYS}/' \
-e 's/\(enable_notifications =\) -1/\1 0/' \
-e 's/\(remove_station_icons =\) True/\1 False/' \
-e 's/\(xdg_compliant =\) False/\1 True/' \
diff --git a/audio/py-pyradio/distinfo b/audio/py-pyradio/distinfo
index 0834db231f85..7102f0285695 100644
--- a/audio/py-pyradio/distinfo
+++ b/audio/py-pyradio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750340504
-SHA256 (coderholic-pyradio-0.9.3.11.15_GH0.tar.gz) = 9a0b230bfcd5ec42c6ba59cdaf2c064a658ee1e3edc62f90cfd160d4f347f9ba
-SIZE (coderholic-pyradio-0.9.3.11.15_GH0.tar.gz) = 1587917
+TIMESTAMP = 1762854467
+SHA256 (coderholic-pyradio-0.9.3.11.21_GH0.tar.gz) = 0f8d203a808ca8cb19f2b69d7032d16cce059cef4619da135ad8e34b2b38548c
+SIZE (coderholic-pyradio-0.9.3.11.21_GH0.tar.gz) = 1635995
diff --git a/audio/py-pyradio/files/patch-pyproject.toml b/audio/py-pyradio/files/patch-pyproject.toml
new file mode 100644
index 000000000000..a213d4f23513
--- /dev/null
+++ b/audio/py-pyradio/files/patch-pyproject.toml
@@ -0,0 +1,26 @@
+--- pyproject.toml.orig 2025-10-23 09:44:51 UTC
++++ pyproject.toml
+@@ -14,9 +14,6 @@ classifiers = [
+ "Programming Language :: Python :: 3",
+ "Operating System :: OS Independent",
+ ]
+-dependencies = [
+- 'importlib_resources; python_version<"3.9"'
+-]
+
+ [project.optional-dependencies]
+ cli = [
+@@ -32,13 +29,6 @@ pyradio-client = "pyradio.main:run_client"
+ [project.urls]
+ "Homepage" = "https://github.com/coderholic/pyradio"
+ "Bug Tracker" = "https://github.com/coderholic/pyradio/issues"
+-
+-[tool.setuptools]
+-include-package-data = true
+-
+-[tool.setuptools_scm]
+-version_scheme = "no-guess-dev"
+-local_scheme = "no-local-version"
+
+ [tool.setuptools.packages.find]
+ include = [