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
|
2ec7cb5ce0
|
Updated sdl2, sdl2_image, sdl2_mixer, sdl2_ttf, kivy (#370)
* Updated sdl2, sdl2_image, sdl2_mixer, sdl2_ttf, kivy
* bump kivy version to 1.11.0
|
2019-09-22 16:48:49 +02:00 |
|
Mathieu Virbel
|
b46ad13586
|
sdl2*: revert the installation of headers on SDL2 include directory, as they will be removed when we rebuild sdl2
|
2015-02-13 18:38:58 +01:00 |
|
Mathieu Virbel
|
01c243217e
|
sdl2*: put all the headers at the same place
|
2015-02-12 00:51:37 +01:00 |
|
Mathieu Virbel
|
6f7dfee999
|
sdl2_ttf: don't use Xcode-iOS project as the freetype included doesn't work for i386. Use the external one, and compile it manually.
|
2015-02-09 00:46:22 +01:00 |
|
Mathieu Virbel
|
309a003036
|
toolchain: more work on all recipe + factorize include files installation
|
2015-02-06 01:53:21 +01:00 |
|