Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-python-for-android-2024.1.21-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-python-for-android Distribution: openSUSE Tumbleweed
Version: 2024.1.21 Vendor: openSUSE
Release: 1.1 Build date: Mon Apr 8 07:32:06 2024
Group: Unspecified Build host: reproducible
Size: 2215878 Source RPM: python-python-for-android-2024.1.21-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/kivy/python-for-android
Summary: Android APK packager for Python scripts and apps
Android APK packager for Python scripts and apps

Provides

Requires

License

MIT

Changelog

* Mon Apr 08 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 2024.01.21:
    * Update Lottie player version
    * Remove distutils usage, as is not available anymore on Python 3.12
    * enable json1 extenstion in sqlite3
    * Bump pyjnius version to 1.6.1
    * Add (now mandatory) .readthedocs.yaml file, add docs requirements.txt
      and update sphinx conf
    * Update Android gradle plugin to 8.1.1 and gradle to 8.0.2
    * Add support for Python 3.11 and make it the default while building
      hostpython3 and python3
    * Remove redundant append into WHITELIST_PATTERNS
    * sourceCompatibility 1.7 and targetCompatibility 1.7 are obsolete, use 1.8
    * Update sdl2 deps to reflect the same targeted in kivy/kivy
    * Initial support for PySide6 and Qt
    * Bump Kivy version to 2.3.0
    * Update OpenSSL version to 1.1.1w
  - Stop replacing pep517 in files, we have moved off of it
  - Remove patch switch-to-build-from-pep517.patch:
    * Now included.
  - Add patch no-isolation-for-metadata-build.patch:
    * However, we still don't need isolated builds.
  - Switch to pyproject macros.
  - Skip a test that breaks with Python 3.12.
* Tue Jan 09 2024 Dirk Müller <dmueller@suse.com>
  - update to 2023.09.16:
    * Cffi update
    * Use build rather than pep517 for building
    * Removes `mysqldb` recipe as does not support Python 3
    * Removes `Babel` recipe as it's not needed anymore.
    * Remove `dateutil` recipe, as it's not needed anymore
    * Optimize CI runs, by avoiding unnecessary rebuilds
    * Remove `pytz` recipe, as it's not needed anymore
    * Changed the url to use https as http fails
    * vlc: fix build
    * Correct sys_platform
    * Docs: Fix code string - quickstart.rst
    * Bump `kivy` version to `2.2.1`
    * Use a pinned version of `Cython` for now, as most of the
      recipes are incompatible with `Cython==3.x.x`
    * Automatically generate required pre-requisites
    * Use platform.uname instead of os.uname
    * Fix simple typos in comments
    * `build_platform` should be all-lowercase
    * Docs: Fix typos and updated command to build apk - README
    * Patching cleanup
    * Python versions: Update documentation & CI testing
    * Correct check for --sdk option
    * Factor out dependency checking. Use modern version handling
    * :rotating_light: linter fixes
    * Remove deprecated FlatDir in Gradle template
    * Standardise ensure_dir and rmdir
    * Standardise on move
    * Use Python's touch() rather than shelling out.
  - update to 2023.05.21:
    * Add support for Python 3.10 and make it the default while
      building hostpython3 and python3
    * Add PyAV recipe
    * Add debug loggings for identifying a matching dist
    * Home app functionality
    * Use io.IOBase for LogFile
    * android_api to integer
    * fix #2768 smallIconName null can t be compared to String
    * fix tools/liblink: syntax error
    * Update `pyjnius` version to `1.5.0`
    * Update Kivy recipe for 2.2.0
