diff options
Diffstat (limited to 'python/python3/python3.SlackBuild')
-rw-r--r-- | python/python3/python3.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python/python3/python3.SlackBuild b/python/python3/python3.SlackBuild index 027473b36635c..c05273cd71dca 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: |