Fredrik Fornwall
6c5b26e115
python: Update 2.7.10 to 2.7.11 and 3.5.0 to 3.5.1
9 years ago
Fredrik Fornwall
488acbe2bb
python: Add module dependencies
9 years ago
Fredrik Fornwall
4d384d7197
Prepare python2 for 64-bit builds
9 years ago
Fredrik Fornwall
fb8edfde9c
python2: Improve unicode support
Add --enable-unicode=ucs4 and note that langinfo.h exists. One
result is that sys.stdout.encoding now is UTF-8 instead of None,
which allows e.g. bpython to launch without messing with the
PYTHONIOENCODING environment variable (see #35 ).
9 years ago
Fredrik Fornwall
3152547b65
Fix python (and python2) syslog module
Since the syslog api is a wrapper around the native Android logging
system, we need to link the syslog module against liblog. Fixes #41 .
9 years ago
Fredrik Fornwall
2df87e72e2
Compile python as if link(2) is not available
From Android 6.0 on hard links are not permitted, so remove
link to force e.g. _vendor/lockfile/linklockfile.py to use
other mechanisms. Fixes #29 .
9 years ago
Fredrik Fornwall
670cdeeabc
python2: Fix C extension flags to not contain termux.spec
9 years ago
Fredrik Fornwall
58fd730b81
python2: Patch /bin/sh path in subprocess.py
This fixes #13 .
9 years ago
Fredrik Fornwall
9bcd2ca977
Add initial python2 package
9 years ago