pyradio: update to 0.9.3.11.15.

This commit is contained in:
Spiros Georgaras 2025-06-16 23:42:19 +03:00 committed by Duncan Overbruck
parent 5bfb1898ff
commit 039d74048f
2 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,11 @@
To make pyradio work one of these must be installed:
- mpv & socat
- mpv
- mplayer
- vlc
To record a station with mplayer this must be installed:
- mkvtoolnix
This is optional for mpv and vlc.

View file

@ -1,18 +1,18 @@
# Template file for 'pyradio'
pkgname=pyradio
version=0.9.3.11.13
version=0.9.3.11.15
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3-requests python3-dnspython python3-psutil python3-rich
python3-dateutil python3-netifaces"
short_desc="Curses based internet radio player"
maintainer="chrysos349 <chrysostom349@gmail.com>"
maintainer="Spiros Georgaras <sng@hellug.gr>"
license="MIT"
homepage="https://www.coderholic.com/pyradio/"
changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog"
distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
checksum=ef411646881732c623a2fd123e680208c5a668dc06ada9e0623631cadbb2f541
checksum=9a0b230bfcd5ec42c6ba59cdaf2c064a658ee1e3edc62f90cfd160d4f347f9ba
make_check=no # pytest reports "no tests ran"
post_patch() {