summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mikko Värri2013-03-04 06:05:03 +0100
committer dsomero2013-03-04 23:26:51 +0100
commit2f5b5bd53681f0ac38a0f19db7af049b8b041269 (patch)
treeaef9d21279d0763c08493419ac80e99641269327 /libraries
parent17be6dee7f07c62e5191978ae1f2b2f172798d4c (diff)
downloadslackbuilds-2f5b5bd53681f0ac38a0f19db7af049b8b041269.tar.gz
libraries/FormEncode: Updated for version 1.2.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/FormEncode/FormEncode.SlackBuild6
-rw-r--r--libraries/FormEncode/FormEncode.info8
-rw-r--r--libraries/FormEncode/slack-desc10
3 files changed, 12 insertions, 12 deletions
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)