1
0
forked from ports/contrib

16 lines
447 B
Plaintext
Raw Normal View History

2007-03-25 14:12:01 +10:00
# Description: Parse RSS and Atom feeds in Python
2018-02-18 09:39:38 -05:00
# URL: https://github.com/kurtmckee/feedparser
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# 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() {
2018-02-18 09:39:38 -05:00
cd $name-$version
/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
}