Tom Yan
259ed508ea
python2: fix cache cleanup command
python2 does not produce __pycache__ directories but only *.pyc
files.
7 years ago
Tom Yan
77d28c1316
python(2): remove easy_install in prerm
7 years ago
Fredrik Fornwall
7a2d022080
python2: Update from 2.7.14 to 2.7.15
7 years ago
Fredrik Fornwall
8dc5d78a4f
python: Fix "rounding errors"
By @its-pointless (great work!). Fixes #2236 .
7 years ago
Fredrik Fornwall
4ef62d9065
Rebuild gdbm-using packages
gdbm 14.4.1 bumped the library version.
7 years ago
Fredrik Fornwall
e85edee608
python: Fix build for x86_64 with NDK r16
7 years ago
Sayem Chowdhury
af69ad9527
python2: Update from 2.7.13 to 2.7.14 ( #1636 )
7 years ago
Leonid Plyushch
ab159e1f17
python2: fix hardcoded paths
7 years ago
its-pointless
aa605e8901
put shebang in scripts
7 years ago
Fredrik Fornwall
2f122eed3e
Remove TERMUX_TAR and TERMUX_TOUCH
These can be removed now that OS X is not supported directly (OS X
users can still use Docker to build though).
Fixes #936 .
8 years ago
Fredrik Fornwall
6a3364bfc1
Use termux_error_exit
8 years ago
Fredrik Fornwall
b8352277e3
Use more source checksums
8 years ago
Fredrik Fornwall
9760338bc2
python: Fix build with clang for real
8 years ago
Fredrik Fornwall
5631d5a23d
python2: Fix issues when building with clang
8 years ago
Fredrik Fornwall
2b0e9dc9e2
Fix build of python after build-package.sh rewrite
8 years ago
Fredrik Fornwall
3da0288bb3
python2: Update from 2.7.12 to 2.7.13
8 years ago
Fredrik Fornwall
bbe295173d
python&python2: Do not disable ipv6 support
Fixes #573 .
8 years ago
Fredrik Fornwall
a9e7faf25c
Bump some build revisions for rebuild with ELF fix
8 years ago
Fredrik Fornwall
83d11d6e04
Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
8 years ago
Fredrik Fornwall
b2a8800c2c
python&python2: Fix PATH handling
After changes to build-package.sh the PATH setup in python&python2
caused the toolchain strip not to be found, causing broken binaries
due to non-stripped elf symbol versioning.
Fixes #460 .
8 years ago
Fredrik Fornwall
a578e0de71
python: Fix prerm trigger
The prerm trigger should clean up only when the package is being
uninstalled, not when updating.
9 years ago
Fredrik Fornwall
315a0ef6f9
python: Better cleanup of __pycache__ folders
Fixes #87 , so future updates of the python package should not
require ranger having to be re-installed.
9 years ago
Fredrik Fornwall
cfd457dace
python2: Update from 2.7.11 to 2.7.12
9 years ago
Fredrik Fornwall
f4d0939e17
python: Build a working crypt module ( closes #230 )
9 years ago
Fredrik Fornwall
13a414dd30
libsqlite: Update for real
9 years ago
Fredrik Fornwall
3ea39a774c
python: Show that this is python 3 in description
9 years ago
Fredrik Fornwall
f3da7d340b
python: Ensure curses.panel module is built
9 years ago
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