1
0
forked from ports/contrib

feedparser: new maintainer

This commit is contained in:
John Vogel 2018-02-18 09:39:38 -05:00
parent 2c022523e6
commit 6784d4cb94
2 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33A5NGj4XY/K14QO2r3BuxEi1jjV7U3CzxaZ1Be/37JFPeIErueNMUNanlPe81bFmWLAnjHzncZ8a5TTKf+2Eg8= RWSagIOpLGJF3857KVr019xtvBrs9CpG49TIfhWiRC6IYRZhiF/XgCffgHqmj4bKNF26v+tGN46DRfX7o9tSG2q/LWzUlzteigQ=
SHA256 (Pkgfile) = d535e1df51caeb8457790bc13c02c07bc07c5655d63a83974e4af902dc004ad4 SHA256 (Pkgfile) = 09993cb6095918fbd9a11866fa57cb9ab197e7d0cf5e85d6848c1649c8017c78
SHA256 (.footprint) = 109bfb228ecf4e68d4bbd07844fd743e5f4dade8264eb1d0f9ad23b1a2f8b6ea SHA256 (.footprint) = 109bfb228ecf4e68d4bbd07844fd743e5f4dade8264eb1d0f9ad23b1a2f8b6ea
SHA256 (5.2.1.tar.gz) = 09367f95e58b9c5f70da70061d3e7f397ed8ec5d3c970e231ef011ff62de462f SHA256 (5.2.1.tar.gz) = 09367f95e58b9c5f70da70061d3e7f397ed8ec5d3c970e231ef011ff62de462f

View File

@ -1,8 +1,7 @@
# Description: Parse RSS and Atom feeds in Python # Description: Parse RSS and Atom feeds in Python
# URL: https://github.com/kurtmckee/feedparser # URL: https://github.com/kurtmckee/feedparser
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net # Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Packager: James Mills, prologic at shortcircuit dot net dot au # Depends on: python-setuptools
# Depends on: python-setuptools
name=feedparser name=feedparser
version=5.2.1 version=5.2.1
@ -10,7 +9,7 @@ release=1
source=(https://github.com/kurtmckee/feedparser/archive/$version.tar.gz) source=(https://github.com/kurtmckee/feedparser/archive/$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
/usr/bin/python setup.py build /usr/bin/python setup.py build
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1 /usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1
} }