libraries/zope.configuration: Updated for version 4.0.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Mikko Värri 2015-01-20 17:45:45 +07:00 committed by Willy Sudiarto Raharjo
parent 378dbb43b1
commit 0fd945e96e
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zope.configuration
VERSION=${VERSION:-4.0.2}
VERSION=${VERSION:-4.0.3}
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 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

View file

@ -1,8 +1,8 @@
PRGNAM="zope.configuration"
VERSION="4.0.2"
VERSION="4.0.3"
HOMEPAGE="http://pypi.python.org/pypi/zope.configuration"
DOWNLOAD="http://pypi.python.org/packages/source/z/zope.configuration/zope.configuration-4.0.2.tar.gz"
MD5SUM="40b3c7ad0b748ede532d8cfe2544e44e"
DOWNLOAD="http://pypi.python.org/packages/source/z/zope.configuration/zope.configuration-4.0.3.tar.gz"
MD5SUM="d85ff342b524bfa819916632d5ef096a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.i18nmessageid zope.schema"