Andre Miras
|
d180ee0807
|
Fixes building in venv
Borrowed from p4a:
https://github.com/kivy/python-for-android/pull/2159
Also refs upstream issue:
https://bugs.python.org/issue40261
Note that the fix used upstream cannot really be used directly here
because the actual system Python is impacted.
Adds venv build to CI to check for regressions.
|
2020-05-01 19:56:15 +02:00 |
|
Mirko
|
9bb9efe0f7
|
Update to python 3.8.2 (#443)
* bump python version to 3.8.2
* Revert to cython 0.28.1
|
2020-04-25 20:12:59 +02:00 |
|
Richard Larkin
|
64bd692632
|
Flake8 CI fixes (#451)
* Pep8 fixes
* tox Pep8 compliance
* Excluded external tools folder from flake 8 tests
* Added Flake 8 exclusions
* Pep8 fixes
* Pep8 fixes
* Corrected type
* Pep8 fixes
* Pep 8 compliance
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep 8 fixes
* Pep 8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8
* Pep8
* Pep 8
* Pep 8
* Pep8 fixes
* Pep8
* Pep8
* Pep8
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Revert chagnes
* Revert changes to kivy/__init.py
* Revert changes
* REvert changes
* Revert changes
* Revert changes to toolchain
* Add files exclusions to tox.ini
* Added exclusions for alias recipes
* Remove dead code
* Added py extension to recipes
* Removed recipe build skip
* Improves recipe matching
Previous expression was matching all the following three lines of a `git diff --name-only` output.
```
recipes/hostlibffi/__init__.py
recipes/hostpython.py
recipes/hostpython2/__init__.py
```
This was resulting to a bug when later splitting with `recipe = file_path.split('/')[1]` the `recipes/hostpython.py` string would return including the `\n` new line char, see:
```
>>> 'recipes/hostpython.py\n'.split('/')[1]
'hostpython.py\n'
>>> 'recipes/hostlibffi/__init__.py\n'.split('/')[1]
'hostlibffi'
>>>
```
Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
|
2020-04-25 18:28:16 +02:00 |
|
Mirko Galimberti
|
b47cddddad
|
Fixes openssl compilation + bumps version
|
2020-04-11 19:21:28 +02:00 |
|
Mirko
|
921f6b209d
|
Fixes missing sqlite3 module in python3 (#398)
Cleanup
|
2019-11-24 23:49:08 +01:00 |
|
Hackalog
|
7dd350c75b
|
Use python logging infrastructure (#357)
|
2019-02-07 10:00:22 +01:00 |
|
Kjell Wooding
|
7691b541a4
|
now that version is a string, fix major computation
|
2019-01-12 15:38:41 -05:00 |
|
Mathieu Virbel
|
9ad9abf9b6
|
fix cookiecutter project for python3
|
2018-11-09 18:48:08 +01:00 |
|
Mathieu Virbel
|
7c8a2c6c4b
|
rework toolchain for python 3, new possibility to have a specific name for the include directory (like the recipe libffi install in ffi directory, not libffi), and new pyobjus recipe (works with new-ios-toolchain branch).
|
2018-11-09 17:54:56 +01:00 |
|
Mathieu Virbel
|
811cbd48a7
|
add alias for hostpython/python, that point to either 2 or 3 version depending of the previous compiled state.
This allows the recipe to point on an versionless python.
|
2018-11-02 11:44:25 +01:00 |
|
Mathieu Virbel
|
6c043cf9f3
|
python3: recipe with cross compilation patch + example of main.m that works
|
2018-11-01 21:53:18 +01:00 |
|