summaryrefslogtreecommitdiffstats
path: root/libraries/zope.security
diff options
context:
space:
mode:
author Mikko Värri2013-03-04 06:05:24 +0100
committer dsomero2013-03-04 23:26:55 +0100
commit57b70fd5dbb8a4830e04c071b3bc9752d6ea02c9 (patch)
tree0bb7bb0adb325289247d41337195dc8616fdafd5 /libraries/zope.security
parent4827378ffd3949298c7519d82172530f10f775a2 (diff)
downloadslackbuilds-57b70fd5dbb8a4830e04c071b3bc9752d6ea02c9.tar.gz
libraries/zope.security: Updated for version 4.0.0a4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/zope.security')
-rw-r--r--libraries/zope.security/slack-desc10
-rw-r--r--libraries/zope.security/zope.security.SlackBuild6
-rw-r--r--libraries/zope.security/zope.security.info6
3 files changed, 11 insertions, 11 deletions
diff --git a/libraries/zope.security/slack-desc b/libraries/zope.security/slack-desc
index 490f0141e0..382898be12 100644
--- a/libraries/zope.security/slack-desc
+++ b/libraries/zope.security/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.security: zope.security (Zope Security Framework)
diff --git a/libraries/zope.security/zope.security.SlackBuild b/libraries/zope.security/zope.security.SlackBuild
index ad97a5de5e..ac2d656c47 100644
--- a/libraries/zope.security/zope.security.SlackBuild
+++ b/libraries/zope.security/zope.security.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.security
-# 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.security
-VERSION=${VERSION:-3.8.3}
+VERSION=${VERSION:-4.0.0a4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -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 README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/zope.security/zope.security.info b/libraries/zope.security/zope.security.info
index 2cc3051b42..0b6f733203 100644
--- a/libraries/zope.security/zope.security.info
+++ b/libraries/zope.security/zope.security.info
@@ -1,8 +1,8 @@
PRGNAM="zope.security"
-VERSION="3.8.3"
+VERSION="4.0.0a4"
HOMEPAGE="http://pypi.python.org/pypi/zope.security"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.security/zope.security-3.8.3.tar.gz"
-MD5SUM="0b4f0bec812ddd84e9e4ef427dadb889"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.security/zope.security-4.0.0a4.tar.gz"
+MD5SUM="a5f2f98cf15f7832cf220dfbd55c62ca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.configuration zope.location"