diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2018-02-19 00:30:32 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2018-02-19 00:30:32 +0100 |
commit | b18e94dbb743297a684bd2cd83cfaba41b6fe4b1 (patch) | |
tree | 5d1012a147c44db60db1be206837001eae767be4 /feedparser | |
parent | 44746bc37cf437742fe9a135319403fb91b308be (diff) | |
parent | b3fbb535b4d7277c96be17dc4282c97799390fb3 (diff) | |
download | contrib-b18e94dbb743297a684bd2cd83cfaba41b6fe4b1.tar.gz contrib-b18e94dbb743297a684bd2cd83cfaba41b6fe4b1.tar.xz |
Merge branch '3.3' into 3.4
Diffstat (limited to 'feedparser')
-rw-r--r-- | feedparser/.signature | 5 | ||||
-rw-r--r-- | feedparser/Pkgfile | 15 |
2 files changed, 20 insertions, 0 deletions
diff --git a/feedparser/.signature b/feedparser/.signature new file mode 100644 index 000000000..fe3bda485 --- /dev/null +++ b/feedparser/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3857KVr019xtvBrs9CpG49TIfhWiRC6IYRZhiF/XgCffgHqmj4bKNF26v+tGN46DRfX7o9tSG2q/LWzUlzteigQ= +SHA256 (Pkgfile) = 09993cb6095918fbd9a11866fa57cb9ab197e7d0cf5e85d6848c1649c8017c78 +SHA256 (.footprint) = 109bfb228ecf4e68d4bbd07844fd743e5f4dade8264eb1d0f9ad23b1a2f8b6ea +SHA256 (5.2.1.tar.gz) = 09367f95e58b9c5f70da70061d3e7f397ed8ec5d3c970e231ef011ff62de462f diff --git a/feedparser/Pkgfile b/feedparser/Pkgfile new file mode 100644 index 000000000..713f75cda --- /dev/null +++ b/feedparser/Pkgfile @@ -0,0 +1,15 @@ +# Description: Parse RSS and Atom feeds in Python +# URL: https://github.com/kurtmckee/feedparser +# Maintainer: John Vogel, jvogel4 at stny dot rr dot com +# Depends on: python-setuptools + +name=feedparser +version=5.2.1 +release=1 +source=(https://github.com/kurtmckee/feedparser/archive/$version.tar.gz) + +build() { + cd $name-$version + /usr/bin/python setup.py build + /usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1 +} |