mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-29 03:46:50 +00:00
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.
12 lines
360 B
Bash
Executable File
12 lines
360 B
Bash
Executable File
#!/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
|