diff --git a/libraries/zope.schema/slack-desc b/libraries/zope.schema/slack-desc index 0e7e0bda6c..5f48782e36 100644 --- a/libraries/zope.schema/slack-desc +++ b/libraries/zope.schema/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------------------------------------------------------| zope.schema: zope.schema (zope.interface extension for defining data schemas) diff --git a/libraries/zope.schema/zope.schema.SlackBuild b/libraries/zope.schema/zope.schema.SlackBuild index 0410d2acfb..1b9496d47e 100644 --- a/libraries/zope.schema/zope.schema.SlackBuild +++ b/libraries/zope.schema/zope.schema.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zope.schema -# Copyright 2012 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=zope.schema -VERSION=${VERSION:-4.1.1} +VERSION=${VERSION:-4.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +46,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -unzip $CWD/$PRGNAM-$VERSION.zip +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find . \ diff --git a/libraries/zope.schema/zope.schema.info b/libraries/zope.schema/zope.schema.info index 79b69afa8c..b33b4e189f 100644 --- a/libraries/zope.schema/zope.schema.info +++ b/libraries/zope.schema/zope.schema.info @@ -1,8 +1,8 @@ PRGNAM="zope.schema" -VERSION="4.1.1" +VERSION="4.2.2" HOMEPAGE="http://pypi.python.org/pypi/zope.schema" -DOWNLOAD="http://pypi.python.org/packages/source/z/zope.schema/zope.schema-4.1.1.zip" -MD5SUM="09049359ea276873b219e0d1e8be5410" +DOWNLOAD="http://pypi.python.org/packages/source/z/zope.schema/zope.schema-4.2.2.tar.gz" +MD5SUM="e7e581af8193551831560a736a53cf58" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zope.event zope.interface"