summaryrefslogtreecommitdiffstats
path: root/python/python3
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
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')
-rw-r--r--python/python3/patches/python3.no-static-library.diff8
-rw-r--r--python/python3/python3.SlackBuild7
-rw-r--r--python/python3/python3.info10
3 files changed, 14 insertions, 11 deletions
diff --git a/python/python3/patches/python3.no-static-library.diff b/python/python3/patches/python3.no-static-library.diff
index fa28c0d615..2bb1afccf3 100644
--- a/python/python3/patches/python3.no-static-library.diff
+++ b/python/python3/patches/python3.no-static-library.diff
@@ -1,6 +1,6 @@
-diff -uar Python-3.3.3.orig/Makefile.pre.in Python-3.3.3/Makefile.pre.in
---- Python-3.3.3.orig/Makefile.pre.in 2013-11-17 09:22:55.000000000 +0200
-+++ Python-3.3.3/Makefile.pre.in 2013-12-29 13:38:17.787830460 +0200
+diff -uar Python-3.3.5.orig/Makefile.pre.in Python-3.3.5/Makefile.pre.in
+--- Python-3.3.5.orig/Makefile.pre.in 2014-03-09 10:40:23.000000000 +0200
++++ Python-3.3.5/Makefile.pre.in 2014-03-12 22:42:27.614023691 +0200
@@ -475,7 +475,7 @@
@@ -38,7 +38,7 @@ diff -uar Python-3.3.3.orig/Makefile.pre.in Python-3.3.3/Makefile.pre.in
$(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
############################################################################
-@@ -1197,18 +1185,6 @@
+@@ -1200,18 +1188,6 @@
else true; \
fi; \
done
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:
diff --git a/python/python3/python3.info b/python/python3/python3.info
index ed180121bf..33779d1da4 100644
--- a/python/python3/python3.info
+++ b/python/python3/python3.info
@@ -1,10 +1,10 @@
PRGNAM="python3"
-VERSION="3.3.3"
+VERSION="3.3.5"
HOMEPAGE="http://python.org/"
-DOWNLOAD="http://python.org/ftp/python/3.3.3/Python-3.3.3.tar.xz \
- http://python.org/ftp/python/doc/3.3.3/python-3.3.3-docs-html.tar.bz2"
-MD5SUM="4ca001c5586eb0744e3174bc75c6fba8 \
- ed20d57923a9f76f62f6122aa12be08f"
+DOWNLOAD="http://python.org/ftp/python/3.3.5/Python-3.3.5.tar.xz \
+ http://python.org/ftp/python/doc/3.3.5/python-3.3.5-docs-html.tar.bz2"
+MD5SUM="b2a4df195d934e5b229e8328ca864960 \
+ 71495f2214dc43a7c24d9a562f45b5ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""