python:ver bump

This commit is contained in:
blue-devil
2020-04-23 23:03:09 +03:00
parent 8accbf9505
commit 5f106e3363
3 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ def setup():
shelltools.cd("..")
shelltools.system("echo -e '\033[0;36mBuilding OpenSSL\033[0m' ")
shelltools.cd("openssl-1.1.1e")
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")
+19 -10
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python</Name>
@@ -8,15 +8,16 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language</PartOf>
<License>PSF-2.2</License>
<IsA>app:console</IsA>
<Summary>An interpreted, interactive, object-orientated programming language</Summary>
<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="dc5784d11d09c29fbf3fc155e2f242b3d3309454" type="tarxz">https://www.python.org/ftp/python/2.7.17/Python-2.7.17.tar.xz</Archive>
<Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-2.7.17">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive>
<Archive sha1sum="e7105567d3e7e6353a0110f1adc81f69dbc8f732" type="targz" target="Python-2.7.17">https://www.openssl.org/source/openssl-1.1.1e.tar.gz</Archive>
<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="b213a293f2127ec3e323fb3cfc0c9807664fd997" type="targz" target="Python-2.7.18">https://www.openssl.org/source/openssl-1.1.1g.tar.gz</Archive>
<BuildDependencies>
<!-- <Dependency>bzip2</Dependency> -->
<!--<Dependency>bzip2</Dependency> -->
<!--<Dependency>tcl-devel</Dependency>-->
<Dependency>gdbm-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -25,7 +26,7 @@
<Dependency>libffi-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<!-- <Dependency>openssl-devel</Dependency> -->
<!--<Dependency>openssl-devel</Dependency>-->
<Dependency>readline-devel</Dependency>
<!-- Bootstrap -->
<!-- Comment these deps when bootstrapping -->
@@ -40,12 +41,13 @@
<Patch level="1">disable-egginfo.patch</Patch>
<!-- some Turkish locale fixes, usually caused by tolower() -->
<Patch level="1">trfix_emaillib.patch</Patch>
<Patch level="1">allowZip64.patch</Patch>
<Patch level="1">allowZip64.patch</Patch>
</Patches>
</Source>
<Package>
<Name>python</Name>
<Summary>An interpreted, interactive, object-orientated programming language</Summary>
<RuntimeDependencies>
<Dependency>gdbm</Dependency>
<Dependency>zlib</Dependency>
@@ -54,7 +56,7 @@
<Dependency>libffi</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>ncurses</Dependency>
<!-- <Dependency>openssl</Dependency> -->
<!--<Dependency>openssl</Dependency>-->
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
@@ -136,7 +138,14 @@
</Package>-->
<History>
<Update release="6">
<Update release="7">
<Date>2020-04-23</Date>
<Version>2.7.18</Version>
<Comment>Patch version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2019-10-25</Date>-
<Version>2.7.17</Version>
<Comment>Ver bump</Comment>
@@ -179,4 +188,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
+4 -4
View File
@@ -10,9 +10,10 @@
<Package>
<Name>python-devel</Name>
<Summary xml:lang="tr">python için geliştirme dosyaları</Summary>
<Description xml:lang="tr">python-devel, python için geliştime dosyaları içerir.</Description>
</Package>
<Package>
<!--<Package>
<Name>python-tk</Name>
<Summary xml:lang="tr">Tk için Python modülleri</Summary>
</Package>
@@ -20,6 +21,5 @@
<Package>
<Name>idle</Name>
<Summary xml:lang="tr">Python için Tümleşik Geliştirme Ortamı</Summary>
</Package>
</PISI>
</Package>-->
</PISI>