From 9587001745ede3c035281619226181198bf75f8e Mon Sep 17 00:00:00 2001 From: emmett1 Date: Wed, 2 May 2018 21:34:31 +0800 Subject: [PATCH] python3 3.6.4-2 --- core/python3/spkgbuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) mode change 100755 => 100644 core/python3/spkgbuild diff --git a/core/python3/spkgbuild b/core/python3/spkgbuild old mode 100755 new mode 100644 index c515d51ca..7553885a0 --- a/core/python3/spkgbuild +++ b/core/python3/spkgbuild @@ -3,8 +3,9 @@ name=python3 version=3.6.4 -release=1 +release=2 source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz) +md5sum=(1325134dd525b4a2c3272a1a0214dd54) build() { cd Python-$version @@ -14,7 +15,7 @@ build() { --enable-shared \ --with-system-expat \ --with-system-ffi \ - --with-ensurepip=yes + --without-ensurepip make make DESTDIR=$PKG install @@ -24,4 +25,4 @@ build() { rm $PKG/usr/bin/2to3 } -md5sum=(1325134dd525b4a2c3272a1a0214dd54) +