mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
python3-podcastparser: update to 0.6.9.
This commit is contained in:
parent
5706e5d476
commit
25dc1e4dfa
1 changed files with 8 additions and 8 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue