python3-podcastparser: update to 0.6.9.

This commit is contained in:
Michal Vasilek 2023-01-18 22:03:05 +01:00
parent 5706e5d476
commit 25dc1e4dfa

View file

@ -1,20 +1,20 @@
# Template file for 'python3-podcastparser'
pkgname=python3-podcastparser
version=0.6.5
revision=5
version=0.6.9
revision=1
build_style=python3-module
hostmakedepends="python3-devel"
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-nose python3-coverage"
checkdepends="python3-pytest"
short_desc="Simplified, fast RSS parsing library (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://github.com/gpodder/podcastparser"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=4f97dde70ce2ab775f66c0feb94f26b6e52b40a67f717cd465140d4c0896177a
distfiles="https://github.com/gpodder/podcastparser/archive/${version}.tar.gz"
checksum=ee15f020a24b3b5a05f3edf44571dcd22fbc33da064b701d7b40e811d6a1509f
do_check() {
nosetests3 -v
post_extract() {
rm pytest.ini
}
post_install() {