mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-podcastparser: fix pycompile_module
This commit is contained in:
parent
1cec9f6176
commit
b7c6605dac
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'python-podcastparser'
|
# Template file for 'python-podcastparser'
|
||||||
pkgname=python-podcastparser
|
pkgname=python-podcastparser
|
||||||
version=0.6.4
|
version=0.6.4
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc=podcastparser-${version}
|
wrksrc="podcastparser-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="podcastparser"
|
pycompile_module="podcastparser.py"
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="python-devel python3-devel"
|
||||||
makedepends="python-devel python3-devel"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Simplified, fast RSS parsing library (Python2)"
|
short_desc="Simplified, fast RSS parsing library (Python2)"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
|
@ -22,7 +21,7 @@ post_install() {
|
||||||
|
|
||||||
python3-podcastparser_package() {
|
python3-podcastparser_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pycompile_module="podcastparser"
|
pycompile_module="podcastparser.py"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue