[Lunar-commits] <moonbase> urlgrabber: version 3.9.1 added to moonbase

Duncan Gibson engelsman at lunar-linux.org
Sun May 2 17:29:38 CEST 2010


commit 2fa055ce873a785d68be629b0b7f8436c7a17810
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Sun May 2 17:29:38 2010 +0200

    urlgrabber: version 3.9.1 added to moonbase
    
    high-level cross-protocol URL grabber in Python
    
    thanks to lazyape for the original submission which
    was only rejected because the original URLs were dead
---
 python/urlgrabber/BUILD   |    8 ++++++++
 python/urlgrabber/DEPENDS |    1 +
 python/urlgrabber/DETAILS |   19 +++++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/python/urlgrabber/BUILD b/python/urlgrabber/BUILD
new file mode 100644
index 0000000..7112f87
--- /dev/null
+++ b/python/urlgrabber/BUILD
@@ -0,0 +1,8 @@
+(
+
+  python setup.py build  &&
+  prepare_install        &&
+  python setup.py install
+        
+) > $C_FIFO 2>&1
+
diff --git a/python/urlgrabber/DEPENDS b/python/urlgrabber/DEPENDS
new file mode 100644
index 0000000..1335792
--- /dev/null
+++ b/python/urlgrabber/DEPENDS
@@ -0,0 +1 @@
+depends pycurl
diff --git a/python/urlgrabber/DETAILS b/python/urlgrabber/DETAILS
new file mode 100644
index 0000000..deede7e
--- /dev/null
+++ b/python/urlgrabber/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=urlgrabber
+         VERSION=3.9.1
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://urlgrabber.baseurl.org/download/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:937c7ad3177539c337d4010e0175b2c7bd874938
+        WEB_SITE="http://urlgrabber.baseurl.org/"
+         ENTERED=20100502
+         UPDATED=20100502
+           SHORT="high-level cross-protocol URL grabber in Python"
+cat <<EOF
+urlgrabber is a pure Python package that drastically simplifies the
+fetching of files. It is designed to be used in programs that need
+common (but not necessarily simple) url-fetching features. It is
+extremely simple to drop into an existing program and provides a
+clean interface to protocol-independant file-access. Best of all,
+urlgrabber takes care of all those pesky file-fetching details, and
+lets you focus on whatever it is that your program is written to do!
+EOF


More information about the Lunar-commits mailing list