From 451bd8f37f88aa1d937de90a469205d98e763c4f Mon Sep 17 00:00:00 2001 From: Mikko Värri Date: Mon, 4 Mar 2013 00:05:20 -0500 Subject: libraries/zope.location: Updated for version 4.0.1. Signed-off-by: dsomero --- libraries/zope.location/slack-desc | 10 +++++----- libraries/zope.location/zope.location.SlackBuild | 8 ++++---- libraries/zope.location/zope.location.info | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'libraries/zope.location') diff --git a/libraries/zope.location/slack-desc b/libraries/zope.location/slack-desc index 70ac39560a..4598df2876 100644 --- a/libraries/zope.location/slack-desc +++ b/libraries/zope.location/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.location: zope.location (Zope Location) diff --git a/libraries/zope.location/zope.location.SlackBuild b/libraries/zope.location/zope.location.SlackBuild index 9e6a95cebe..b5190c2465 100644 --- a/libraries/zope.location/zope.location.SlackBuild +++ b/libraries/zope.location/zope.location.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zope.location -# Copyright 2011 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.location -VERSION=${VERSION:-3.9.1} +VERSION=${VERSION:-4.0.1} 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 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.location/zope.location.info b/libraries/zope.location/zope.location.info index 51b909032c..bf4199f98c 100644 --- a/libraries/zope.location/zope.location.info +++ b/libraries/zope.location/zope.location.info @@ -1,8 +1,8 @@ PRGNAM="zope.location" -VERSION="3.9.1" +VERSION="4.0.1" HOMEPAGE="http://pypi.python.org/pypi/zope.location" -DOWNLOAD="http://pypi.python.org/packages/source/z/zope.location/zope.location-3.9.1.tar.gz" -MD5SUM="1684a8f986099d15296f670c58e713d8" +DOWNLOAD="http://pypi.python.org/packages/source/z/zope.location/zope.location-4.0.1.zip" +MD5SUM="599938b93c2d3a2ac6187dd33d3bf565" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zope.schema zope.proxy zope.component" -- cgit v1.2.3-65-gdbad