python rebuild

This commit is contained in:
Rmys
2022-04-23 22:49:01 +03:00
committed by GitHub
parent 25c68042e9
commit 52689b2969
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ def setup():
#shelltools.cd("..")
#os.system("echo -e '\033[0;36mBuilding OpenSSL\033[0m' ")
#shelltools.cd("openssl-1.1.1l")
#shelltools.cd("openssl-1.1.1n")
#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")
+9 -2
View File
@@ -14,7 +14,7 @@
<Description>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.</Description>
<Archive sha1sum="678d4cf483a1c92efd347ee8e1e79326dc82810b" type="tarxz">https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz</Archive>
<!-- <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-2.7.18">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive> -->
<Archive sha1sum="f8819dd31642eebea6cc1fa5c256fc9a4f40809b" type="targz" target="Python-2.7.18">https://www.openssl.org/source/openssl-1.1.1l.tar.gz</Archive>
<Archive sha1sum="4b0936dd798f60c97c68fc62b73033ecba6dfb0c" type="targz" target="Python-2.7.18">https://www.openssl.org/source/openssl-1.1.1n.tar.gz</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<!--<Dependency>tcl-devel</Dependency>-->
@@ -25,7 +25,7 @@
<Dependency>libffi-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency versionFrom="1.1.1l">openssl-devel</Dependency>
<Dependency versionFrom="1.1.1n">openssl-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency versionFrom="2.32">glibc-devel</Dependency>
<!-- Bootstrap -->
@@ -140,6 +140,13 @@
</Package>-->
<History>
<Update release="16">
<Date>2022-04-23</Date>-
<Version>2.7.18</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2022-01-18</Date>-
<Version>2.7.18</Version>