# Template file for 'python3-podcastparser'
pkgname=python3-podcastparser
version=0.6.9
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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="https://github.com/gpodder/podcastparser/archive/${version}.tar.gz"
checksum=ee15f020a24b3b5a05f3edf44571dcd22fbc33da064b701d7b40e811d6a1509f

post_extract() {
	rm pytest.ini
}

post_install() {
	vlicense LICENSE
}
