python3 3.8.6

This commit is contained in:
Idris Kalp
2020-10-22 00:06:38 +03:00
parent 888547d48a
commit 18e9e89463
2 changed files with 15 additions and 8 deletions
+6 -6
View File
@@ -9,12 +9,12 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
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 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("..")
pisitools.flags.add("-fwrapv")
+9 -2
View File
@@ -12,8 +12,8 @@
<License>custom</License>
<Summary>Next generation of the python high-level scripting language</Summary>
<Description>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.</Description>
<Archive sha1sum="68d6c7f948801cc755905162f5ee7589595edee4" type="tarxz">https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tar.xz</Archive>
<Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-3.8.5">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive>
<Archive sha1sum="6ee446eaacf901a3305565bd6569e2de135168e3" type="tarxz">https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tar.xz</Archive>
<!-- <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-3.8.5">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive> -->
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>xz-devel</Dependency>
@@ -128,6 +128,13 @@
</Package>
<History>
<Update release="12">
<Date>2020-10-22</Date>
<Version>3.8.6</Version>
<Comment>Version bump</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="11">
<Date>2020-10-19</Date>
<Version>3.8.5</Version>