serious_python_linux 0.8.2
serious_python_linux: ^0.8.2 copied to clipboard
Linux implementations of the serious_python plugin
0.8.2 #
- Copy
.solibraries from{site-packages}/opttojniLibs.
0.8.1 #
0.8.0 #
- New packaging, not based on Kivy and with pre-built binary packages.
0.7.1 #
- Added
namespacedefinition to Android Gradle build. - Bump dependencies.
0.7.0 #
runPython()method to support running Python script.- Updated
flet_exampleto catch program output and errors,sys.exit()support. packagecommand to read dependencies frompyproject.toml.
0.6.1 #
--excludeoption forpackagecommand - to exclude directories and files from Python app package.- Re-create temp Python distributive directory on every run of
packagecommand.
0.6.0 #
--verboseflag - verbose output.--mobileflag - (removes.so) from app dest archive.--webflag for packaging for pyodide.--find-linksoption for installing pip dependencies from alternative sources (indexes).--dep-mappingsfor rewritingfletdependency to eitherflet-embedorflet-pyodide.--req-depsfor adding required dependencies likeflet-embedorflet-pyodide.--platformoption for use withsitecustomize.pyto tweak pip to pull platform-specific packages.- More structured regular output.
- Bump deps versions.
0.5.1 #
- Simplified Python initialization on Android.
0.5.0 #
- Python 3.11.6.
0.4.1 #
- Bumping version after fixing pubspec.yaml.
0.4.0 #
- Initial release of
serious_python_linuxpackage.