diff --git a/system/base/python/actions.py b/system/base/python/actions.py index bb500aeb..3d7150d8 100644 --- a/system/base/python/actions.py +++ b/system/base/python/actions.py @@ -16,19 +16,19 @@ WorkDir = "Python-%s" % get.srcVERSION() PythonVersion = "2.7" def setup(): - shelltools.system("echo -e '\033[0;36mBuilding Bzip2\033[0m' ") - shelltools.makedirs("%s/temp/lib" %get.workDIR()) - shelltools.cd("bzip2-1.0.8") - autotools.make('CC=%s AR=%s RANLIB=%s CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC" libbz2.a' % (get.CC(), get.AR(), get.RANLIB(), get.CFLAGS())) - shelltools.system("cp libbz2.a %s/temp/lib/libbz2.a" % get.workDIR()) - shelltools.cd("..") - shelltools.system("echo -e '\033[0;36mBuilding OpenSSL\033[0m' ") + #shelltools.system("echo -e '\033[0;36mBuilding Bzip2\033[0m' ") + #shelltools.makedirs("%s/temp/lib" %get.workDIR()) + #shelltools.cd("bzip2-1.0.8") + #autotools.make('CC=%s AR=%s RANLIB=%s CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC" libbz2.a' % (get.CC(), get.AR(), get.RANLIB(), get.CFLAGS())) + #shelltools.system("cp libbz2.a %s/temp/lib/libbz2.a" % get.workDIR()) + #shelltools.cd("..") + #shelltools.system("echo -e '\033[0;36mBuilding OpenSSL\033[0m' ") - shelltools.cd("openssl-1.1.1g") - shelltools.system("./Configure --prefix=%s/temp --openssldir=%s/openssl/etc/ssl --libdir=lib no-shared enable-ec_nistp_64_gcc_128 linux-x86_64 -Wa,--noexecstack" %(get.workDIR(), get.workDIR())) - autotools.make() - autotools.make("install") - shelltools.cd("..") + #shelltools.cd("openssl-1.1.1g") + #shelltools.system("./Configure --prefix=%s/temp --openssldir=%s/openssl/etc/ssl --libdir=lib no-shared enable-ec_nistp_64_gcc_128 linux-x86_64 -Wa,--noexecstack" %(get.workDIR(), get.workDIR())) + #autotools.make() + #autotools.make("install") + #shelltools.cd("..") shelltools.system("echo -e '\033[0;36mBuilding Python\033[0m' ") @@ -45,8 +45,9 @@ def setup(): "_ctypes/libffi_osx","_ctypes/libffi","_ctypes/darwin"]: shelltools.unlinkDir("Modules/%s" % dir) - shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR()) - shelltools.export("LDFLAGS", "-L%s/temp/lib -lssl -lcrypto -lbz2 -lpthread -ldl" %get.workDIR()) + #shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR()) + #shelltools.export("LDFLAGS", "-L%s/temp/lib -lssl -lcrypto -lbz2 -lpthread -ldl" %get.workDIR()) + #shelltools.export("PKG_CONFIG_PATH", "-$PKG_CONFIG_PATH:%s/temp/lib/pkgconfig" %get.workDIR()) autotools.autoreconf("-vif") diff --git a/system/base/python/pspec.xml b/system/base/python/pspec.xml index d94db914..ea7fe0a9 100755 --- a/system/base/python/pspec.xml +++ b/system/base/python/pspec.xml @@ -1,5 +1,5 @@ - + python @@ -8,16 +8,15 @@ PisiLinux Community admins@pisilinux.org - programming.language PSF-2.2 app:console An interpreted, interactive, object-orientated programming language Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz - https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz - https://www.openssl.org/source/openssl-1.1.1g.tar.gz + - + bzip2 gdbm-devel zlib-devel @@ -26,7 +25,7 @@ libffi-devel sqlite-devel ncurses-devel - + openssl-devel readline-devel @@ -41,13 +40,12 @@ disable-egginfo.patch trfix_emaillib.patch - allowZip64.patch + allowZip64.patch python - An interpreted, interactive, object-orientated programming language gdbm zlib @@ -56,7 +54,7 @@ libffi sqlite ncurses - + openssl readline @@ -138,16 +136,9 @@ --> - - 2020-04-24 + + 2020-06-03- 2.7.18 - Patch version bump - Blue Devil - bluedevil@sctzine.com - - - 2019-10-25- - 2.7.17 Ver bump Idris Kalp idriskalp@gmail.com diff --git a/system/base/python/translations.xml b/system/base/python/translations.xml index 9dba69b3..7760b820 100644 --- a/system/base/python/translations.xml +++ b/system/base/python/translations.xml @@ -10,10 +10,9 @@ python-devel python için geliştirme dosyaları - python-devel, python için geliştime dosyaları içerir. - - \ No newline at end of file + + +