python3-*
This commit is contained in:
@@ -42,14 +42,14 @@ def install():
|
||||
|
||||
shelltools.makedirs("%s/usr" % get.installDIR())
|
||||
|
||||
pisitools.domove("/temp/lib/python3.8/tkinter", "/usr/lib/python3.8")
|
||||
pisitools.domove("/temp/lib/python3.8/lib-dynload/_tkinter.cpython-38-x86_64-linux-gnu.so", "/usr/lib/python3.8/lib-dynload")
|
||||
pisitools.domove("/temp/lib/python3.8/turtledemo", "/usr/lib/python3.8")
|
||||
pisitools.domove("/temp/lib/python3.9/tkinter", "/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.9/turtledemo", "/usr/lib/python3.9")
|
||||
pisitools.domove("/temp/bin/idle3*", "/usr/bin/")
|
||||
pisitools.domove("/temp/lib/python3.8/idlelib", "/usr/lib/python3.8")
|
||||
pisitools.domove("/temp/lib/python3.9/idlelib", "/usr/lib/python3.9")
|
||||
|
||||
shelltools.system("sed -i 's/temp/usr/g' %s/usr/bin/idle3.8" % get.installDIR())
|
||||
shelltools.system("sed -i 's/temp/usr/g' %s/usr/bin/idle3.9" % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/temp")
|
||||
#pisitools.remove("/usr/bin/2to3")
|
||||
#pisitools.dodoc("LICENSE", "README.*")
|
||||
#pisitools.dodoc("LICENSE", "README.*")
|
||||
|
||||
@@ -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="7643eccc15f5606bd0dc04affc7ea901e417165d" type="tarxz">https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tar.xz</Archive>
|
||||
<Archive sha1sum="05826c93a178872958f6685094ee3514e53ba653" type="tarxz">https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<!--<Dependency>valgrind</Dependency> -->
|
||||
<Dependency>bzip2</Dependency>
|
||||
@@ -31,13 +31,8 @@
|
||||
<Dependency>mpdecimal-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">gentoo/0001-Install-libpythonX.Y.a-in-usr-lib-instead-of-usr-lib.patch</Patch>
|
||||
<Patch level="1">gentoo/0004-setup.py-exit-with-non-zero-status-on-failure.patch</Patch>
|
||||
<Patch level="1">gentoo/0005-Improve-distutils-C-support.patch</Patch>
|
||||
<Patch level="1">gentoo/0006-h2py-use-binary-I-O-to-avoid-encoding-issues.patch</Patch>
|
||||
<Patch level="1">gentoo/0008-distutils-make-OO-enable-both-opt-1-and-opt-2-optimi.patch</Patch>
|
||||
<Patch level="1">gentoo/0016-bpo-43650-Fix-MemoryError-on-zip.read-in-shutil._unp.patch</Patch>
|
||||
<Patch level="1">gentoo/0017-bpo-43998-Default-to-TLS-1.2-and-increase-cipher-sui.patch</Patch>
|
||||
<!--<Patch level="1">dont-make-libpython-readonly.patch</Patch>
|
||||
<Patch level="1">0001-compileall-Fix-ddir-when-recursing.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -49,12 +44,12 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tcl</Dependency>
|
||||
<Dependency>tcltk</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency version="current">python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*/tkinter</Path>
|
||||
<Path fileType="library" permanent="0">/usr/lib/python3.8/turtledemo</Path>
|
||||
<Path fileType="library">/usr/lib/python3.8/lib-dynload/_tkinter.cpython-38-x86_64-linux-gnu.so</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>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -81,26 +76,12 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2021-10-18</Date>
|
||||
<Version>3.8.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2021-10-18</Date>
|
||||
<Version>3.8.11</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2021-10-15</Date>
|
||||
<Version>3.8.9</Version>
|
||||
<Comment>fix typo</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
<Date>2021-08-07</Date>
|
||||
<Version>3.9.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2021-05-20</Date>
|
||||
|
||||
Reference in New Issue
Block a user