python-podcastparser: fix pycompile_module

This commit is contained in:
Alessio Sergi 2018-10-18 19:21:37 +02:00
parent 1cec9f6176
commit b7c6605dac
1 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,12 @@
# Template file for 'python-podcastparser'
pkgname=python-podcastparser
version=0.6.4
revision=1
revision=2
noarch=yes
wrksrc=podcastparser-${version}
wrksrc="podcastparser-${version}"
build_style=python-module
pycompile_module="podcastparser"
pycompile_module="podcastparser.py"
hostmakedepends="python-devel python3-devel"
makedepends="python-devel python3-devel"
depends="python"
short_desc="Simplified, fast RSS parsing library (Python2)"
maintainer="bra1nwave <brainwave@openmailbox.org>"
@ -22,7 +21,7 @@ post_install() {
python3-podcastparser_package() {
short_desc="${short_desc/Python2/Python3}"
pycompile_module="podcastparser"
pycompile_module="podcastparser.py"
noarch=yes
depends="python3"
pkg_install() {