[Lunar-commits] <moonbase> django-authopenid: Add new module.

Jannis Pohlmann jannis at xfce.org
Tue May 26 13:06:43 CEST 2009


commit 0dba451e953302c43ed9f75ca4cb31976a3f24d8
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue May 26 10:24:54 2009 +0200

    django-authopenid: Add new module.
---
 python/django-authopenid/BUILD   |    7 +++++++
 python/django-authopenid/DEPENDS |    2 ++
 python/django-authopenid/DETAILS |   14 ++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/python/django-authopenid/BUILD b/python/django-authopenid/BUILD
new file mode 100644
index 0000000..88773ee
--- /dev/null
+++ b/python/django-authopenid/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python setup.py config &&
+  prepare_install && 
+  python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/django-authopenid/DEPENDS b/python/django-authopenid/DEPENDS
new file mode 100644
index 0000000..42ce446
--- /dev/null
+++ b/python/django-authopenid/DEPENDS
@@ -0,0 +1,2 @@
+depends django
+depends python-openid
diff --git a/python/django-authopenid/DETAILS b/python/django-authopenid/DETAILS
new file mode 100644
index 0000000..12d76f8
--- /dev/null
+++ b/python/django-authopenid/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=django-authopenid
+         VERSION=1.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://pypi.python.org/packages/source/d/django-authopenid/
+      SOURCE_VFY=sha1:61833d3ef49be87faa3b1faed65ee15618059e97
+        WEB_SITE=http://bitbucket.org/benoitc/django-authopenid/
+         ENTERED=20090526
+         UPDATED=20090526
+           SHORT="OpenID authentification support for Django"
+      MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Django authentification application with openid.
+EOF


More information about the Lunar-commits mailing list