pyradio: update to 0.9.2.20, disable self-update, add deps, adopt

This commit is contained in:
chrysos349 2023-12-09 05:44:34 +03:00 committed by classabbyamp
parent 750a69beda
commit 94ad4bef26

View file

@ -1,21 +1,30 @@
# Template file for 'pyradio' # Template file for 'pyradio'
pkgname=pyradio pkgname=pyradio
version=0.9.2.13 version=0.9.2.20
revision=2 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-wheel"
depends="python3-requests python3-dnspython python3-psutil python3-rich" depends="python3-requests python3-dnspython python3-psutil python3-rich
python3-dateutil python3-netifaces"
short_desc="Curses based internet radio player" short_desc="Curses based internet radio player"
maintainer="Eloi Torrents <eloitor@disroot.org>" maintainer="chrysos349 <chrysostom349@gmail.com>"
license="MIT" license="MIT"
homepage="https://www.coderholic.com/pyradio/" homepage="https://www.coderholic.com/pyradio/"
changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog" changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog"
distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz" distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
checksum=e1cdbcd01c5abc25e90d83980732277e942cc64f635751b851f4f3fec23315c7 checksum=af9066069bd6f2467e8d66812ead72acbf6e3e5bacc1ce07ba47a59af13598c9
make_check=no # pytest reports "no tests ran" make_check=no # pytest reports "no tests ran"
post_patch() {
vsed -e 's/distro = None/distro = Void Linux/' -i pyradio/config
}
post_install() { post_install() {
vman pyradio.1 for m in docs/*.1; do
vlicense LICENCE vman $m
done
vlicense LICENSE
vinstall devel/pyradio.desktop 644 /usr/share/applications
vinstall devel/pyradio.png 644 /usr/share/icons/hicolor/512x512/apps
vdoc "${FILESDIR}/README.voidlinux" vdoc "${FILESDIR}/README.voidlinux"
} }