summaryrefslogtreecommitdiffstats
path: root/python/pytz
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-03-30 16:19:40 +0200
committer Robby Workman <rworkman@slackbuilds.org>2011-03-30 22:52:58 -0500
commit09d5f75042eae044bea7efedfa9da3d1bc77dce5 (patch)
tree1e4f99d325b97d0601f48ce4b94e3011b4be8ddf /python/pytz
parent0876b3a18af9212ee1ece32c34f6d10b272c03f0 (diff)
downloadslackbuilds-09d5f75042eae044bea7efedfa9da3d1bc77dce5.tar.gz
slackbuilds-09d5f75042eae044bea7efedfa9da3d1bc77dce5.tar.xz
python/pytz: Updated for version 2011d
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'python/pytz')
-rw-r--r--python/pytz/pytz.SlackBuild6
-rw-r--r--python/pytz/pytz.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/python/pytz/pytz.SlackBuild b/python/pytz/pytz.SlackBuild
index 27d8fb5cd5..b41160ed73 100644
--- a/python/pytz/pytz.SlackBuild
+++ b/python/pytz/pytz.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pytz
-# Copyright 2009 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pytz
-VERSION=2009n
+VERSION=2011d
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/python/pytz/pytz.info b/python/pytz/pytz.info
index 24ce6093c0..e876cb4cf0 100644
--- a/python/pytz/pytz.info
+++ b/python/pytz/pytz.info
@@ -1,8 +1,8 @@
PRGNAM="pytz"
-VERSION="2009n"
+VERSION="2011d"
HOMEPAGE="https://launchpad.net/pytz"
-DOWNLOAD="http://pypi.python.org/packages/source/p/pytz/pytz-2009n.tar.bz2"
-MD5SUM="7f069d7221bbe0a580c2300677e204ce"
+DOWNLOAD="http://pypi.python.org/packages/source/p/pytz/pytz-2011d.tar.bz2"
+MD5SUM="1710a2e1c2c38fd36d95d7b4c1e499c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"