[Lunar-commits] <moonbase> python-openid: Add new module.
Jannis Pohlmann
jannis at xfce.org
Tue May 26 13:06:23 CEST 2009
commit 6283447ee11d325ffa43bad83aeac37dcfaec12d
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Tue May 26 10:14:54 2009 +0200
python-openid: Add new module.
---
python/python-openid/BUILD | 7 +++++++
python/python-openid/DETAILS | 26 ++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/python/python-openid/BUILD b/python/python-openid/BUILD
new file mode 100644
index 0000000..a4f8f25
--- /dev/null
+++ b/python/python-openid/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py config &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/python-openid/DETAILS b/python/python-openid/DETAILS
new file mode 100644
index 0000000..e1d8817
--- /dev/null
+++ b/python/python-openid/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=python-openid
+ VERSION=2.2.4
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://openidenabled.com/files/python-openid/packages/
+ SOURCE_VFY=sha1:45599d46ebb36bf4cbf617622abe736c59ccb8e1
+ WEB_SITE=http://openidenabled.com/python-openid/
+ ENTERED=20090526
+ UPDATED=20090526
+ SHORT="Python OpenID library"
+ MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+The OpenID library with batteries included.
+
+Features of the 2.x.x series include:
+
+ * Refined and easy-to-use API.
+ * Extensive documentation.
+ * Many storage implemetations including file-based, sqlite,
+ postgresql, and mysql.
+ * Simple examples to help you get started.
+ * Licensed under the Apache Software License.
+ * Includes a Simple Registration API
+ * Versions 1.x.x supports protocol version 1; versions 2.x.x
+ support both major OpenID protocol versions transparently
+EOF
More information about the Lunar-commits
mailing list