Fredrik Fornwall
a31d24ecfa
python: Update from 3.6.3 to 3.6.4
7 years ago
Fredrik Fornwall
e85edee608
python: Fix build for x86_64 with NDK r16
7 years ago
Fredrik Fornwall
30a216cb01
python: Update from 3.6.2 to 3.6.3
7 years ago
Leonid Plyushch
c6f89a7b49
python: fix hardcoded paths
7 years ago
Fredrik Fornwall
0bb0e20a36
Rebuild packages linking against libintl.so
The libintl.so library was a symlink to libandroid-support. We
now provide the functions inline in libintl.h so libintl.so has
been removed.
Fixes #1283 .
7 years ago
its-pointless
aa605e8901
put shebang in scripts
7 years ago
Fredrik Fornwall
3efec446dd
python: Enable --enable-loadable-sqlite-extensions
8 years ago
Fredrik Fornwall
b1f6407cde
python: Fix 32-bit builds
8 years ago
Fredrik Fornwall
e51e15f4db
python: Update from 3.6.1 to 3.6.2
8 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
62d73a31dd
python: Restore CCSHARED="-fPIC" for Android
Fixes "unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC"
on arm.
8 years ago
Fredrik Fornwall
0a1ce09534
python: Update from 3.6.0 to 3.6.1
8 years ago
Fredrik Fornwall
72f69cdc35
Use termux_error_exit in more cases
8 years ago
Fredrik Fornwall
206d821d87
python3: Fix build with clang for real
8 years ago
Fredrik Fornwall
96decc21cb
python: Fix build issue when using clang
8 years ago
Fredrik Fornwall
449d39d04a
python: Update from 3.5 to 3.6
8 years ago
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
8 years ago
Fredrik Fornwall
2b0e9dc9e2
Fix build of python after build-package.sh rewrite
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
32ef012d3c
python: Do not remove bin/python*-config
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
e229609ba1
python: Update from 3.5.1 to 3.5.2
The local fileutils.c patch can now be removed as it has been
merged upstream:
35003947f3
9 years ago
Fredrik Fornwall
5d4f5d9362
python: set ac_cv_posix_semaphores_enabled=no
9 years ago
Fredrik Fornwall
8f19a179fe
python: Rebuild with sqlite3 module for i686
Also add tests that desired modules are built to avoid packaging
errors. Fixes #284 .
9 years ago
Fredrik Fornwall
82fa510263
python: Bump build revision after ioctl fix
9 years ago
Fredrik Fornwall
6945bd1ee2
python: float=hard -> float=softfp for arm
9 years ago
Michał Bednarski
5b5125f332
python: Make os.set_inheritable work on sockets
As SELinux policy disallows ioctl on sockets we have to fall back
to fcntl on EACCES
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
f16ed1269b
python: Keep pyvenv. Fixes #83 .
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
89a13ec524
python: $PREFIX/bin/sh instead of /system/bin/sh
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
55af4ded25
python: Fix dlfcn patch for 64 bit
9 years ago
Fredrik Fornwall
343a9157bb
python: Show pip install progress
9 years ago
Fredrik Fornwall
3cea6702d5
python: Add ac_cv_func_gethostbyname_r=no as configure arg
9 years ago
Fredrik Fornwall
8bdc9f3a8f
python: Update to 3.5.0
9 years ago
Fredrik Fornwall
d519a96dc8
python: Cleanup build
9 years ago
Fredrik Fornwall
204d1f9a7f
python: gethostbyaddr_r exists in bionic nowadays
9 years ago
Fredrik Fornwall
b672d699ec
python: Drop old patch
9 years ago
Fredrik Fornwall
ea46e793ed
python: Remove __pycache__ directories from package
10 years ago
Fredrik Fornwall
ae85ec31ef
Fix installing pip packages containing C code
A test case is to install dependencies:
$ apt install gcc python-dev libgmp-dev libmpfr-dev libmpc-dev
and then install gmpy2:
$ pip install gmpy2
Thanks +Rick Gutleber for the heads up!
10 years ago