[Lunar-commits] <moonbase> feedparser: Version bump and they have moved to a new site.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Apr 17 19:33:12 CEST 2011
commit 531951bf60b7ff5237ff2d8354edfd97f90e5922
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Apr 17 13:33:12 2011 -0400
feedparser: Version bump and they have moved to a new site.
---
libs/feedparser/BUILD | 3 +++
libs/feedparser/DETAILS | 13 ++++++-------
libs/feedparser/PRE_BUILD | 3 ---
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/libs/feedparser/BUILD b/libs/feedparser/BUILD
index 24d2267..a2ade9a 100644
--- a/libs/feedparser/BUILD
+++ b/libs/feedparser/BUILD
@@ -1,4 +1,7 @@
(
+
prepare_install &&
+
python setup.py install
+
) > $C_FIFO 2>&1
diff --git a/libs/feedparser/DETAILS b/libs/feedparser/DETAILS
index fd5631f..1329e30 100644
--- a/libs/feedparser/DETAILS
+++ b/libs/feedparser/DETAILS
@@ -1,12 +1,11 @@
MODULE=feedparser
- VERSION=4.1
- SOURCE=$MODULE-$VERSION.zip
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:3a7174e11c8c523ea461c9d47a80526ba29a6544
- WEB_SITE=http://feedparser.org/
+ VERSION=5.0.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://feedparser.googlecode.com/files/
+ SOURCE_VFY=sha1:3ab34ba314260cc79b2f558dec7ddc7037098b44
+ WEB_SITE=http://code.google.com/p/feedparser/
ENTERED=20040606
- UPDATED=20060209
+ UPDATED=20110417
SHORT="Universal feed parser"
cat << EOF
This is a "universal" feed parser, suitable for reading syndicated
diff --git a/libs/feedparser/PRE_BUILD b/libs/feedparser/PRE_BUILD
deleted file mode 100644
index e7a069e..0000000
--- a/libs/feedparser/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-mkdir -p $SOURCE_DIRECTORY
-cd $SOURCE_DIRECTORY
-unpack $SOURCE
More information about the Lunar-commits
mailing list