[Lunar-commits] <moonbase-other> pycurl: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Sun Aug 5 11:27:39 CEST 2012
commit de756667f55f4e5026124ee7635a709bf0f37423
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 05 Aug 2012 02:27:39 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/de756667f55f4e5026124ee7635a709bf0f37423
pycurl: Readding to moonbase.
---
python/pycurl/BUILD +8/-0
python/pycurl/DEPENDS +2/-0
python/pycurl/DETAILS +27/-0
3 files changed, 37 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/python/pycurl/BUILD
@@ -0,0 +1,8 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
+
--- /dev/null
+++ b/python/pycurl/DEPENDS
@@ -0,0 +1,2 @@
+depends curl
+depends Python
--- /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