mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
Ports: Add initial Python 3.6 port
This port is experimental and not all pythom modules are working. But this is an initial shot which can be further worked on, as SerenityOS gets more mature. :^) The main limitation is that locales, threading and time related functions are not working.
This commit is contained in:
parent
e7affa24dc
commit
71823a6c49
8 changed files with 2349 additions and 0 deletions
11
Ports/python-3.6/package.sh
Executable file
11
Ports/python-3.6/package.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=python-3.6
|
||||
version=3.6
|
||||
workdir=Python-3.6.0
|
||||
useconfigure=true
|
||||
configopts="--build=i686 --without-threads --enable-optimizations"
|
||||
makeopts="-j$(nproc) build_all"
|
||||
installopts="-j$(nproc) build_all"
|
||||
files="https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz Python-3.6.0.tar.xz"
|
||||
|
||||
export CONFIG_SITE=$(pwd)/config.site
|
Loading…
Add table
Add a link
Reference in a new issue