summaryrefslogtreecommitdiffstats
path: root/python/python3/python3.SlackBuild
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2014-03-13 08:31:46 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-03-21 13:01:14 -0500
commit9bca0cc4051527d29d06eef1106a21ab65c61de1 (patch)
tree8cb39dc8b774e59fb8acb8b80d97b939988842ce /python/python3/python3.SlackBuild
parent3e626757b35bce68e31ca25883b6dc0c77359787 (diff)
downloadslackbuilds-9bca0cc4051527d29d06eef1106a21ab65c61de1.tar.gz
slackbuilds-9bca0cc4051527d29d06eef1106a21ab65c61de1.tar.xz
python/python3: Updated for version 3.3.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3/python3.SlackBuild')
-rw-r--r--python/python3/python3.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/python/python3/python3.SlackBuild b/python/python3/python3.SlackBuild
index 027473b366..c05273cd71 100644
--- a/python/python3/python3.SlackBuild
+++ b/python/python3/python3.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3
-# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt>
# 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=python3
-VERSION=${VERSION:-3.3.3}
+VERSION=${VERSION:-3.3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -104,9 +104,12 @@ make altinstall DESTDIR=$PKG
( cd $PKG/usr/bin
ln -sf python3.3 python3
ln -sf python3.3*-config python3.3-config
+ ln -sf python3.3-config python3-config
ln -sf pydoc3.3 pydoc3
ln -sf pyvenv-3.3 pyvenv
ln -sf idle3.3 idle3
+ cd $PKG/usr/man/man1
+ ln -sf python3.3.1 python3.1
)
# We'll install the python-tools under site-packages: