kivy-ios/kivy_ios/recipes
Andre Miras d61008a94a Adds netifaces recipe, closes #239
Note this is an early version working on the `x86_64` simulator.
It wasn't tested on an arm device.
Requires setuptools to be installed:
```sh
python toolchain.py pip install setuptools
```
Tested with main.py:
```python
import netifaces
print("interfaces:", netifaces.interfaces())
```
And produced the following output in the `x86_64` simulator:
```
Available orientation: KIVY_ORIENTATION=LandscapeLeft LandscapeRight Portrait PortraitUpsideDown
Initializing python
Running main.py: /Users/vagrant/Library/Developer/CoreSimulator/Devices/.../Application/.../testnetifaces.app/YourApp/main.pyc
interfaces: ['lo0', 'gif0', 'stf0', 'en0', 'utun0', 'utun1']
Leaving
```
2020-05-07 16:40:54 +02:00
..
audiostream Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
click Removed Python 2 support 2020-05-06 15:46:34 +02:00
curly Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
cymunk Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
distribute Removed Python 2 support 2020-05-06 15:46:34 +02:00
ffmpeg Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
ffpyplayer Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
flask Removed Python 2 support 2020-05-06 15:46:34 +02:00
freetype Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
host_setuptools Removed Python 2 support 2020-05-06 15:46:34 +02:00
host_setuptools3 Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
hostlibffi Migrates libffi build to Python 3 2020-05-06 15:03:20 +02:00
hostopenssl Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
hostpython3 Uses Python 3 syntax 2020-05-06 18:59:20 +02:00
ios Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
itsdangerous Removed Python 2 support 2020-05-06 15:46:34 +02:00
jinja2 Removed Python 2 support 2020-05-06 15:46:34 +02:00
kivent_core Removed Python 2 support 2020-05-06 15:46:34 +02:00
kivy Uses Python 3 syntax 2020-05-06 18:59:20 +02:00
libcurl Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
libffi Migrates libffi build to Python 3 2020-05-06 15:03:20 +02:00
libjpeg Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
libpng Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
libzbar Removed Python 2 support 2020-05-06 15:46:34 +02:00
markupsafe Removed Python 2 support 2020-05-06 15:46:34 +02:00
netifaces Adds netifaces recipe, closes #239 2020-05-07 16:40:54 +02:00
numpy Uses Python 3 syntax 2020-05-06 18:59:20 +02:00
openssl Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
photolibrary Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
pil Removed Python 2 support 2020-05-06 15:46:34 +02:00
pillow Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
pkgresources Fixes a regression introduced during the linting 2020-05-05 16:34:22 +02:00
plyer Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
pycrypto Removed Python 2 support 2020-05-06 15:46:34 +02:00
pykka Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
pyobjus Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
python3 Uses cd context manager in Python3Recipe.reduce_python() 2020-05-06 20:06:06 +02:00
pyyaml Removed Python 2 support 2020-05-06 15:46:34 +02:00
sdl2 Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
sdl2_image Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
sdl2_mixer Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
sdl2_ttf Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
werkzeug Removed Python 2 support 2020-05-06 15:46:34 +02:00
zbarlight Removed Python 2 support 2020-05-06 15:46:34 +02:00
__init__.py Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
hostpython.py Removed Python 2 support 2020-05-06 15:46:34 +02:00
python.py Removed Python 2 support 2020-05-06 15:46:34 +02:00