[Lunar-commits] r26068 - in moonbase/trunk/python: . pyopenssl
Moritz Heiber
moe at lunar-linux.org
Thu Oct 4 02:00:11 CEST 2007
Author: moe
Date: 2007-10-04 02:00:11 +0200 (Thu, 04 Oct 2007)
New Revision: 26068
Added:
moonbase/trunk/python/pyopenssl/
moonbase/trunk/python/pyopenssl/BUILD
moonbase/trunk/python/pyopenssl/DEPENDS
moonbase/trunk/python/pyopenssl/DETAILS
Log:
Adding pyopenssl. Required to get the jabber transports to work.
Couldn't sleep .. Jannis asked for them.
Added: moonbase/trunk/python/pyopenssl/BUILD
===================================================================
--- moonbase/trunk/python/pyopenssl/BUILD (rev 0)
+++ moonbase/trunk/python/pyopenssl/BUILD 2007-10-04 00:00:11 UTC (rev 26068)
@@ -0,0 +1,5 @@
+(
+ prepare_install &&
+ python ./setup.py install
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/python/pyopenssl/DEPENDS
===================================================================
--- moonbase/trunk/python/pyopenssl/DEPENDS (rev 0)
+++ moonbase/trunk/python/pyopenssl/DEPENDS 2007-10-04 00:00:11 UTC (rev 26068)
@@ -0,0 +1,2 @@
+depends openssl
+depends Python
Added: moonbase/trunk/python/pyopenssl/DETAILS
===================================================================
--- moonbase/trunk/python/pyopenssl/DETAILS (rev 0)
+++ moonbase/trunk/python/pyopenssl/DETAILS 2007-10-04 00:00:11 UTC (rev 26068)
@@ -0,0 +1,13 @@
+ MODULE=pyopenssl
+ VERSION=0.6
+ SOURCE=pyOpenSSL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/pyOpenSSL-$VERSION
+ SOURCE_URL=$SFORGE_URL/pyopenssl/
+ SOURCE_VFY=sha1:a9626095db201eeac979d0624101f5afa888f9b6
+ WEB_SITE=http://pyopenssl.sourceforge.net/
+ ENTERED=20071003
+ UPDATED=20071003
+ SHORT="Python interface to the OpenSSL library"
+cat << EOF
+Python interface to the OpenSSL library
+EOF
More information about the Lunar-commits
mailing list