From 2f5b5bd53681f0ac38a0f19db7af049b8b041269 Mon Sep 17 00:00:00 2001 From: Mikko Värri Date: Mon, 4 Mar 2013 00:05:03 -0500 Subject: libraries/FormEncode: Updated for version 1.2.6. Signed-off-by: dsomero --- libraries/FormEncode/FormEncode.SlackBuild | 6 +++--- libraries/FormEncode/FormEncode.info | 8 ++++---- libraries/FormEncode/slack-desc | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'libraries/FormEncode') diff --git a/libraries/FormEncode/FormEncode.SlackBuild b/libraries/FormEncode/FormEncode.SlackBuild index 203493006c..42b68f9773 100644 --- a/libraries/FormEncode/FormEncode.SlackBuild +++ b/libraries/FormEncode/FormEncode.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for FormEncode -# Copyright 2011 Mikko Värri, Finland +# Copyright 2013 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=FormEncode -VERSION=${VERSION:-1.2.4} +VERSION=${VERSION:-1.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +46,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find . \ diff --git a/libraries/FormEncode/FormEncode.info b/libraries/FormEncode/FormEncode.info index f156a04c45..b7bcfff0de 100644 --- a/libraries/FormEncode/FormEncode.info +++ b/libraries/FormEncode/FormEncode.info @@ -1,10 +1,10 @@ PRGNAM="FormEncode" -VERSION="1.2.4" +VERSION="1.2.6" HOMEPAGE="http://FormEncode.org/" -DOWNLOAD="http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.4.tar.gz" -MD5SUM="6bc17fb9aed8aea198975e888e2077f4" +DOWNLOAD="http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.6.zip" +MD5SUM="c9d51fcfdaf5c2480963930ef0167575" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools" +REQUIRES="distribute" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" diff --git a/libraries/FormEncode/slack-desc b/libraries/FormEncode/slack-desc index 2d1f54ad52..588ea458d0 100644 --- a/libraries/FormEncode/slack-desc +++ b/libraries/FormEncode/slack-desc @@ -1,9 +1,9 @@ # 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 ':'. +# 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 ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| FormEncode: FormEncode (HTML form validation, generation, and conversion package) -- cgit v1.2.3