feedparser: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:51:42 +00:00
parent 2b9ecd5afb
commit 3455829e27
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 32 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/feedparser-5.2.1-py2.7.egg-info/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/feedparser-5.2.1-py2.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python2.7/site-packages/feedparser-5.2.1-py2.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/feedparser-5.2.1-py2.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/feedparser-5.2.1-py2.7.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/feedparser.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/feedparser.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/feedparser.pyo

View File

@ -1,5 +0,0 @@
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

View File

@ -1,15 +0,0 @@
# 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
}