* Tue May 16 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to v2023.02.10:
    * pydantic recipe has been updated.
    * scypt recipe has been updated.
    * --orientation option controls the allowed orientations (portrait,
      landscape, portrait-reverse, landscape-reverse).
    * --manifest-orientation option has been added to keep the
      android:screenOrientation personalisation functionality.
    * If --manifest-orientation is not set, and only (one of multiple)
    - -orientation options are passed, the value for
      android:screenOrientationis guessed and synthesized from the
    - -orientation option.
    * Introduced support for permission properties (maxSdkVersion and
      usesPermissionFlags)
    * Minimal and recommended Android NDK version is now 25b
    * MIN_TARGET_API has been updated to 30 and RECOMMENDED_TARGET_API in
      order to comply with Google Play Store requirements.
    * android.activity now offers Application.ActivityLifecycleCallbacks helpers.
    * secp256k1 Update "--host=" #2714 (RobertFlatt)
    * recipe.download_file: implement shallow git cloning #2682 (SomberNight)
    * Resize webview when keyboard is shown #2674 (dbnicholson)
    * Fixes libvpx build #2672 (misl6)
    * toml may not be available on systemwide python #2670 (misl6)
    * android/activity: Add Application.ActivityLifecycleCallbacks
      helpers #2669 (dbnicholson)
    * Bump minimal and recommended Android NDK version to 25b #2668 (misl6)
    * Include HOME in build environment #2582 (dbnicholson)
  - Add patch switch-to-build-from-pep517.patch:
    * Do not use pep517 methods, switch to build.
* Wed Dec 14 2022 John Vandenberg <jayvdb@gmail.com>
  - Remove arch-tests.patch that was removed from spec in previous change
* Mon Dec 12 2022 pgajdos@suse.com
  - really use 2022.09.04 tarball
  - six is not required
* Thu Oct 06 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version v2022.09.04
    Fixed bugs:
    Matplotlib failed to import properly on an APK from Buildozer and Kivy #2643
    Closed issues:
    KeyError: Matplotlib with kivy android #2658
    KeyError: Matplotlib #2659
    Upgrade from NDK 19b to 23b causes problems with Pandas library #2654
    Update Dockerfile for ARM #2653
    Apple M2 chip doesn't generate apk: compiling error on liblzma #2652
    aiohttp/_http_parser.pyx:46:0: '_headers.pxi' not found #2651
    [Question] Pip SSL ? #2649
    Colab gives me as error "No module named 'typing_extensions' ", even if before with the same compilation it worked #2648
    [Question] Java Files #2646
    Using foreground services will cause wired behaviour on Android 8 #2641
    Can't apply patches with relative paths for local recipe #2623
    Compile for x86 on MacOS #2215
    splash always loading #1907
    python-for-android.readthedocs.io has problems updating, apparently #1709
    Webview apps not working on Android #1644
    Merged pull requests:
    liblzma: Use p4a_install instead of install, as a file named INSTALL is already present. #2663 (misl6)
    Force --platform=linux/amd64 in Dockerfile #2660 (misl6)
    Remove six and enum34 dependency #2657 (misl6)
    Update supported Python versions #2656 (misl6)
    Fixes some E275 - assert is a keyword. #2647 (misl6)
    Updates matplotlib, fixes an issue related to shared libc++ #2645 (misl6)
    RTSP support for ffmpeg #2644 (alicakici1234)
    Fixes TypeError: str.join() takes exactly one argument (2 given) in hostpython3/__init__.py", line 69 #2642 (Furtif)
    Resolve absolute path to local recipes #2640 (dbnicholson)
    Merges master into develop after release 2022.07.20 #2639 (misl6)
    Fix webview Back button behaviour #2636 (interlark)
    Add icon-bg and icon-fg to fix_args #2633 (danigm)
    Remove stray - in output file name #2581 (dbnicholson)
    Add option for adding files to res/xml without touching manifest #2330 (rambo)
* Tue Aug 09 2022 John Vandenberg <jayvdb@gmail.com>
  - Add test dependencies and mark one test skipped
* Fri Jun 17 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Properly fix shebangs to inject path to python interpreter.
* Sun Nov 15 2020 John Vandenberg <jayvdb@gmail.com>
  - Initial spec for v2020.6.2

Files

