Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/kivy/python-for-android
Turn your Python application into an Android APK
https://github.com/kivy/python-for-android
* Qt lib.xml - add placeholder for bundled_libs
* Qt Bootstrap: Set environment variables
...
b92522fab879dbfc0028966ca3c59ef46ab7767d authored 11 months agorecipes: new recipe `coincurve`
d4a6e23c718f52b454e3215756772fe167e1900e authored 11 months agobb49cb7a30ce7d730c33eb5f45cf10a6313db371 authored 11 months ago
libzmq: fix build
41595e5bbd120cfe1fc4b0730f172dc43615d13c authored 11 months agoba77db07f1ac07c7b6b2ea32dab6e564dc906201 authored 11 months ago
Add the build command to the logs so it's more clear how to reproduce a
potential rebuild issue...
:white_check_mark: Fix broken sdl2 mixer test
8eacdc01b3399f16e6e24b69bc8445b50fa768dd authored 11 months ago
Reproduce with:
```
PYTHONPATH=. pytest tests/recipes/test_sdl2_mixer.py
```
The error was:
```
...
:white_check_mark: improve sh mocking reliability
8aee887de8aa0fa51d23c7c096073f0486acd4f8 authored 11 months ago
Make sure the mocking also works on setup without cmake or make.
Build dependencies should not b...
MANAGE_EXTERNAL_STORAGE
0047b4fea816474e6127997dc89d46ee2ca55f22 authored 11 months ago:white_check_mark: Fix test_get_dep_names_of_package
5d61bdb1398f05408dc38079c6d5fb3e6a086114 authored 11 months agofix Flake8 tests error
a3762dc7c46a7aed2c584d632a72fb263bfee3c0 authored 11 months agoandroid.permission.MANAGE_EXTERNAL_STORAGE
88260ae4a724bc977a8b218842734edc54e56f33 authored 11 months ago
Recent pythonf-for-android release added setuptools to install_requires.
Pinning to previous rel...
Arch type error when creating apk for project with setup.py
b3cc03430d777a692327f74992d504bd78e3b194 authored 11 months ago4c5e34e201f9e4ede1ae771a9362da353dbe9623 authored 11 months ago
(`recipes/materialyoucolor`): update to 2.0.7
0aba56e506b902a5f9fdfbeaa9114e9e542aaa86 authored 11 months ago10175717fafcbc8cbfe21d1e91f8a824a8fae611 authored 11 months ago
* Fresh changes of the display-cutout functionality
* Fine tuning + added tools
* Updated ...
9cd52203d1395d9f51f2c5361350251f40a42edd authored 12 months agorecipes: new `materialyoucolor` recipe
4c5fff64f1b905b0dd243003b9d189d1e2d0b8b4 authored 12 months agoMerge `master` into `develop`
fb97f1a429fa5f9db2ae99f7805dc3b885d0a4f3 authored about 1 year agoRelease 2024.01.21
957a3e5f8c270f7aa648ba185e5a68c1077a798d authored about 1 year agof47fed606157bde6d1e82d58bfde339efdc3a65b authored about 1 year ago
4dcb61ea5976b2c048a8bc533a8868995f116f88 authored about 1 year ago
f06e5e39a86076389179508ea35b6e5c0c0bb6f1 authored about 1 year ago
704523095f4157dd6418ef62d867f58584af050a authored about 1 year ago
* Initial support for PySide6
- Add a new bootstrap for Qt
- This bootstrap will be used b...
* Update sdl2 deps to reflect the same targeted in kivy/kivy
* Update md5 sum
* Create new...
66ba3e516ad7682e25918a45fd81b85e1ac5a90e authored about 1 year agod35c70ae149748a213abb5bbe499ef4b6ba64d88 authored about 1 year ago
* Update Contributing Guidelines and Readme
### Contributing Guidelines
* Refer to Kivy fo...
bb63f7684b177eab26da3dac1660a5fe526020bd authored about 1 year ago
- pyconfig.h was appended twice into WHITELIST_PATTERNS
- Regression from commit a636b88
Co-...
0df46c8ccce849da6eb11739e5063653f21352cb authored about 1 year ago* Update Dockerfile to reflect latest requirements
* Increase JDK version on macOS prerequisi...
436d5a93282dcfcc7027d19d70963c6773544434 authored about 1 year ago* python: update to 3.11.5
* scipy: update to 1.11.3
* add `pybind11` to `ci/constants.py`...
83e74cac0fa230231f63b7d7e4f1e8581fd9e2ce authored about 1 year ago17bf5322791ec8cec85836fbe906e63664a05445 authored about 1 year ago
* Introduce FAQ
Future work:
* Remove much of same info from trouble-shooting section.
*...
* Add (now mandatory) .readthedocs.yaml file, add docs requirements.txt and update sphinx conf
...
64ff7a84c37fd8ba39f93d1284275074f0d03d3f authored about 1 year ago
enable json1 extenstion in sqlite3
5b097dc0c551901c6473df68b6855cd06c9599eb authored about 1 year agoeb5b46a144624e26089eb868daebcdfbefe99af1 authored about 1 year ago
* Remove distutils usage, as is not available anymore on Python 3.12
* Updated testapps to us...
d8c39478c22c1974219faaa9ff9150765acc52e0 authored about 1 year ago* Add doc tests, make them pass
* push.yml
* Added documentation step which installs [doc...
Update Lottie player version
fbe9fe496363c5b46427407b3a5c59099e02cfbc authored over 1 year ago3c053660438c5a36133c5ba9bc7d7f9b5d82e718 authored over 1 year ago
Merge master into develop
4cc12678ba2a1cdcf0aa25a7ae53fc10a422b3d7 authored over 1 year ago* Update `cffi` recipe for Python 3.10 (#2800)
* Update __init__.py
version bump to 1.15.1...
e155baf9f94ef6ef0589541210e9cdb20f960d52 authored over 1 year ago12ef2a23be5e10aea1a5de1dd8657e4145e569cf authored over 1 year ago
Existing code shells out to run the `touch` Unix command.
This can be done faster (and cross-pl...
* Add new util function (and tests) called `move`.
* Change references to sh.mv to use move (as...
* Standardise ensure_dir and rmdir
* Standardise ensure_dir and rmdir
* Add libmysqlclient...
c6f76b9f43c24e7a270a49a15c9ae1e808a31b95 authored over 1 year agoBased on lessons from https://stackoverflow.com/questions/68215302/using-flatdirs-should-be-avoi...
fa3e5bfe39286e4a293882a4db0728d9bf9f4968 authored over 1 year ago
The errors were:
```
pythonforandroid/bootstrap.py:136:5: F811 redefinition of unused 'name' f...
LooseVersion used again
Handle bad SDK versions
7a0c9354b36d8d9e85cd28774560f87bfec6b524 authored over 1 year ago910df0a68e87365c850b436d578d111bae65123b authored over 1 year ago
Python versions: Update documentation & CI testing
8f536b42c268c1532fae9f629347c099e76d171c authored over 1 year agoce443a9b5300aea0cab98b2a017c058e36946260 authored over 1 year ago
Python 3.11 was released October 2022.
Python 3.7 went end-of-life June 2023
Major changes to comments, param names, function ordering.
Removed deprecated LooseVersion
Mov...
* Made p4a apk build command more general - readme
* Fix twice spelled - readme
* updated ...
4755bcc36d7edf4e94f85a2cca3f67feb203be98 authored over 1 year agofd0377506af19b4aca51166724956f804eb116e1 authored over 1 year ago
One typo I introduced while trying to fix the other.
2a4504980de2b365e2c0d11f45697759c735e239 authored over 1 year agoAdvantages:
- Works cross platform, not just Unix.
- Is a namedtuple, so can use meaningful ...
`get_required_prerequisites()` maintains a list of Prerequisites required by each platform.
B...
f824d0eaff19cc26f358c03c8b7bab5e74505086 authored over 1 year ago08b58fd5f09a126c697e5e7ab5e1475759fa9068 authored over 1 year ago
f7f591bb6eea9e4dbd68e2004a22c4d839d400a1 authored over 1 year ago
Docs: Fix code string - quickstart.rst
2e3c6a3a2e542407920bbb0b6834201dce1c01d0 authored over 1 year agod1f8cb6c2fc507b9d0abaece511fbec7323f8451 authored over 1 year ago
On Window, sys.platform = "win32".
I think "nt" is a reference to os.name.
403cf8ae792d5548e37764393899bf712bf5852c authored over 1 year ago4ebd3a87fda0b6dbe7255fc647967bf5a803ab3d authored over 1 year ago
aae845d6e5e2aefea65b5a7297deb9644ac4086d authored over 1 year ago
393ad44407d8658a3e5f984b9ce49a7dcd760d96 authored over 1 year ago
da9a1942dd1ce178fec2b9cea2549c0dc1cd5c0f authored over 1 year ago
37cb53e2629df4f5a0e40d837002df73fc771929 authored over 1 year ago
656179a449c56436218c374d6dee53704f3d98f8 authored over 1 year ago
d56cd398bb1ca554996103ae7ba0d082a5a8abbd authored over 1 year ago
3ff192b85dafc13b723f5be187200412fa741bc9 authored over 1 year ago
c86cc24ada24c5999610c2aae4c6a495900a3eb1 authored over 1 year ago
pep517 has been renamed to pyproject-hooks, and as a consequence all of
the deprecated function...
* Update __init__.py
version bump to 1.15.1
* Update disable-pkg-config.patch
adjust pa...
5ff00abad71d57c9bdba429c834696f0a6159e53 authored over 1 year agoMerge master into develop
ef01149c2c3595497948c0a2cf01ed7413b7c1fb authored over 1 year ago* Add support for Python 3.10 and make it the default while building hostpython3 and python3 (#2...
0daa74c8ed3c7aa09940555297a8c78d420566d1 authored over 1 year ago11c38b48abbf0d9bd07c53869cdff6665c19008c authored over 1 year ago
* Update Kivy recipe for 2.2.0rc1
* Bump to 2.2.0
13fb9792c128d4b7a1280e9fb4fef40df81e6358 authored over 1 year agoe76826678b440ecd7fcfa31de88d4171bb70331f authored over 1 year ago
fix tools/liblink: syntax error
8cae1f63e4ced626e9989f8611804a2b8c22d0e8 authored almost 2 years agoregression from 22b7dfee1ddc5f435f8bf016cbf83980a45b4374
63005b4dd263736e4aeec1d094d70935f92f4918 authored almost 2 years ago* fix #2768 smallIconName null can t be compared to String
* fix: Remove Importance None of n...
f7ba0122b9bb9f1e77ac2ee0515c048ec3903512 authored almost 2 years ago* android_api to integer
* changes to android_api
* changes to android_api
62e0def219d1e09151038edad36e526be982355f authored almost 2 years ago
This provides reasonable default implementations for common IO class
methods such as isatty().
...
* Home app functionality
* Cleanup
* Added --home-app to the docs
* Fixed the if statem...
b7edc63d9e6d21495f810901de15c5b06add91c1 authored almost 2 years ago* Add debug loggings for identifying a matching dist
* Fix lint failure on f-string.
c2f92c502adfbd41cfa70672e643aa5d4faa5774 authored almost 2 years ago* pyav recipe
* flake8 fix
* Update pythonforandroid/recipes/av/__init__.py
Co-authored...
10f0f29cfce936643c6539af61e7a2f2330ecf78 authored almost 2 years ago* Add support for Python 3.10 and make it the default while building hostpython3 and python3
...
2b15b02c5d63b5559039f4fe4ad4c62acb385361 authored almost 2 years agoMerge master into develop
bdf188369ed308400769be1947320527b9938109 authored almost 2 years ago* Update `pydantic` recipe
There is [incompatibility](https://github.com/huggingface/transfor...
56bf7335f08a51ec4e8427dd672e1b25a674026b authored almost 2 years ago9b5282552a4bd1d4b12e2138e876a0dc151e23ce authored almost 2 years ago
keep sh version under 2.0 as default behaviour was switched
70fa6ddd040dc14f3cb28ebc2cfc5779c5cc5342 authored almost 2 years ago🐛 fix: Update `pydantic` recipe
81f6d776a03319101574a132c8a9fb5fe90d91ab authored almost 2 years agoThere is [incompatibility](https://github.com/huggingface/transformers/issues/8638) between pyth...
391af5e86b516d8226ba36b5b5000dc4362b4030 authored almost 2 years agoMerge master into develop
e393a9ebf5486be2792df4d6390410b28dca31ec authored almost 2 years ago