From 9bca0cc4051527d29d06eef1106a21ab65c61de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Thu, 13 Mar 2014 08:31:46 +0700 Subject: python/python3: Updated for version 3.3.5. Signed-off-by: Willy Sudiarto Raharjo --- python/python3/python3.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'python/python3/python3.SlackBuild') 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 +# Copyright 2012-2014 Audrius Kažukauskas # 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: -- cgit v1.2.3