summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2010-12-18 00:02:46 -0200
committer Robby Workman <rworkman@slackbuilds.org>2010-12-20 22:44:02 -0600
commitc365ff6839e61e2731ca2564dd9e414178129288 (patch)
treea747d334a7030ed38cb7707433b8d2673f976396 /libraries
parentfbd9f01a09c9cd3a38e6df67f8edab4cfed0ab7a (diff)
downloadslackbuilds-c365ff6839e61e2731ca2564dd9e414178129288.tar.gz
slackbuilds-c365ff6839e61e2731ca2564dd9e414178129288.tar.xz
libraries/zope.schema: Updated for version 3.7.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/zope.schema/README4
-rw-r--r--libraries/zope.schema/zope.schema.SlackBuild4
-rw-r--r--libraries/zope.schema/zope.schema.info8
3 files changed, 7 insertions, 9 deletions
diff --git a/libraries/zope.schema/README b/libraries/zope.schema/README
index 31bf8dc176..fbd5f32dfc 100644
--- a/libraries/zope.schema/README
+++ b/libraries/zope.schema/README
@@ -1,6 +1,4 @@
-zope.schema (zope.interface extension for defining data schemas)
-
-Schemas extend the notion of interfaces to detailed descriptions of
+Zope Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods).
This requires zope.event and zope.interface.
diff --git a/libraries/zope.schema/zope.schema.SlackBuild b/libraries/zope.schema/zope.schema.SlackBuild
index 16ab52fb52..0794376086 100644
--- a/libraries/zope.schema/zope.schema.SlackBuild
+++ b/libraries/zope.schema/zope.schema.SlackBuild
@@ -6,7 +6,7 @@
# Public domain.
PRGNAM=zope.schema
-VERSION=${VERSION:-3.6.4}
+VERSION=${VERSION:-3.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -29,7 +29,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/zope.schema/zope.schema.info b/libraries/zope.schema/zope.schema.info
index 9a15357c99..8e590ece3e 100644
--- a/libraries/zope.schema/zope.schema.info
+++ b/libraries/zope.schema/zope.schema.info
@@ -1,10 +1,10 @@
PRGNAM="zope.schema"
-VERSION="3.6.4"
+VERSION="3.7.0"
HOMEPAGE="http://pypi.python.org/pypi/zope.schema"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.schema/zope.schema-3.6.4.tar.gz"
-MD5SUM="5355fb3b5d3a1135703aadb18256d3e1"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.schema/zope.schema-3.7.0.zip"
+MD5SUM="9d745d60c710c8ea825b0ae62bcc6fa2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="Erik Hanson"
+APPROVED="Erik Hanson,Niels Horn"