Commit Graph

24 Commits

Author SHA1 Message Date
Fredrik Fornwall 5d4f5d9362 python: set ac_cv_posix_semaphores_enabled=no 2016-06-06 19:28:22 -04:00
Fredrik Fornwall 8f19a179fe python: Rebuild with sqlite3 module for i686
Also add tests that desired modules are built to avoid packaging
errors. Fixes #284.
2016-05-23 02:02:39 -04:00
Fredrik Fornwall 82fa510263 python: Bump build revision after ioctl fix 2016-05-18 20:03:21 -04:00
Fredrik Fornwall 6945bd1ee2 python: float=hard -> float=softfp for arm 2016-05-18 18:49:44 -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 f16ed1269b python: Keep pyvenv. Fixes #83. 2015-12-09 07:33:59 -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 89a13ec524 python: $PREFIX/bin/sh instead of /system/bin/sh 2015-12-02 05:55:58 -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 343a9157bb python: Show pip install progress 2015-09-17 10:52:37 -04:00
Fredrik Fornwall 3cea6702d5 python: Add ac_cv_func_gethostbyname_r=no as configure arg 2015-09-15 11:30:32 -04:00
Fredrik Fornwall 8bdc9f3a8f python: Update to 3.5.0 2015-09-14 20:24:58 -04:00
Fredrik Fornwall d519a96dc8 python: Cleanup build 2015-08-25 17:51:02 -04:00
Fredrik Fornwall 204d1f9a7f python: gethostbyaddr_r exists in bionic nowadays 2015-08-25 17:33:16 -04:00
Fredrik Fornwall ea46e793ed python: Remove __pycache__ directories from package 2015-08-11 20:40:31 -04:00
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!
2015-07-24 20:18:52 -04:00
Fredrik Fornwall 4413a3b8e2 python: Install pip 2015-07-22 21:46:33 -04:00
Fredrik Fornwall e7fcdfa2bb Remove broken WIFCONTINUED macro
Bump build revision on affected packages.
2015-07-11 17:16:59 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00