summaryrefslogtreecommitdiffstats
path: root/development/zope.interface
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2013-03-04 00:05:19 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-03-04 17:26:56 -0500
commite36105664da15c95c3dc1884a80c1d2deeabf06a (patch)
treeef823fc2f5cd36d73b9fa578bbd39f9ed872ee9c /development/zope.interface
parentd469ffef4883b8d6e8669c315f62e17bf136d9a7 (diff)
downloadslackbuilds-e36105664da15c95c3dc1884a80c1d2deeabf06a.tar.gz
slackbuilds-e36105664da15c95c3dc1884a80c1d2deeabf06a.tar.xz
development/zope.interface: Updated for version 4.0.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/zope.interface')
-rw-r--r--development/zope.interface/slack-desc12
-rw-r--r--development/zope.interface/zope.interface.SlackBuild8
-rw-r--r--development/zope.interface/zope.interface.info6
3 files changed, 13 insertions, 13 deletions
diff --git a/development/zope.interface/slack-desc b/development/zope.interface/slack-desc
index 2bdb812a66..cc1bc91ebb 100644
--- a/development/zope.interface/slack-desc
+++ b/development/zope.interface/slack-desc
@@ -1,14 +1,14 @@
# 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.interface: zope.interface (Zope 3 Interface Infrastructure)
zope.interface:
-zope.interface: Interfaces are a mechanism for labeling objects as conforming to a
+zope.interface: Interfaces are a mechanism for labeling objects as conforming to a
zope.interface: given API or contract.
zope.interface:
zope.interface: Homepage: http://pypi.python.org/pypi/zope.interface/
diff --git a/development/zope.interface/zope.interface.SlackBuild b/development/zope.interface/zope.interface.SlackBuild
index 057dde22bf..d137e94bc8 100644
--- a/development/zope.interface/zope.interface.SlackBuild
+++ b/development/zope.interface/zope.interface.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.interface
-# 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.interface
-VERSION=${VERSION:-3.8.0}
+VERSION=${VERSION:-4.0.4}
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 . \
@@ -61,7 +61,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/zope.interface/zope.interface.info b/development/zope.interface/zope.interface.info
index 15076aff41..269bbb4bb3 100644
--- a/development/zope.interface/zope.interface.info
+++ b/development/zope.interface/zope.interface.info
@@ -1,8 +1,8 @@
PRGNAM="zope.interface"
-VERSION="3.8.0"
+VERSION="4.0.4"
HOMEPAGE="http://pypi.python.org/pypi/zope.interface/"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.interface/zope.interface-3.8.0.tar.gz"
-MD5SUM="8ab837320b4532774c9c89f030d2a389"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.0.4.zip"
+MD5SUM="b74c4da844e1f96b7e29f0324f14377d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="distribute"