contrib/feedparser/Pkgfile

16 lines
447 B
Plaintext
Raw Normal View History

2007-03-25 06:12:01 +02:00
# Description: Parse RSS and Atom feeds in Python
2018-02-18 15:39:38 +01:00
# URL: https://github.com/kurtmckee/feedparser
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: python-setuptools
2007-03-17 11:38:20 +01:00
name=feedparser
2017-06-19 00:53:48 +02:00
version=5.2.1
2007-03-17 11:38:20 +01:00
release=1
2017-06-19 00:53:48 +02:00
source=(https://github.com/kurtmckee/feedparser/archive/$version.tar.gz)
2007-03-17 11:38:20 +01:00
2007-03-25 06:12:01 +02:00
build() {
2018-02-18 15:39:38 +01: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 11:38:20 +01:00
}