diff options
author | Andrea Maccis <andrea.maccis@gmail.com> | 2010-05-11 22:22:16 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:22:16 +0200 |
commit | ac8c74ab403e370e63657cd70860b44933e4aefa (patch) | |
tree | b7d1c521b4e540a31db2b73e87f4e3f0d028ae6b /development | |
parent | edb873b9e0ee417625b37a39e1523759f3b50b53 (diff) |
development/Werkzeug: Updated for version 0.3.1
Diffstat (limited to 'development')
-rw-r--r-- | development/Werkzeug/README | 2 | ||||
-rw-r--r-- | development/Werkzeug/Werkzeug.SlackBuild | 8 | ||||
-rw-r--r-- | development/Werkzeug/Werkzeug.info | 8 | ||||
-rw-r--r-- | development/Werkzeug/slack-desc | 2 |
4 files changed, 11 insertions, 9 deletions
diff --git a/development/Werkzeug/README b/development/Werkzeug/README index 81926ca95449..746cf9928f2f 100644 --- a/development/Werkzeug/README +++ b/development/Werkzeug/README @@ -2,4 +2,4 @@ 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). +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 index 605512d2971c..5d86c9c175e6 100644 --- a/development/Werkzeug/Werkzeug.SlackBuild +++ b/development/Werkzeug/Werkzeug.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Werkzeug -VERSION=0.2 +VERSION=0.3.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,11 +51,13 @@ tar xvf dist/$PRGNAM-$VERSION.linux-i686.tar.gz -C $PKG || exit 1 ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS CHANGES LICENSE PKG-INFO tests $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 +/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 index 81bdefafc777..1cd15909fd42 100644 --- a/development/Werkzeug/Werkzeug.info +++ b/development/Werkzeug/Werkzeug.info @@ -1,8 +1,8 @@ PRGNAM="Werkzeug" -VERSION="0.2" +VERSION="0.3.1" HOMEPAGE="http://werkzeug.pocoo.org" -DOWNLOAD="http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.2.tar.gz" -MD5SUM="4f045b31ea7495361d1193a60be46930" +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" +APPROVED="David Somero"
\ No newline at end of file diff --git a/development/Werkzeug/slack-desc b/development/Werkzeug/slack-desc index d6b551c4e8b7..4ad273e11032 100644 --- a/development/Werkzeug/slack-desc +++ b/development/Werkzeug/slack-desc @@ -16,4 +16,4 @@ Werkzeug: Werkzeug's website: http://werkzeug.pocoo.org Werkzeug: Werkzeug: Werkzeug: -Werkzeug: +Werkzeug:
\ No newline at end of file |