From 2a25a28ff8ab749cdcc53fbf818925defa839e61 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 28 Mar 2020 02:26:26 +0300 Subject: [PATCH] python3:ver bump and translations --- system/base/python3/actions.py | 3 ++- system/base/python3/pspec.xml | 35 +++++++++++++++++----------- system/base/python3/translations.xml | 14 +++++++++++ 3 files changed, 38 insertions(+), 14 deletions(-) create mode 100644 system/base/python3/translations.xml diff --git a/system/base/python3/actions.py b/system/base/python3/actions.py index 36c42ec9..fac6a566 100644 --- a/system/base/python3/actions.py +++ b/system/base/python3/actions.py @@ -30,7 +30,8 @@ def setup(): shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR()) shelltools.export("LDFLAGS", "-L%s/temp/lib -lbz2 -lpthread -ldl" %get.workDIR()) - + # fix unused direct dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") autotools.rawConfigure("\ --prefix=/usr \ --enable-shared \ diff --git a/system/base/python3/pspec.xml b/system/base/python3/pspec.xml index b98d505a..0673a76f 100644 --- a/system/base/python3/pspec.xml +++ b/system/base/python3/pspec.xml @@ -1,5 +1,5 @@ - + python3 @@ -8,20 +8,20 @@ PisiLinux Community admins@pisilinux.org - custom programming.language + custom Next generation of the python high-level scripting language - Next generation of the python high-level scripting language - https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tar.xz - https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz + Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. + https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tar.xz + https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz - + bzip2 xz-devel - + gdbm-devel zlib-devel - + expat-devel libffi-devel sqlite-devel @@ -31,13 +31,14 @@ mpdecimal-devel - - 0001-compileall-Fix-ddir-when-recursing.patch + + 0001-compileall-Fix-ddir-when-recursing.patch python3 + Next generation of the python high-level scripting language xz gdbm @@ -114,6 +115,7 @@ python3-devel + Development headers for the python3. python3 @@ -124,14 +126,21 @@ - + + 2020-03-28 + 3.8.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + 2019-12-23 3.8.1 Version bump Idris Kalp idriskalp@gmail.com - + 2019-12-10 3.8.0 Version bump @@ -181,4 +190,4 @@ marcin@pisilinux.org - + \ No newline at end of file diff --git a/system/base/python3/translations.xml b/system/base/python3/translations.xml new file mode 100644 index 00000000..914e816a --- /dev/null +++ b/system/base/python3/translations.xml @@ -0,0 +1,14 @@ + + + + python3 + Python3, gelecek nesil üst seviye betik programlama dili. + Python3 kod okuma rahatlığı ile tasarlanmış, erişilebilir, yüksek seviyeli, dinamik, yorumlamalı programlama dilidir. Python3 kapsamlı standart kütüphanesi ile beraber gelmekte ve üçüncü parti kitaplıkların kolay bütünleştirilmesine olanak tanıyan yapısıylar en hızlı ve dinamik yaorumlamalı dillerden biri olmaktadır. + + + + python3-devel + Python3 için geliştime dosyaları + python3-devel, python3 için geliştime dosyaları içerir. + + \ No newline at end of file