Commit graph

11 commits

Author SHA1 Message Date
Akinwale Ariwodola 6689f1a3d0 don't copy Android.mk for openssl recipe if it already exists 2021-08-22 09:23:45 +01:00
Akinwale Ariwodola 9d94a8fed5 fix sqlite3 includes in python3 recipe 2021-08-22 08:04:55 +01:00
Akinwale Ariwodola e72071fc3f openssl==1.1.1k, sqlite3==3.36.0 2021-08-22 07:45:58 +01:00
Akinwale Ariwodola 8aa68d6d8e add _xxsubinterpreters module to Python config.c 2021-08-21 13:41:24 +01:00
Akinwale Ariwodola a4eadd32c8 add missing C files to makefile 2021-08-21 12:37:07 +01:00
Akinwale Ariwodola ec5a213a23 python3crystax recipe cleanup 2021-08-21 10:51:48 +01:00
Akinwale Ariwodola b09e468ffb
Python 3.9.6 (#11)
* build Python 3.9.6
* use Python 3.9 docker image
* fix pyjnius recipe
* remove unused dependencies from cryptography recipe
* fix PYTHON3_DLL_REL_PATH value
* add idna requirement
* Remove m abi flag from python lib (https://docs.python.org/3/whatsnew/3.8.html#build-and-c-api-changes)
* aiohttp==3.6.0
* Add base Dockerfiles for builds
2021-08-21 10:30:12 +01:00
Akinwale Ariwodola 8b2694efb7
New build (#508)
* fix build for openssl 1.1.1b required for sdk
(cherry picked from commit aa49e3b2755b97b6331cdbbb89efc954de8d5977)

* use js code from master

* fix openssl recipe and tweak build
(cherry picked from commit 6e94c27021c7bd7b1e880c2fc314850e36a5a38e)

* remove unused build recipes
(cherry picked from commit f5c0577bdb175bfc0990602936bbc9e2052e1f25)
2019-03-30 21:58:45 +01:00
Akinwale Ariwodola 9a567ff5d0
Python 3.7 build (#381)
* Updated for Python 3.7.1
2018-12-27 09:04:21 +01:00
Akinwale Ariwodola 8ece8cc14d
Python 3 asyncio selectors fix (#344) 2018-10-28 19:12:40 +01:00
Akinwale Ariwodola e08f6ee73c
add / update recipes and build changes for Python 3.6.6 compatibility (#315)
* add / update recipes and build changes for Python 3.6.6 compatibility
* include Python 3 apt packages in travis build script
* use Python 3.6 in Travis
* Enable _blake2 and _sha3 in Python 3. Remove unnecessary files.
* change zope.interface version
* update cffi version
2018-10-07 15:59:03 +01:00