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

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


commit ba5e833ec8a9d1da355afe088e9a1a75b1b49604
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue May 26 10:31:28 2009 +0200

    django-notification: Add new module.
---
 python/django-notification/BUILD   |    7 +++++++
 python/django-notification/DEPENDS |    1 +
 python/django-notification/DETAILS |   21 +++++++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/python/django-notification/BUILD b/python/django-notification/BUILD
new file mode 100644
index 0000000..88773ee
--- /dev/null
+++ b/python/django-notification/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python setup.py config &&
+  prepare_install && 
+  python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/django-notification/DEPENDS b/python/django-notification/DEPENDS
new file mode 100644
index 0000000..3811a73
--- /dev/null
+++ b/python/django-notification/DEPENDS
@@ -0,0 +1 @@
+depends django
diff --git a/python/django-notification/DETAILS b/python/django-notification/DETAILS
new file mode 100644
index 0000000..2066f0a
--- /dev/null
+++ b/python/django-notification/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=django-notification
+         VERSION=0.1.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://pypi.python.org/pypi/django-notification/
+      SOURCE_VFY=sha1:7edde94f837f1c250be7b758a177ee46b017ecbc
+        WEB_SITE=http://github.com/jtauber/django-notification/
+         ENTERED=20090526
+         UPDATED=20090526
+           SHORT="Notification management for Django"
+      MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+User notification management for the Django web framework
+
+Integrating notification support into your app is a simple three-ste
+process.
+
+        * create your notice types
+        * create your notice templates
+        * send notifications
+EOF


More information about the Lunar-commits mailing list