summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:51 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:51 +0200
commitc5eb202cb42ade679d4eba088e4cfa047651fe5d (patch)
tree3056743f4f9ac8bcb6a4387246a540d267f7c45c
parent1958e0c3f40648cef665763c069adc2fc1784608 (diff)
downloadslackbuilds-c5eb202cb42ade679d4eba088e4cfa047651fe5d.tar.gz
development/Werkzeug: Removed from 13.0 repository
-rw-r--r--development/Werkzeug/README5
-rw-r--r--development/Werkzeug/Werkzeug.SlackBuild63
-rw-r--r--development/Werkzeug/Werkzeug.info8
-rw-r--r--development/Werkzeug/slack-desc19
4 files changed, 0 insertions, 95 deletions
diff --git a/development/Werkzeug/README b/development/Werkzeug/README
deleted file mode 100644
index 746cf9928f..0000000000
--- a/development/Werkzeug/README
+++ /dev/null
@@ -1,5 +0,0 @@
-Werkzeug is a WSGI utility module written in Python.
-It includes a powerful URL routing system, a debugger, full featured
-request and response objects, and many HTTP utilities.
-
-This requires the Python setuptools (pysetuptools on SlackBuilds.org). \ No newline at end of file
diff --git a/development/Werkzeug/Werkzeug.SlackBuild b/development/Werkzeug/Werkzeug.SlackBuild
deleted file mode 100644
index 5d86c9c175..0000000000
--- a/development/Werkzeug/Werkzeug.SlackBuild
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for Werkzeug
-
-# Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com)
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-PRGNAM=Werkzeug
-VERSION=0.3.1
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
-cd $PRGNAM-$VERSION || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-python setup.py bdist || exit 1
-tar xvf dist/$PRGNAM-$VERSION.linux-i686.tar.gz -C $PKG || exit 1
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS CHANGES LICENSE PKG-INFO tests docs/build/* \
- $PKG/usr/doc/$PRGNAM-$VERSION
-rm -rf $PKG/usr/docs
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz \ No newline at end of file
diff --git a/development/Werkzeug/Werkzeug.info b/development/Werkzeug/Werkzeug.info
deleted file mode 100644
index 1cd15909fd..0000000000
--- a/development/Werkzeug/Werkzeug.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="Werkzeug"
-VERSION="0.3.1"
-HOMEPAGE="http://werkzeug.pocoo.org"
-DOWNLOAD="http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.3.1.tar.gz"
-MD5SUM="6119c0d9084cebc4103969616c9ac2ba"
-MAINTAINER="Andrea Maccis"
-EMAIL="andrea.maccis@gmail.com"
-APPROVED="David Somero" \ No newline at end of file
diff --git a/development/Werkzeug/slack-desc b/development/Werkzeug/slack-desc
deleted file mode 100644
index 4ad273e110..0000000000
--- a/development/Werkzeug/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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-----------------------------------------------------|
-Werkzeug: Werkzeug (WSGI utility module)
-Werkzeug:
-Werkzeug: Werkzeug is a WSGI utility module written in Python.
-Werkzeug: It includes a powerful URL routing system, a debugger, full featured
-Werkzeug: request and response objects, and many HTTP utilities.
-Werkzeug:
-Werkzeug: Werkzeug's website: http://werkzeug.pocoo.org
-Werkzeug:
-Werkzeug:
-Werkzeug:
-Werkzeug: \ No newline at end of file