diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-12-14 22:27:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:25:20 +0700 |
commit | 87c3ea0a1d508f53823e3f9e993e67d5987fc400 (patch) | |
tree | 64e4e38da2705427b018e04822100d755fc76408 /python/python3/python3.SlackBuild | |
parent | 6ae61baf66b3fd27c586977298ce0fb8690e5a39 (diff) | |
download | slackbuilds-87c3ea0a1d508f53823e3f9e993e67d5987fc400.tar.gz |
python/python3: Updated for version 3.5.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/python3/python3.SlackBuild')
-rw-r--r-- | python/python3/python3.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/python3/python3.SlackBuild b/python/python3/python3.SlackBuild index 3a8a1a889a..6841db8685 100644 --- a/python/python3/python3.SlackBuild +++ b/python/python3/python3.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3 -VERSION=${VERSION:-3.5.0} +VERSION=${VERSION:-3.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,9 +84,6 @@ sed -i '1s|^#.*/usr/local/bin/python|#!/usr/bin/python3|' Lib/cgi.py # install pip anyway. sed -i 's|\("install",\)|\1 "--ignore-installed",|' Lib/ensurepip/__init__.py -# Fix the SO for --extension-suffix in python3-config. -sed -i 's|@SO@|@EXT_SUFFIX@|' Misc/python-config.sh.in - chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |