summaryrefslogtreecommitdiffstats
path: root/development/django
diff options
context:
space:
mode:
author Daniel de Kok <danieldk@pobox.com>2010-05-11 19:44:15 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:44:15 +0200
commitbd49d44573094145d005f3e7d126b69c38234c9e (patch)
tree50b8c0e2b9f280bab3b19d85e07d49b37aa7bb44 /development/django
parent7c8c4e323dc1305c88496f4fca6af5d26141b9bd (diff)
downloadslackbuilds-bd49d44573094145d005f3e7d126b69c38234c9e.tar.gz
slackbuilds-bd49d44573094145d005f3e7d126b69c38234c9e.tar.xz
development/django: Updated for version 0.96
Diffstat (limited to 'development/django')
-rw-r--r--development/django/README4
-rw-r--r--development/django/django.SlackBuild7
-rw-r--r--development/django/django.info8
-rw-r--r--development/django/slack-desc8
4 files changed, 15 insertions, 12 deletions
diff --git a/development/django/README b/development/django/README
index 87c1ab1209..372f4f0c04 100644
--- a/development/django/README
+++ b/development/django/README
@@ -2,13 +2,9 @@ Django is a high-level Python web framework that encourages rapid
development and clean, pragmatic design. It includes a template
engine, and an object-relational mapper.
-This SlackBuild requires the pysetuptools package to compile; a
-SlackBuild for this package is available from SlackBuilds.org.
-
Although Django can be used without database functionality, it is
especially useful with database support. Various databases are
supported through Python database bindings. For example, sqlite3
databases are supported when the pysqlite2 package is installed.
Due to the dynamic nature of Python software, database bindings
are not required when Django is built and can be installed later.
-
diff --git a/development/django/django.SlackBuild b/development/django/django.SlackBuild
index d02147e5e6..39e419e0aa 100644
--- a/development/django/django.SlackBuild
+++ b/development/django/django.SlackBuild
@@ -27,7 +27,7 @@ set -e
PRGNAM=django
DISTNAM=Django
-VERSION=0.95.1
+VERSION=0.96
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,11 +53,10 @@ chmod -R u+w,go+r-w,a-s .
python setup.py bdist
-tar -C $PKG -zxvf dist/$DISTNAM-$VERSION.linux-i686.tar.gz
+tar zxvf dist/$DISTNAM-$VERSION-None.linux-$(uname -m).tar.gz -C $PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS INSTALL LICENSE README docs/* \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS INSTALL LICENSE README docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/django/django.info b/development/django/django.info
index 9add45f5a5..591489b414 100644
--- a/development/django/django.info
+++ b/development/django/django.info
@@ -1,8 +1,8 @@
PRGNAM="django"
-VERSION="0.95.1"
+VERSION="0.96"
HOMEPAGE="http://www.djangoproject.com/"
-DOWNLOAD="http://www.djangoproject.com/download/0.95.1/tarball/"
-MD5SUM="07f09d8429916481e09e84fd01e97355"
+DOWNLOAD="http://www.djangoproject.com/download/0.96/tarball/"
+MD5SUM="b4aedad1e90dd38d58ff9fc756180c7d"
MAINTAINER="Daniel de Kok"
EMAIL="danieldk@pobox.com"
-APPROVED="robw810"
+APPROVED="rworkman"
diff --git a/development/django/slack-desc b/development/django/slack-desc
index cc40d6e8b9..2048e87c58 100644
--- a/development/django/slack-desc
+++ b/development/django/slack-desc
@@ -1,3 +1,11 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
django: django (Python web framework)
django:
django: Python is a high-level Python web framework that encourages rapid