libraries/zope.security: Updated for version 4.0.0a4.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2013-03-04 00:05:24 -05:00 committed by dsomero
parent 4827378ffd
commit 57b70fd5db
3 changed files with 11 additions and 11 deletions

View file

@ -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)

View file

@ -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

View file

@ -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"