/etc/alternatives/p4a
/etc/alternatives/python-for-android
/usr/bin/p4a
/usr/bin/p4a-3.11
/usr/bin/python-for-android
/usr/bin/python-for-android-3.11
/usr/lib/python3.11/site-packages/python_for_android-2024.1.21.dist-info
/usr/lib/python3.11/site-packages/python_for_android-2024.1.21.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/python_for_android-2024.1.21.dist-info/LICENSE
/usr/lib/python3.11/site-packages/python_for_android-2024.1.21.dist-info/METADATA
/usr/lib/python3.11/site-packages/python_for_android-2024.1.21.dist-info/RECORD
/usr/lib/python3.11/site-packages/python_for_android-2024.1.21.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/python_for_android-2024.1.21.dist-info/WHEEL
/usr/lib/python3.11/site-packages/python_for_android-2024.1.21.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/python_for_android-2024.1.21.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/pythonforandroid
/usr/lib/python3.11/site-packages/pythonforandroid/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/androidndk.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/androidndk.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/archs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/archs.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/bdistapk.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/bdistapk.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/bootstrap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/bootstrap.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/build.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/build.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/checkdependencies.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/checkdependencies.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/distribution.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/distribution.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/entrypoints.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/entrypoints.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/graph.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/graph.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/logger.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/logger.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/patching.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/patching.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/prerequisites.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/prerequisites.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/pythonpackage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/pythonpackage.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/recipe.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/recipe.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/recommendations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/recommendations.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/toolchain.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/toolchain.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/androidndk.py
/usr/lib/python3.11/site-packages/pythonforandroid/archs.py
/usr/lib/python3.11/site-packages/pythonforandroid/bdistapk.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstrap.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/__pycache__/build.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/__pycache__/build.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/ant.properties
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/build.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/gradle
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/gradle/wrapper
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/gradle/wrapper/gradle-wrapper.jar
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/gradle/wrapper/gradle-wrapper.properties
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/gradlew
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/gradlew.bat
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/jni
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/jni/Android.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/jni/application
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/jni/application/Android.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/jni/application/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/jni/application/src/Android.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/jni/application/src/start.c
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kamranzafar
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kamranzafar/jtar
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kamranzafar/jtar/Octal.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kamranzafar/jtar/TarConstants.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kamranzafar/jtar/TarEntry.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kamranzafar/jtar/TarHeader.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kamranzafar/jtar/TarInputStream.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kamranzafar/jtar/TarOutputStream.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kamranzafar/jtar/TarUtils.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kivy
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonService.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonUtil.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/renpy
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/renpy/android
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/renpy/android/AssetExtract.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/renpy/android/Hardware.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/src/main/java/org/renpy/android/ResourceManager.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates/Service.tmpl.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates/build.properties
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates/build.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates/custom_rules.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates/gradle.tmpl.properties
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates/kivy-icon.png
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates/kivy-presplash.jpg
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/templates/lottie.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/common/build/whitelist.txt
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/empty
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/empty/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/empty/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/empty/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/empty/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/empty/build
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/empty/build/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/blacklist.txt
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/jni
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/jni/Application.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/jni/application
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/jni/application/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/jni/application/src/Android.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/jni/application/src/Android_static.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/jni/application/src/bootstrap_name.h
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/assets
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/assets/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/java/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/java/org
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/java/org/kivy
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/java/org/kivy/android
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/java/org/kivy/android/PythonActivity.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/jniLibs
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/jniLibs/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/libs
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/libs/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/res
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/res/drawable
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/res/drawable/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/res/mipmap
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/src/main/res/mipmap/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/templates
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/templates/AndroidManifest.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/templates/libs.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/qt/build/templates/strings.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/blacklist.txt
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/jni
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/jni/Application.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/jni/application
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/jni/application/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/jni/application/src/Android_static.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/jni/application/src/bootstrap_name.h
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/assets
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/assets/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android/GenericBroadcastReceiver.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android/GenericBroadcastReceiverCallback.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android/PythonActivity.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android/launcher
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android/launcher/Project.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android/launcher/ProjectAdapter.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android/launcher/ProjectChooser.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/jniLibs
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/jniLibs/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/libs
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/libs/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable-hdpi
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable-hdpi/ic_launcher.png
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable-mdpi
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable-mdpi/ic_launcher.png
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable-xhdpi
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable-xhdpi/ic_launcher.png
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable-xxhdpi
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable-xxhdpi/ic_launcher.png
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/drawable/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/layout
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/layout/chooser_item.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/layout/main.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/layout/project_chooser.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/layout/project_empty.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/mipmap
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/mipmap-anydpi-v26
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/mipmap-anydpi-v26/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/main/res/mipmap/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/patches
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/src/patches/SDLActivity.java.patch
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/templates
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/templates/AndroidManifest.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/sdl2/build/templates/strings.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/jni
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/jni/application
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/jni/application/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/jni/application/src/bootstrap_name.h
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/java/org
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/java/org/kivy
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/java/org/kivy/android
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/java/org/kivy/android/GenericBroadcastReceiver.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/java/org/kivy/android/GenericBroadcastReceiverCallback.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/java/org/kivy/android/PythonActivity.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/res
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/res/mipmap
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/src/main/res/mipmap/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/templates
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/templates/AndroidManifest.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_library/build/templates/Service.tmpl.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/blacklist.txt
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/jni
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/jni/Android.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/jni/Application.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/jni/application
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/jni/application/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/jni/application/src/Android.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/jni/application/src/Android_static.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/jni/application/src/bootstrap_name.h
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/jni/application/src/pyjniusjni.c
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/assets
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/assets/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/java/org
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/java/org/kivy
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/java/org/kivy/android
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/java/org/kivy/android/PythonActivity.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/jniLibs
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/jniLibs/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/res
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/res/drawable
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/res/drawable/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/res/mipmap
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/src/main/res/mipmap/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/templates
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/templates/AndroidManifest.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/templates/Service.tmpl.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/service_only/build/templates/strings.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/blacklist.txt
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/jni
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/jni/Android.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/jni/Application.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/jni/application
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/jni/application/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/jni/application/src/Android.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/jni/application/src/Android_static.mk
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/jni/application/src/bootstrap_name.h
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/jni/application/src/pyjniusjni.c
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/proguard-project.txt
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/assets
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/assets/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/java/org
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/java/org/kivy
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/java/org/kivy/android
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/java/org/kivy/android/GenericBroadcastReceiver.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/java/org/kivy/android/GenericBroadcastReceiverCallback.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/java/org/kivy/android/PythonActivity.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/jniLibs
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/jniLibs/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/drawable
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/drawable/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/drawable/icon.png
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/layout
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/layout/main.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/mipmap
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/mipmap-anydpi-v26
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/mipmap-anydpi-v26/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/mipmap/.gitkeep
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/values
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/src/main/res/values/strings.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/templates
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/templates/WebViewLoader.tmpl.java
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/templates/strings.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/templates/test
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/templates/test/build.tmpl.xml
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/templates/test/build.xml.tmpl
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/webview_includes
/usr/lib/python3.11/site-packages/pythonforandroid/bootstraps/webview/build/webview_includes/_load.html
/usr/lib/python3.11/site-packages/pythonforandroid/build.py
/usr/lib/python3.11/site-packages/pythonforandroid/checkdependencies.py
/usr/lib/python3.11/site-packages/pythonforandroid/distribution.py
/usr/lib/python3.11/site-packages/pythonforandroid/entrypoints.py
/usr/lib/python3.11/site-packages/pythonforandroid/graph.py
/usr/lib/python3.11/site-packages/pythonforandroid/logger.py
/usr/lib/python3.11/site-packages/pythonforandroid/patching.py
/usr/lib/python3.11/site-packages/pythonforandroid/prerequisites.py
/usr/lib/python3.11/site-packages/pythonforandroid/pythonpackage.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipe.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/Pillow
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/Pillow/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/Pillow/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/Pillow/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/Pillow/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/Pillow/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/Pillow/patches/fix-setup.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/aiohttp
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/aiohttp/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/aiohttp/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/aiohttp/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/aiohttp/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/_ctypes_library_finder.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/_ctypes_library_finder.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/activity.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/activity.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/billing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/billing.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/broadcast.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/broadcast.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/loadingscreen.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/loadingscreen.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/mixer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/mixer.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/permissions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/permissions.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/runnable.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/runnable.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/storage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/__pycache__/storage.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/_android.pyx
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/_android_billing.pyx
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/_android_billing_jni.c
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/_android_jni.c
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/_android_sound.pyx
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/_android_sound_jni.c
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/_ctypes_library_finder.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/activity.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/billing.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/broadcast.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/loadingscreen.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/mixer.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/permissions.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/runnable.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/android/storage.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/android/src/setup.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/apsw
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/apsw/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/apsw/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/apsw/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/apsw/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/argon2-cffi
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/argon2-cffi/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/argon2-cffi/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/argon2-cffi/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/argon2-cffi/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/atom
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/atom/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/atom/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/atom/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/atom/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/audiostream
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/audiostream/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/audiostream/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/audiostream/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/audiostream/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av_codecs
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av_codecs/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av_codecs/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av_codecs/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/av_codecs/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/bcrypt
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/bcrypt/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/bcrypt/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/bcrypt/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/bcrypt/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/boost
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/boost/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/boost/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/boost/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/boost/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/boost/disable-so-version.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/boost/fix-android-issues.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/boost/use-android-libs.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/boost/user-config.jam
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/brokenrecipe
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/brokenrecipe/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/brokenrecipe/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/brokenrecipe/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/brokenrecipe/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cffi
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cffi/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cffi/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cffi/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cffi/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cffi/disable-pkg-config.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/coverage
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/coverage/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/coverage/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/coverage/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/coverage/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/coverage/fallback-utf8.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cppy
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cppy/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cppy/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cppy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cppy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cryptography
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cryptography/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cryptography/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cryptography/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cryptography/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cymunk
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cymunk/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cymunk/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cymunk/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cymunk/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cython
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cython/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cython/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cython/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/cython/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/decorator
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/decorator/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/decorator/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/decorator/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/decorator/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/enaml
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/enaml/0001-Update-setup.py.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/enaml/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/enaml/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/enaml/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/enaml/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ethash
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ethash/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ethash/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ethash/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ethash/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev/evcnt.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev/evdev-permissions.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev/include-dir.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev/keycnt.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/evdev/remove-uinput.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/feedparser
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/feedparser/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/feedparser/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/feedparser/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/feedparser/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffmpeg
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffmpeg/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffmpeg/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffmpeg/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffmpeg/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffmpeg/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffmpeg/patches/configure.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer_codecs
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer_codecs/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer_codecs/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer_codecs/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ffpyplayer_codecs/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/flask
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/flask/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/flask/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/flask/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/flask/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/fontconfig
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/fontconfig/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/fontconfig/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/fontconfig/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/fontconfig/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype-py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype-py/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype-py/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype-py/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype-py/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype-py/fall-back-to-distutils.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/freetype/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/genericndkbuild
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/genericndkbuild/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/genericndkbuild/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/genericndkbuild/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/genericndkbuild/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/gevent
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/gevent/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/gevent/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/gevent/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/gevent/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/gevent/cross_compiling.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/greenlet
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/greenlet/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/greenlet/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/greenlet/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/greenlet/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/groestlcoin_hash
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/groestlcoin_hash/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/groestlcoin_hash/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/groestlcoin_hash/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/groestlcoin_hash/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/harfbuzz
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/harfbuzz/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/harfbuzz/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/harfbuzz/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/harfbuzz/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/hostpython3
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/hostpython3/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/hostpython3/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/hostpython3/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/hostpython3/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/hostpython3/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/hostpython3/patches/pyconfig_detection.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/icu
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/icu/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/icu/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/icu/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/icu/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/icu/disable-libs-version.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddr
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddr/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddr/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddr/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddr/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddr/getifaddrs.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddrs
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddrs/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddrs/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddrs/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ifaddrs/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jedi
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jedi/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jedi/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jedi/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jedi/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jedi/fix_MergedNamesDict_get.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jpeg
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jpeg/Application.mk
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jpeg/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jpeg/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jpeg/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jpeg/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jpeg/build-static.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/jpeg/remove-version.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy/sdl-gl-swapwindow-nogil.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy3
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy3/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy3/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy3/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kivy3/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kiwisolver
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kiwisolver/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kiwisolver/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kiwisolver/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/kiwisolver/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lapack
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lapack/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lapack/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lapack/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lapack/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/leveldb
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/leveldb/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/leveldb/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/leveldb/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/leveldb/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libbz2
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libbz2/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libbz2/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libbz2/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libbz2/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libbz2/lib_android.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libcurl
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libcurl/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libcurl/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libcurl/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libcurl/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libexpat
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libexpat/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libexpat/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libexpat/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libexpat/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libffi
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libffi/Application.mk
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libffi/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libffi/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libffi/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libffi/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libffi/disable-mips-check.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libffi/remove-version-info.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libgeos
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libgeos/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libgeos/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libgeos/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libgeos/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libglob
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libglob/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libglob/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libglob/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libglob/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libglob/glob.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libiconv
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libiconv/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libiconv/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libiconv/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libiconv/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/liblzma
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/liblzma/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/liblzma/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/liblzma/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/liblzma/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libmysqlclient
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libmysqlclient/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libmysqlclient/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libmysqlclient/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libmysqlclient/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libmysqlclient/add-custom-platform.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libmysqlclient/disable-soname.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libmysqlclient/disable-soversion.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libogg
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libogg/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libogg/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libogg/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libogg/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpcre
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpcre/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpcre/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpcre/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpcre/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpq
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpq/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpq/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpq/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libpq/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/librt
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/librt/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/librt/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/librt/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/librt/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsecp256k1
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsecp256k1/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsecp256k1/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsecp256k1/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsecp256k1/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libshine
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libshine/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libshine/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libshine/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libshine/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsodium
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsodium/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsodium/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsodium/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsodium/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libsodium/size_max_fix.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtorrent
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtorrent/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtorrent/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtorrent/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtorrent/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtorrent/disable-so-version.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtorrent/setup-lib-name.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtorrent/use-soname-python.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtorrent/user-config-openssl.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtribler
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtribler/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtribler/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtribler/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libtribler/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvorbis
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvorbis/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvorbis/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvorbis/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvorbis/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvpx
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvpx/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvpx/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvpx/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvpx/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvpx/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libvpx/patches/0001-android-force-neon-runtime.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libwebp
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libwebp/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libwebp/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libwebp/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libwebp/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libx264
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libx264/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libx264/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libx264/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libx264/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxml2
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxml2/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxml2/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxml2/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxml2/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxml2/add-glob.c.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxml2/glob.c
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxml2/glob.h
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxslt
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxslt/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxslt/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxslt/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxslt/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libxslt/fix-dlopen.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzbar
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzbar/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzbar/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzbar/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzbar/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzbar/werror.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzmq
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzmq/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzmq/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzmq/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/libzmq/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lxml
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lxml/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lxml/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lxml/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/lxml/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/m2crypto
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/m2crypto/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/m2crypto/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/m2crypto/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/m2crypto/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/matplotlib
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/matplotlib/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/matplotlib/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/matplotlib/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/matplotlib/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/msgpack-python
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/msgpack-python/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/msgpack-python/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/msgpack-python/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/msgpack-python/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/netifaces
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/netifaces/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/netifaces/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/netifaces/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/netifaces/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/netifaces/fix-build.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/numpy
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/numpy/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/numpy/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/numpy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/numpy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/numpy/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/numpy/patches/add_libm_explicitly_to_build.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/numpy/patches/ranlib.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/numpy/patches/remove-default-paths.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo-backend-signal
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo-backend-signal/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo-backend-signal/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo-backend-signal/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo-backend-signal/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/omemo/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openal
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openal/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openal/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openal/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openal/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv/patches/p4a_build.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv_extras
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv_extras/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv_extras/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv_extras/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/opencv_extras/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openssl
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openssl/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openssl/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openssl/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openssl/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/openssl/disable-sover.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pandas
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pandas/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pandas/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pandas/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pandas/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pandas/fix_numpy_includes.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pil
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pil/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pil/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pil/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pil/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/png
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/png/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/png/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/png/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/png/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/png/build_shared_library.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/preppy
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/preppy/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/preppy/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/preppy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/preppy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/preppy/fix-setup.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/protobuf_cpp
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/protobuf_cpp/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/protobuf_cpp/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/protobuf_cpp/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/protobuf_cpp/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/protobuf_cpp/fix-python3-compatibility.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/psycopg2
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/psycopg2/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/psycopg2/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/psycopg2/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/psycopg2/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/py3dns
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/py3dns/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/py3dns/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/py3dns/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/py3dns/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/py3dns/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/py3dns/patches/android.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyaml
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyaml/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyaml/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyaml/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyaml/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pybind11
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pybind11/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pybind11/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pybind11/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pybind11/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycparser
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycparser/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycparser/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycparser/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycparser/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycrypto
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycrypto/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycrypto/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycrypto/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycrypto/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycrypto/add_length.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycryptodome
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycryptodome/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycryptodome/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycryptodome/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pycryptodome/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pydantic
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pydantic/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pydantic/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pydantic/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pydantic/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pygame
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pygame/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pygame/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pygame/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pygame/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyicu
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyicu/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyicu/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyicu/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyicu/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyicu/locale.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyjnius
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyjnius/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyjnius/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyjnius/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyjnius/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyjnius/genericndkbuild_jnienv_getter.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyleveldb
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyleveldb/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyleveldb/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyleveldb/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyleveldb/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyleveldb/bindings-only.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pymunk
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pymunk/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pymunk/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pymunk/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pymunk/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pynacl
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pynacl/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pynacl/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pynacl/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pynacl/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyogg
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyogg/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyogg/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyogg/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyogg/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyogg/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyogg/patches/fix-find-lib.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenal
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenal/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenal/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenal/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenal/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenal/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenal/patches/fix-find-lib.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenssl
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenssl/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenssl/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenssl/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenssl/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyopenssl/fix-dlfcn.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyproj
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyproj/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyproj/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyproj/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyproj/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyrxp
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyrxp/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyrxp/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyrxp/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyrxp/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysdl2
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysdl2/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysdl2/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysdl2/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysdl2/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysha3
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysha3/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysha3/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysha3/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pysha3/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/patches/cpython-311-ctypes-find-library.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/patches/py3.7.1_fix-ctypes-util-find-library.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/patches/py3.7.1_fix-zlib-version.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/patches/py3.7.1_fix_cortex_a8.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/patches/py3.8.1.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/patches/py3.8.1_fix_cortex_a8.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/patches/pyconfig_detection.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/python3/patches/reproducible-buildinfo.diff
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyusb
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyusb/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyusb/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyusb/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyusb/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyusb/fix-android.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzbar
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzbar/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzbar/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzbar/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzbar/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzmq
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzmq/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzmq/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzmq/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/pyzmq/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/regex
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/regex/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/regex/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/regex/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/regex/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/reportlab
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/reportlab/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/reportlab/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/reportlab/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/reportlab/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/reportlab/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/reportlab/patches/fix-setup.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ruamel.yaml
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ruamel.yaml/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ruamel.yaml/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ruamel.yaml/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ruamel.yaml/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ruamel.yaml/disable-pip-req.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scipy
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scipy/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scipy/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scipy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scipy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scipy/setup.py.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scrypt
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scrypt/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scrypt/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scrypt/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scrypt/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/scrypt/remove_librt.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_image
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_image/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_image/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_image/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_image/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_image/enable-webp.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_mixer
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_mixer/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_mixer/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_mixer/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_mixer/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_ttf
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_ttf/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_ttf/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_ttf/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sdl2_ttf/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1/cross_compile.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1/drop_setup_requires.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1/find_lib.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1/no-download.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/secp256k1/pkg-config.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/setuptools
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/setuptools/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/setuptools/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/setuptools/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/setuptools/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/shapely
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/shapely/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/shapely/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/shapely/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/shapely/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/shapely/setup.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/six
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/six/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/six/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/six/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/six/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/snappy
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/snappy/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/snappy/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/snappy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/snappy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/spine
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/spine/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/spine/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/spine/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/spine/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlalchemy
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlalchemy/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlalchemy/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlalchemy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlalchemy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlalchemy/zipsafe.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlite3
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlite3/Android.mk
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlite3/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlite3/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlite3/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sqlite3/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/storm
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/storm/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/storm/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/storm/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/storm/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sympy
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sympy/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sympy/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sympy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sympy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sympy/fix_android_detection.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sympy/fix_pretty_print.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/sympy/fix_timeutils.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/tflite-runtime
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/tflite-runtime/CMakeLists.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/tflite-runtime/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/tflite-runtime/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/tflite-runtime/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/tflite-runtime/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/tflite-runtime/build_with_cmake.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/twisted
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/twisted/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/twisted/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/twisted/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/twisted/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/twisted/incremental.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/twisted/remove_tests.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ujson
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ujson/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ujson/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ujson/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/ujson/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vispy
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vispy/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vispy/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vispy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vispy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vispy/disable_font_triage.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vispy/disable_freetype.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vispy/remove_ati_check.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vispy/use_es2.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vlc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vlc/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vlc/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vlc/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/vlc/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/wsaccel
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/wsaccel/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/wsaccel/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/wsaccel/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/wsaccel/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/x3dh
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/x3dh/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/x3dh/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/x3dh/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/x3dh/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/x3dh/requires_fix.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/xeddsa
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/xeddsa/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/xeddsa/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/xeddsa/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/xeddsa/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/xeddsa/remove_dependencies.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbar
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbar/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbar/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbar/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbar/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbar/zbar-0.10-python-crash.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbarlight
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbarlight/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbarlight/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbarlight/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zbarlight/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zeroconf
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zeroconf/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zeroconf/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zeroconf/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zeroconf/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zeroconf/patches
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zeroconf/patches/setup.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope_interface
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope_interface/__init__.py
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope_interface/__pycache__
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope_interface/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope_interface/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope_interface/fix-init.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recipes/zope_interface/no_tests.patch
/usr/lib/python3.11/site-packages/pythonforandroid/recommendations.py
/usr/lib/python3.11/site-packages/pythonforandroid/toolchain.py
/usr/lib/python3.11/site-packages/pythonforandroid/tools
/usr/lib/python3.11/site-packages/pythonforandroid/tools/biglink
/usr/lib/python3.11/site-packages/pythonforandroid/tools/liblink
/usr/lib/python3.11/site-packages/pythonforandroid/tools/liblink.sh
/usr/lib/python3.11/site-packages/pythonforandroid/util.py
/usr/share/doc/packages/python311-python-for-android
/usr/share/doc/packages/python311-python-for-android/README.md
/usr/share/licenses/python311-python-for-android
/usr/share/licenses/python311-python-for-android/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024