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

Jannis Pohlmann jannis at xfce.org
Tue May 26 13:05:45 CEST 2009


commit 6f80f9406648214ad1031bb38aa575cbe7f91c2a
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon May 25 11:18:13 2009 +0200

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

diff --git a/python/django/BUILD b/python/django/BUILD
new file mode 100644
index 0000000..88773ee
--- /dev/null
+++ b/python/django/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python setup.py config &&
+  prepare_install && 
+  python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/django/DEPENDS b/python/django/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/django/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/django/DETAILS b/python/django/DETAILS
new file mode 100644
index 0000000..a1e1d43
--- /dev/null
+++ b/python/django/DETAILS
@@ -0,0 +1,25 @@
+          MODULE=django
+         VERSION=1.0.2
+          SOURCE=Django-$VERSION-final.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Django-$VERSION-final/
+      SOURCE_URL=http://www.djangoproject.com/download/1.0.2/tarball/
+      SOURCE_VFY=sha1:f2d9088f17aff47ea17e5767740cab67b2a73b6b
+        WEB_SITE=http://djangoproject.com/
+         ENTERED=20090525
+         UPDATED=20090525
+           SHORT="High-level Python web framework"
+      MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Django is a high-level Python Web framework that encourages rapid
+development and clean, pragmatic design.
+
+Developed four years ago by a fast-moving online-news operation, Django
+was designed to handle two challenges: the intensive deadlines of a 
+newsroom and the stringent requirements of the experienced Web 
+developers who wrote it. It lets you build high-performing, elegant Web
+applications quickly.
+
+Django focuses on automating as much as possible and adhering to the DRY
+principle.
+EOF


More information about the Lunar-commits mailing list