New package: python-feedparser
This commit is contained in:
parent
cc1c5bae79
commit
8f7d448a62
2 changed files with 26 additions and 0 deletions
25
srcpkgs/python-feedparser/template
Normal file
25
srcpkgs/python-feedparser/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
pkgname="python-feedparser"
|
||||||
|
version=5.1.3
|
||||||
|
revision=1
|
||||||
|
wrksrc="feedparser-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
noarch=yes
|
||||||
|
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"
|
||||||
|
distfiles="https://pypi.python.org/packages/source/f/feedparser/feedparser-5.1.3.tar.gz"
|
||||||
|
checksum=ad543639e89d43685e2f1d3b6e48711562eec3be379e6958a920fbeaf4c63bce
|
||||||
|
|
||||||
|
python3.4-feedparser_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-feedparser
Symbolic link
1
srcpkgs/python3.4-feedparser
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-feedparser
|
Loading…
Add table
Reference in a new issue