From 57b70fd5dbb8a4830e04c071b3bc9752d6ea02c9 Mon Sep 17 00:00:00 2001 From: Mikko Värri Date: Mon, 4 Mar 2013 00:05:24 -0500 Subject: libraries/zope.security: Updated for version 4.0.0a4. Signed-off-by: dsomero --- libraries/zope.security/slack-desc | 10 +++++----- libraries/zope.security/zope.security.SlackBuild | 6 +++--- libraries/zope.security/zope.security.info | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'libraries/zope.security') 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" -- cgit v1.2.3