summaryrefslogtreecommitdiff
path: root/feedparser
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2007-03-25 14:12:01 +1000
committerJames Mills <prologic@shortcircuit.net.au>2007-03-25 14:12:01 +1000
commit60d1944065f22e63e82dc9942645912b92b847e4 (patch)
treeb55a33d67185deaa6d9af58d8a1bf1773bc296f8 /feedparser
parentc1cbb642cf30ac045a495a1485193ac860964541 (diff)
downloadcontrib-60d1944065f22e63e82dc9942645912b92b847e4.tar.gz
contrib-60d1944065f22e63e82dc9942645912b92b847e4.tar.xz
feedparser: NEW port
Diffstat (limited to 'feedparser')
-rw-r--r--feedparser/.footprint9
-rw-r--r--feedparser/Pkgfile12
2 files changed, 11 insertions, 10 deletions
diff --git a/feedparser/.footprint b/feedparser/.footprint
index 9d547835b..c7924c485 100644
--- a/feedparser/.footprint
+++ b/feedparser/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/python2.4/
-drwxr-xr-x root/root usr/lib/python2.4/site-packages/
--rw-r--r-- root/root usr/lib/python2.4/site-packages/feedparser.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/feedparser.pyc
+drwxr-xr-x root/root usr/lib/python2.5/
+drwxr-xr-x root/root usr/lib/python2.5/site-packages/
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/feedparser-4.1-py2.5.egg-info
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/feedparser.py
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/feedparser.pyc
diff --git a/feedparser/Pkgfile b/feedparser/Pkgfile
index 44e40cd58..c40bf2727 100644
--- a/feedparser/Pkgfile
+++ b/feedparser/Pkgfile
@@ -1,16 +1,16 @@
-# Description: Parse RSS and Atom feeds in Python.
-# URL: http://www.feedparser.org/
+# Description: Parse RSS and Atom feeds in Python
+# URL: http://feedparser.org/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
-# Packager: Younes Hafri, ycrux at club-internet dot fr
+# Packager: James Mills, prologic at shortcircuit dot net dot au
#
-# Depends on: python
+# Depends on: python
name=feedparser
version=4.1
release=1
-source=(http://dl.sourceforge.net/sourceforge/$name/feedparser-$version.zip)
+source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.zip)
-build () {
+build() {
python setup.py install --root=$PKG
chown -R root:root $PKG
}

Generated by cgit