summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2013-03-04 00:05:25 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-03-04 17:26:55 -0500
commitd469ffef4883b8d6e8669c315f62e17bf136d9a7 (patch)
treeed6bc02eb23641a0921dbbccd4598066283cf352
parent57b70fd5dbb8a4830e04c071b3bc9752d6ea02c9 (diff)
downloadslackbuilds-d469ffef4883b8d6e8669c315f62e17bf136d9a7.tar.gz
slackbuilds-d469ffef4883b8d6e8669c315f62e17bf136d9a7.tar.xz
development/zope.testing: Updated for version 4.1.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--development/zope.testing/slack-desc10
-rw-r--r--development/zope.testing/zope.testing.SlackBuild8
-rw-r--r--development/zope.testing/zope.testing.info6
3 files changed, 12 insertions, 12 deletions
diff --git a/development/zope.testing/slack-desc b/development/zope.testing/slack-desc
index f3cbe057e5..8686d35bc8 100644
--- a/development/zope.testing/slack-desc
+++ b/development/zope.testing/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.testing: zope.testing (Zope testing framework including the testrunner script)
diff --git a/development/zope.testing/zope.testing.SlackBuild b/development/zope.testing/zope.testing.SlackBuild
index 357f8af11e..fb3e8d7aea 100644
--- a/development/zope.testing/zope.testing.SlackBuild
+++ b/development/zope.testing/zope.testing.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.testing
-# 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.testing
-VERSION=${VERSION:-4.1.1}
+VERSION=${VERSION:-4.1.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
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+unzip $CWD/$PRGNAM-$VERSION.zip
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -58,7 +58,7 @@ find . \
python setup.py install --root=$PKG
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.testing/zope.testing.info b/development/zope.testing/zope.testing.info
index 4751797684..abceddad14 100644
--- a/development/zope.testing/zope.testing.info
+++ b/development/zope.testing/zope.testing.info
@@ -1,8 +1,8 @@
PRGNAM="zope.testing"
-VERSION="4.1.1"
+VERSION="4.1.2"
HOMEPAGE="http://www.python.org/pypi/zope.testing/"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.testing/zope.testing-4.1.1.tar.gz"
-MD5SUM="2e3829841090d6adff718b8b73c87b6b"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.testing/zope.testing-4.1.2.zip"
+MD5SUM="01c30c342c6a18002a762bd5d320a6e9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="distribute"