summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mikko Värri2013-03-04 06:05:12 +0100
committer dsomero2013-03-04 23:26:53 +0100
commit1fc3d3c3783c504fa45dd3e3f553c71c0b9bd04f (patch)
tree53225677ea2b4912985845b7676f22d723f07c73 /libraries
parent78783360cac44b41019557b62e74487a9085663a (diff)
downloadslackbuilds-1fc3d3c3783c504fa45dd3e3f553c71c0b9bd04f.tar.gz
libraries/zope.component: Updated for version 4.0.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/zope.component/slack-desc10
-rw-r--r--libraries/zope.component/zope.component.SlackBuild6
-rw-r--r--libraries/zope.component/zope.component.info6
3 files changed, 11 insertions, 11 deletions
diff --git a/libraries/zope.component/slack-desc b/libraries/zope.component/slack-desc
index 18e048045f..664cb94a17 100644
--- a/libraries/zope.component/slack-desc
+++ b/libraries/zope.component/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.component: zope.component (Zope Component Architecture)
diff --git a/libraries/zope.component/zope.component.SlackBuild b/libraries/zope.component/zope.component.SlackBuild
index 7b66e2cdd2..126e1d08f6 100644
--- a/libraries/zope.component/zope.component.SlackBuild
+++ b/libraries/zope.component/zope.component.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.component
-# 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.component
-VERSION=${VERSION:-3.12.1}
+VERSION=${VERSION:-4.0.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.component/zope.component.info b/libraries/zope.component/zope.component.info
index 0ff18a773c..f5466b1e58 100644
--- a/libraries/zope.component/zope.component.info
+++ b/libraries/zope.component/zope.component.info
@@ -1,8 +1,8 @@
PRGNAM="zope.component"
-VERSION="3.12.1"
+VERSION="4.0.2"
HOMEPAGE="http://pypi.python.org/pypi/zope.component/"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-3.12.1.zip"
-MD5SUM="ef29587b5fe78123d212b35331f3ce0d"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-4.0.2.tar.gz"
+MD5SUM="8c2fd4414ca23cbbe014dcaf911acebc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.event zope.interface"