From bd49d44573094145d005f3e7d126b69c38234c9e Mon Sep 17 00:00:00 2001 From: Daniel de Kok Date: Tue, 11 May 2010 19:44:15 +0200 Subject: development/django: Updated for version 0.96 --- development/django/README | 4 ---- development/django/django.SlackBuild | 7 +++---- development/django/django.info | 8 ++++---- development/django/slack-desc | 8 ++++++++ 4 files changed, 15 insertions(+), 12 deletions(-) (limited to 'development/django') 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 -- cgit v1.2.3