# Description: Simplified, fast RSS parsing library in Python # URL: https://github.com/gpodder/podcastparser # Maintainer: Chris Farrell, timcowchip at gorge dot net # Depends on: python3 name=podcastparser version=0.6.4 release=1 source=(https://github.com/gpodder/$name/archive/$version.tar.gz) build() { cd $name-$version python3 setup.py install --root="$PKG" --optimize=1 install -Dm644 LICENSE "$PKG/usr/share/licenses/$python-podcastparser/LICENSE" }