[Lunar-commits] <moonbase> pycurl: version 7.19.0 added to moonbase

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


commit b957d634c47394f9856c27004015ce0054e18cf4
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Sun May 2 17:26:59 2010 +0200

    pycurl: version 7.19.0 added to moonbase
    
    Python interface to libcurl, required by urlgrabber
---
 python/pycurl/BUILD   |    8 ++++++++
 python/pycurl/DEPENDS |    2 ++
 python/pycurl/DETAILS |   27 +++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/python/pycurl/BUILD b/python/pycurl/BUILD
new file mode 100644
index 0000000..7112f87
--- /dev/null
+++ b/python/pycurl/BUILD
@@ -0,0 +1,8 @@
+(
+
+  python setup.py build  &&
+  prepare_install        &&
+  python setup.py install
+        
+) > $C_FIFO 2>&1
+
diff --git a/python/pycurl/DEPENDS b/python/pycurl/DEPENDS
new file mode 100644
index 0000000..3a30880
--- /dev/null
+++ b/python/pycurl/DEPENDS
@@ -0,0 +1,2 @@
+depends curl
+depends Python
diff --git a/python/pycurl/DETAILS b/python/pycurl/DETAILS
new file mode 100644
index 0000000..b745762
--- /dev/null
+++ b/python/pycurl/DETAILS
@@ -0,0 +1,27 @@
+          MODULE=pycurl
+         VERSION=7.19.0
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://pycurl.sourceforge.net/download/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:3fb59eca1461331bb9e9e8d6fe3b23eda961a416
+        WEB_SITE="http://pycurl.sourceforge.net/"
+         ENTERED=20100502
+         UPDATED=20100502
+           SHORT="Python interface to libcurl"
+cat <<EOF
+PycURL can be used to fetch objects identified by a URL from a Python
+program, similar to the urllib  Python module. PycURL is mature,
+very fast, and supports a lot of features.
+
+Overview
+
+* libcurl is a free and easy-to-use client-side URL transfer
+  library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, ...
+
+* libcurl is highly portable, it builds and works identically on
+  numerous platforms, including Solaris, ..., Linux, ...
+
+* libcurl is free, thread-safe, IPv6 compatible, feature rich,
+  well supported, fast, thoroughly documented and is already used by
+  many known, big and successful companies and numerous applications.
+EOF


More information about the Lunar-commits mailing list