mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'python3-podcastparser'
|
||||||
pkgname=python3-podcastparser
|
pkgname=python3-podcastparser
|
||||||
version=0.6.5
|
version=0.6.9
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-nose python3-coverage"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Simplified, fast RSS parsing library (Python3)"
|
short_desc="Simplified, fast RSS parsing library (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/gpodder/podcastparser"
|
homepage="https://github.com/gpodder/podcastparser"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/gpodder/podcastparser/archive/${version}.tar.gz"
|
||||||
checksum=4f97dde70ce2ab775f66c0feb94f26b6e52b40a67f717cd465140d4c0896177a
|
checksum=ee15f020a24b3b5a05f3edf44571dcd22fbc33da064b701d7b40e811d6a1509f
|
||||||
|
|
||||||
do_check() {
|
post_extract() {
|
||||||
nosetests3 -v
|
rm pytest.ini
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue