python3 libffi icu4c boost rebuild list
This commit is contained in:
@@ -39,10 +39,10 @@ def install():
|
||||
shelltools.makedirs("%s/usr" % get.installDIR())
|
||||
folders = ("tkinter", "turtledemo", "idlelib")
|
||||
for i in folders:
|
||||
pisitools.domove("/temp/lib/python3.9/%s" % i, "/usr/lib/python3.9")
|
||||
pisitools.domove("/temp/lib/python3.9/lib-dynload/_tkinter.cpython-39-x86_64-linux-gnu.so", "/usr/lib/python3.9/lib-dynload")
|
||||
pisitools.domove("/temp/lib/python3.11/%s" % i, "/usr/lib/python3.11")
|
||||
pisitools.domove("/temp/lib/python3.11/lib-dynload/_tkinter.cpython-311-x86_64-linux-gnu.so", "/usr/lib/python3.11/lib-dynload")
|
||||
pisitools.domove("/temp/bin/idle3*", "/usr/bin/")
|
||||
|
||||
shelltools.system("sed -i 's/temp/usr/g' %s/usr/bin/idle3.9" % get.installDIR())
|
||||
shelltools.system("sed -i 's/temp/usr/g' %s/usr/bin/idle3.11" % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/temp")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<PartOf>programming.language</PartOf>
|
||||
<Summary>An Integrated Development Environment for Python</Summary>
|
||||
<Description>An Integrated Development Environment for Python</Description>
|
||||
<Archive sha1sum="19acd6a341e4f2d7ff97c10c2eada258e9898624" type="tarxz">https://www.python.org/ftp/python/3.9.16/Python-3.9.16.tar.xz</Archive>
|
||||
<Archive sha1sum="932f9833ee6d70a530a21d7c12c490a42c8b1574" type="tarxz">https://www.python.org/ftp/python/3.11.6/Python-3.11.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<!--<Dependency>valgrind</Dependency> -->
|
||||
<Dependency>bzip2</Dependency>
|
||||
@@ -49,8 +49,8 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*/tkinter</Path>
|
||||
<Path fileType="library" permanent="0">/usr/lib/python3.9/turtledemo</Path>
|
||||
<Path fileType="library">/usr/lib/python3.9/lib-dynload/_tkinter.cpython-39-x86_64-linux-gnu.so</Path>
|
||||
<Path fileType="library" permanent="0">/usr/lib/python3*/turtledemo</Path>
|
||||
<Path fileType="library">/usr/lib/python3.9/lib-dynload/_tkinter.cpython-311-x86_64-linux-gnu.so</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -77,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2023-10-18</Date>
|
||||
<Version>3.11.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2023-01-29</Date>
|
||||
<Version>3.9.16</Version>
|
||||
|
||||
Reference in New Issue
Block a user