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 Communityadmins@pisilinux.org
- customprogramming.language
+ customNext 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
-
+
bzip2xz-devel
-
+
gdbm-develzlib-devel
-
+
expat-devellibffi-develsqlite-devel
@@ -31,13 +31,14 @@
mpdecimal-devel
-
- 0001-compileall-Fix-ddir-when-recursing.patch
+
+ 0001-compileall-Fix-ddir-when-recursing.patchpython3
+ Next generation of the python high-level scripting languagexzgdbm
@@ -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-233.8.1Version bumpIdris Kalpidriskalp@gmail.com
-
+ 2019-12-103.8.0Version 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