2007-03-25 14:12:01 +10:00
|
|
|
# Description: Parse RSS and Atom feeds in Python
|
2017-06-19 08:53:48 +10:00
|
|
|
# URL: https://github.com/kurtmckee/feedparser
|
2008-04-13 20:29:45 +02:00
|
|
|
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
|
|
|
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
2017-02-05 16:32:37 +11:00
|
|
|
# Depends on: python-setuptools
|
2007-03-17 20:38:20 +10:00
|
|
|
|
|
|
|
name=feedparser
|
2017-06-19 08:53:48 +10:00
|
|
|
version=5.2.1
|
2007-03-17 20:38:20 +10:00
|
|
|
release=1
|
2017-06-19 08:53:48 +10:00
|
|
|
source=(https://github.com/kurtmckee/feedparser/archive/$version.tar.gz)
|
2007-03-17 20:38:20 +10:00
|
|
|
|
2007-03-25 14:12:01 +10:00
|
|
|
build() {
|
2011-01-27 14:58:55 +01:00
|
|
|
cd $name-$version
|
2017-06-19 08:53:48 +10:00
|
|
|
/usr/bin/python setup.py build
|
|
|
|
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1
|
2007-03-17 20:38:20 +10:00
|
|
|
}
|