Jelajahi Sumber

python3: update to 3.6.4

Waldemar Brodkorb 6 tahun lalu
induk
melakukan
48e575ce1a
2 mengubah file dengan 2 tambahan dan 13 penghapusan
  1. 2 2
      package/python3/Makefile
  2. 0 11
      package/python3/patches/patch-setup_py

+ 2 - 2
package/python3/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		python3
-PKG_VERSION:=		3.6.0
+PKG_VERSION:=		3.6.4
 PKG_RELEASE:=		1
-PKG_HASH:=		b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622
+PKG_HASH:=		159b932bf56aeaa76fd66e7420522d8c8853d486b8567c459b84fe2ed13bcaba
 PKG_DESCR:=		python3 scripting language
 PKG_SECTION:=		dev/lang
 PKG_DEPENDS:=		libffi

+ 0 - 11
package/python3/patches/patch-setup_py

@@ -1,11 +0,0 @@
---- Python-3.6.0.orig/setup.py	2016-12-23 03:21:22.000000000 +0100
-+++ Python-3.6.0/setup.py	2017-05-10 17:22:50.000000000 +0200
-@@ -532,7 +532,7 @@ class PyBuildExt(build_ext):
-                     for directory in reversed(options.dirs):
-                         add_dir_to_list(dir_list, directory)
- 
--        if os.path.normpath(sys.base_prefix) != '/usr' \
-+        if not cross_compiling and os.path.normpath(sys.base_prefix) != '/usr' \
-                 and not sysconfig.get_config_var('PYTHONFRAMEWORK'):
-             # OSX note: Don't add LIBDIR and INCLUDEDIR to building a framework
-             # (PYTHONFRAMEWORK is set) to avoid # linking problems when