Fredrik Fornwall
a578e0de71
python: Fix prerm trigger
...
The prerm trigger should clean up only when the package is being
uninstalled, not when updating.
2016-07-19 18:54:58 -04:00
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.
2016-07-04 18:18:29 -04:00
Fredrik Fornwall
cfd457dace
python2: Update from 2.7.11 to 2.7.12
2016-07-04 17:26:26 -04:00
Fredrik Fornwall
f4d0939e17
python: Build a working crypt module ( closes #230 )
2016-04-23 09:03:07 -04:00
Fredrik Fornwall
13a414dd30
libsqlite: Update for real
2016-02-29 02:19:10 -05:00
Fredrik Fornwall
3ea39a774c
python: Show that this is python 3 in description
2016-02-28 01:49:55 -05:00
Fredrik Fornwall
f3da7d340b
python: Ensure curses.panel module is built
2016-01-03 08:18:40 -05:00
Fredrik Fornwall
6c5b26e115
python: Update 2.7.10 to 2.7.11 and 3.5.0 to 3.5.1
2015-12-08 02:44:04 -05:00
Fredrik Fornwall
488acbe2bb
python: Add module dependencies
2015-12-02 13:29:44 -05:00
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 ).
2015-11-15 17:24:35 -05:00
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 .
2015-11-07 17:44:51 -05:00
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 .
2015-10-21 14:36:57 -04:00
Fredrik Fornwall
670cdeeabc
python2: Fix C extension flags to not contain termux.spec
2015-09-30 17:33:01 -04:00
Fredrik Fornwall
58fd730b81
python2: Patch /bin/sh path in subprocess.py
...
This fixes #13 .
2015-09-26 18:31:06 -04:00
Fredrik Fornwall
9bcd2ca977
Add initial python2 package
2015-09-16 21:08:59 -04:00