pyradio: update to 0.8.9.9.
Also: - add proper dependencies - disable tests (nothing runs).
This commit is contained in:
parent
842ddadfcb
commit
f805d1cc63
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'pyradio'
|
||||
pkgname=pyradio
|
||||
version=0.8.7.3
|
||||
version=0.8.9.9
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
depends="python3-requests python3-dnspython"
|
||||
short_desc="Curses based internet radio player"
|
||||
maintainer="Lugubris <lugubris@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="http://www.coderholic.com/pyradio/"
|
||||
changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/ChangeLog"
|
||||
distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
|
||||
checksum=a483ac1601fc89ee3a72fb30b290e06f58dc585b07acec6d776b2640ab7c90f6
|
||||
checksum=9114254088e294bf06399f892c08056d86172bd32c40869474347eb846a965f3
|
||||
make_check=no # pytest reports "no tests ran"
|
||||
|
||||
post_install() {
|
||||
vman pyradio.1
|
||||
|
|
Loading…
Reference in a new issue