summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mikko Värri2013-03-04 06:05:17 +0100
committer dsomero2013-03-04 23:26:54 +0100
commitdb281a023daf9bdb78066d9bdaefce02fad4d3e3 (patch)
tree8c5aa30c28482a0f2ff02ceab7959d549d36b6df /libraries
parentc099ae55c1c7be8a07943834979773599a7d8b23 (diff)
downloadslackbuilds-db281a023daf9bdb78066d9bdaefce02fad4d3e3.tar.gz
libraries/zope.i18nmessageid: Updated for version 4.0.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/zope.i18nmessageid/slack-desc10
-rw-r--r--libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild6
-rw-r--r--libraries/zope.i18nmessageid/zope.i18nmessageid.info8
3 files changed, 12 insertions, 12 deletions
diff --git a/libraries/zope.i18nmessageid/slack-desc b/libraries/zope.i18nmessageid/slack-desc
index bdf25ecd44..10a232dccd 100644
--- a/libraries/zope.i18nmessageid/slack-desc
+++ b/libraries/zope.i18nmessageid/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.i18nmessageid: zope.i18nmessageid (Message Identifiers for internationalization)
diff --git a/libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild b/libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild
index cbba173c6d..a0da5917a1 100644
--- a/libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild
+++ b/libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.i18nmessageid
-# 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.i18nmessageid
-VERSION=${VERSION:-3.6.1}
+VERSION=${VERSION:-4.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,7 +57,7 @@ find . \
python setup.py install --root=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/libraries/zope.i18nmessageid/zope.i18nmessageid.info b/libraries/zope.i18nmessageid/zope.i18nmessageid.info
index d65ddca627..95ed0adb70 100644
--- a/libraries/zope.i18nmessageid/zope.i18nmessageid.info
+++ b/libraries/zope.i18nmessageid/zope.i18nmessageid.info
@@ -1,10 +1,10 @@
PRGNAM="zope.i18nmessageid"
-VERSION="3.6.1"
+VERSION="4.0.2"
HOMEPAGE="http://pypi.python.org/pypi/zope.i18nmessageid"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-3.6.1.tar.gz"
-MD5SUM="6716cd769c006b5e90af030f83592600"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-4.0.2.tar.gz"
+MD5SUM="c4550f7a0b4a736186e6e0fa3b2471f7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pysetuptools"
+REQUIRES="distribute"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"