kivy-ios/recipes
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
..
audiostream Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
click Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
curly Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
cymunk Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
distribute Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
ffmpeg Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
ffpyplayer Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
flask Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
freetype Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
host_setuptools Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
host_setuptools3 Python3 pillow recipe (#394) 2019-09-27 23:59:42 +02:00
hostlibffi Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
hostpython2 Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
hostpython3 Use python logging infrastructure (#357) 2019-02-07 10:00:22 +01:00
ios Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
itsdangerous Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
jinja2 Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
kivent_core Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
kivy Add IOS_IS_WINDOWED env switch + update SDL2 (#414) 2020-01-12 12:20:06 +01:00
libcurl Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
libffi increase minapi, remove armv7 (32-bit arm), 2019-01-12 21:12:30 -05:00
libjpeg Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
libpng Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
libzbar Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
markupsafe Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
numpy Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
openssl Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
photolibrary Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
pil Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
pillow Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
pkgresources Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
plyer Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
pycrypto Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
pykka Add recipe for pykka 2018-06-14 16:37:41 +01:00
pyobjus Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
python2 Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
python3 Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
pyyaml Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
sdl2 Add IOS_IS_WINDOWED env switch + update SDL2 (#414) 2020-01-12 12:20:06 +01:00
sdl2_image Updated sdl2, sdl2_image, sdl2_mixer, sdl2_ttf, kivy (#370) 2019-09-22 16:48:49 +02:00
sdl2_mixer Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
sdl2_ttf Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
werkzeug Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
zbarlight Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
__init__.py first pass with a brand new tool. starting to write the hostpython recipe 2015-02-01 18:35:28 +01:00
hostpython.py Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00
python.py Flake8 CI fixes (#451) 2020-04-25 18:28:16 +02:00