python-feedparser: add missing pycompile_module
Fix short_desc.
This commit is contained in:
parent
db97c6b85a
commit
6da0d39d13
1 changed files with 8 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
|||
pkgname="python-feedparser"
|
||||
# Template file for 'python-feedparser'
|
||||
pkgname=python-feedparser
|
||||
version=5.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="feedparser-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
noarch=yes
|
||||
pycompile_module="feedparser.py"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel"
|
||||
depends="python"
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
license="Simplified BSD"
|
||||
homepage="https://pypi.python.org/pypi/feedparser"
|
||||
short_desc="Parse Atom and RSS feeds in Python"
|
||||
short_desc="Parse Atom and RSS feeds in Python2"
|
||||
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.bz2"
|
||||
checksum=ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02
|
||||
|
||||
|
@ -19,6 +20,8 @@ python3.4-feedparser_package() {
|
|||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="feedparser.py"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue