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

Merge pull request #1734 from AndreMiras/feature/builtin_function_not_subscriptable

Fixes object is not subscriptable error, refs #1733

ca58e0e006835509ca7cd1d29da2078c036ddd37 authored almost 6 years ago
Fixes object is not subscriptable error, refs #1733

91167ebcf6a596e6ca565e7a578a900abfc5c8b5 authored almost 6 years ago
Merge pull request #1733 from OptimusGREEN/master

Add missing arch to version code generator.

1d45b297450609cadfe45cb5508e57012ee85c73 authored almost 6 years ago
Merge remote-tracking branch 'origin/master'

5d81dca9596dc10827b75a376ff6bd6a444ceff8 authored almost 6 years ago
add x86_64 for android version code

default for unknown archs in version code

1f316dc6a41363f5f086baf464ea15f4b24d6492 authored almost 6 years ago
default for unknown archs in version code

ca32b89b4c5c4aa8ebd3021278c971a9ea12ae95 authored almost 6 years ago
add x86_64 for android version code

7b0d180c6c69a770b64da6b7255818508d6222df authored almost 6 years ago
Merge remote-tracking branch 'kivy-p4a/master'

a194a5b52587fde619b500d7f516f4e418f1fb23 authored almost 6 years ago
Merge pull request #1731 from b3b/fix_using_a_pythonrecipe_doc

Fix import in 'Using a PythonRecipe' doc

8a8d04f9f5c0735fc1a2a38be44a828a51af3a24 authored almost 6 years ago
Fix import in 'Using a PythonRecipe' doc

d5738f60afb2b88357a99cc5f73c2f2cbfdc6904 authored almost 6 years ago
Merge pull request #1727 from mkg20001/feat-ci-mode

Add CI environment variable to disable download progress

8ebea2e343b255708c1ebdb2ad0f6d5a86764002 authored almost 6 years ago
feat: travis ci $CI flag

That commit message ^^

1ea1982ab4b4e84f4e71d04f1c17cb2233efc52e authored almost 6 years ago
Merge pull request #1723 from AndreMiras/feature/ticket1711_fix_psycopg2_compile

Fixes psycopg2 lib install dir, closes #1711

593aa1e7ac776779970a62bd212c55e98e2f4f60 authored almost 6 years ago
Merge pull request #1720 from OptimusGREEN/master

Generate android version code accounting for arch and min sdk

abb4703150c5eec2fe2eddbfd0b5b57eca56d7bc authored almost 6 years ago
Merge pull request #1718 from j-devel/fix-sdl2image-compile-x86

Fix sdl2_image compile error when arch is x86

36b418cd56d85ea220c40fc089fe8079b9f9d318 authored almost 6 years ago
Merge pull request #1729 from inclement/fix_flask_deps

Removed unnecessary genericndkbuild dependency from the flask recipe

e63f248fda6244f8deea353583f962f4eada06ae authored almost 6 years ago
Removed unnecessary genericndkbuild dependency from the flask recipe

443b0959e0d408f71fc835d23458143e01c18103 authored almost 6 years ago
Fix loadLibraries() failing on 64bit arch (#1701)

5d0f92e1493aa595285fdc87d7910c4ec1d100c0 authored almost 6 years ago
feat: add ci_mode to disable download progress

Otherwise Travis CI complains about log size

903528711d972599c5eddb5b64a5d94366f6a73a authored almost 6 years ago
Fixes psycopg2 lib install dir, closes #1711

Also note this recipe seems to depend on `nl_langinfo` which is only
available from ANDROID_API 26.

6d2479c8b4d22ff596cfe6a09ea56263a31e5a37 authored almost 6 years ago
Merge remote-tracking branch 'origin/master'

2d3040d0cd0adc7438e712f2685a826e7ce26f11 authored almost 6 years ago
Generate android version code accounting for arch and min sdk

Android version code is generated to account for the architecture it is built for as well as the...

27a87cec7dc7d34103fcdf33fe3301e28dc1ddfb authored almost 6 years ago
Remove unused is_arch

c85c702ee18ef090623dede2bea8464b459272ff authored almost 6 years ago
Fix sdl2_image compile error when arch is x86

ff2121248a520494310ebfd2e045952af875dd2f authored almost 6 years ago
Merge pull request #1715 from j-devel/fix-android-setuppy-non-sdl

Fix compile error of recipe "android" for non-sdl bootstrap build

6ca419e4ca969c0fc8a4955baf419213b0ed999b authored almost 6 years ago
Merge pull request #1714 from j-devel/fix-setenv-webview-non-sdl2

Fix setenv() of non-SDL2 bootstrap

1db60cf3d76fa4451cbce22921b3310cb9983494 authored almost 6 years ago
Merge pull request #1712 from Aralox/warn-if-crlf-arg

Added warning for arguments containing carriage returns. This happens…

d632f8ea202b5ebd0c20eca83c3d3bd4b53fa0e7 authored almost 6 years ago
Fix compile error of recipe "android" for non-sdl bootstrap build

6d6394dd9917bdc97988818d7eb358b7d92d53c4 authored almost 6 years ago
Changed string concat to format(). Static method.

6d93af114d12fa9da4a2d5fdd46646f5f675f47a authored almost 6 years ago
Fix setenv() for non-SDL2 bootstrap

c1edf8a0612fc1e790eb0b8b65a8d7f4ce8dfe20 authored almost 6 years ago
Merge pull request #1713 from rnixx/rnixx-recipe-updates

Update enum34, pyasn1and pyopenssl versions.

fca5fc171fc79e43cc97349b6e85fdd3e2a9f70d authored almost 6 years ago
Added warning for arguments containing carriage returns. This happens if a shell script was written in Windows but executed in Linux, as may be the case with bash for Windows.

623a988e892ac22c84a26335829f0b6aa44c7d25 authored almost 6 years ago
Update enum34 to 1.1.6. Update pyasn1 to 0.4.5. Update pyopenssl to 19.0.0

3a9895ec6885986464471e9a3ad50a830f3644d7 authored almost 6 years ago
Origin (#1681)

* update to add dependency on python3 to opencv recipe
numpy/opencv fails with latest p4a at ru...

e7c11179d4a50ed1f1ca3948c8a64c6990152d1c authored almost 6 years ago
Merge pull request #1699 from AndreMiras/feature/fix_pyleveldb_recipe

Fixes pyleveldb recipe

059da7be89484107d8b242dc0df2402b7b3d3195 authored almost 6 years ago
Fixes pyleveldb recipe

6c31e108b73334ef05d6e73f1a1cb33250672bdf authored almost 6 years ago
Merge pull request #1693 from OptimusGREEN/master

FIX: copy additional jar files into the correct libs directory

db53ef69b63e618fdbd17de0f233be1382a005e4 authored almost 6 years ago
Merge pull request #1696 from opacam/update-testapps-requirements

Make testapps use python3 per default and adapt to `blacklist-requirements`

095954436ba9c47b7c623f57723b47968ce2f206 authored almost 6 years ago
Merge pull request #1695 from Meteorix/master

change dependency from jdk7 to jdk8

d23f05d39cff116b5fc6c98274619ff5409e2897 authored almost 6 years ago
change dependency from jdk7 to jdk8

bc776055be9bd2ece0e40c3de741e2916a2d6216 authored almost 6 years ago
Make testapps use python3 per default (the ones that are not python2 specific)

Note: the `keyboard` and `vispy` testapps were a little outdated with his options, so also modif...

3c51607e9dbf15012004e4dd1ec33107cfbd431a authored almost 6 years ago
Adapt python3's testapps to blacklist-requirements

We remove 'libffi,openssl,sqlite3' of requirements because now will be built automatically witho...

e48634cd9eb2cf69e2a52866d5b672fdd5b137fb authored almost 6 years ago
FIX: copy additional jar files into the correct libs directory

339907acf01621eab92a8f4d15a9744ec332851a authored almost 6 years ago
Merge pull request #1692 from opacam/update-sdl2-image

SDL2_image update to 2.0.4 and set kivy's version to master

51e783cb720df14c1bc35256e4761a8d7a84f9ee authored almost 6 years ago
Defaults to post kivy==1.10.1, commit for `fixes SDL2 image loading (jpg)`

999df75d2fce65d910c07d23b63b8a9dfe49b1c2 authored almost 6 years ago
Added option to support custom shared libraries with <uses-library> tag

Minor refactor of list defaults in build.py

e3b19010dc7e045a6c519e41e32641c5cba8a8d6 authored almost 6 years ago
SDL2_image update to 2.0.4 and set kivy's version to master

1a2127a5cae71e6b40bc359ff48b648508f9d263 authored almost 6 years ago
Merge pull request #1690 from j-devel/use-sdl2-nativeSetenv

Use nativeSetenv() provided by SDL2 and cleanups

282e43ddfc129058c282c576a40874562b836dfc authored almost 6 years ago
Merge pull request #1689 from JonasT/rename_blacklist_opt

Rename misguided shadowing --blacklist to --blacklist-requirements

e86f346f52043ce0f129ea4386355aff0b687e4d authored almost 6 years ago
Use nativeSetenv() provided by SDL2

02519cce2ab6b0e5d9322461d402e1d8d9b23336 authored almost 6 years ago
Rename misguided shadowing --blacklist to --blacklist-requirements

50b7dc08c4385b07dbafc0c39cd16f22c152397e authored almost 6 years ago
Merge pull request #1686 from inclement/delete_kivent_recipes_from_constants

Deleted kivent recipes from constants.py

5aa322da9179dae305fde5af1db516c1ad9baea4 authored almost 6 years ago
Deleted kivent recipes from constants.py

736abe7f675bf4b4383599973623a87e399afe46 authored almost 6 years ago
Merge pull request #1680 from inclement/remove_kivent_recipes

Delete kivent recipes

21428370244edcc616f55971eebe145dcce94662 authored almost 6 years ago
Merge pull request #1683 from JonasT/blacklist

Implement --blacklist option and include more modules/recipes by default

8122bde38d3b2614729345ed8c26b881b26cde81 authored almost 6 years ago
Implement --blacklist option and include more modules/recipes by default

* Adds `--blacklist` option that prevents recipes/packages from being
added even when they are...

3b40ba01bb43ce4c6c9a1e7b85fc5a35650b803c authored almost 6 years ago
Merge pull request #1685 from AndreMiras/feature/fix_pycryptodome_version

Downgrade to pycryptodome==3.6.3

95195cbf0e89dcea9836e2b92a6edf1a119321cd authored almost 6 years ago
Downgrade to pycryptodome==3.6.3

The latest version was leading to compilation errors.
Tested OK with:
```
python setup_testapp_p...

7369668f4508f95cb5d4d7939aa211010d5b3ea9 authored almost 6 years ago
Deleted kivent recipes

fc5ff9fb0e0515266808a976b9aacb63f159fa19 authored about 6 years ago
Merge pull request #1669 from JonasT/graphchanges

Fix various issues with graphs and recipes

50afdf1aad3432d7201835452397b16d01df7c14 authored about 6 years ago
Fix various issues with graphs and recipes:

- fix graph depending on capitalization when pip doesn't
- fix graph giving no useful errors (no...

6660b9e431ee02be983e49cdeb4705d68cd56229 authored about 6 years ago
Merge pull request #1676 from AndreMiras/feature/recipe_unit_tests

Recipe class unit tests

0c4cd1d732e6f461f780f62b84f9ca57b722f5b9 authored about 6 years ago
Merge pull request #1677 from opacam/fix-zope-interface

Fix zope_interface and add python3 compatibility

9efee20fa6fa20ba5166a28c52c514449e20d04b authored about 6 years ago
Fix zope_interface and add python3 compatibility

The `zope.interface` module lacks of the __init__.py file in one of his folders, that leads into...

b938e59418612afedc659eda937874d046c2d5a1 authored about 6 years ago
Merge pull request #1661 from opacam/opencv-cv2-and-extras

Rework opencv's recipe (enable cv2.so and the extra opencv libraries)

3ecbe4d5cade4c5c75c41bb21ed766220600d37b authored about 6 years ago
Merge pull request #1675 from AndreMiras/feature/ticket1539_netifaces_recipe

Bumps netiffaces version & removes from broken list, refs #1539

78645eae07e5cd4b84493b902f6fbb5d52300811 authored about 6 years ago
Recipe class unit tests

Starts unit testing trivial cases for the `Recipe` class.
We will continue increasing the covera...

ea58073021718aa27d14b49d1d4cffb2e0ea8883 authored about 6 years ago
Bumps netiffaces version & removes from broken list, refs #1539

Only `python2` build fails with:
```
RAN: /home/user/.local/share/python-for-android/build/oth...

99476e75003f0bd6789dd40bf58395d9169effc1 authored about 6 years ago
Merge pull request #1674 from AndreMiras/feature/tox_update_and_linter_fixes

tox update and linter fixes

0fef03765da8e3dc95ab6a237449e3abcc7f79ba authored about 6 years ago
tox update and linter fixes

- F841 local variable ... is assigned to but never used
- F812 list comprehension redefines ...
...

b54a1d0865aa5c64d3a3e8696efc7e197056e226 authored about 6 years ago
Merge pull request #1673 from AndreMiras/feature/tox_update_and_linter_fixes

tox update and linter fixes

1e49255cfc3426d5d02c2cb06005ad09f54aa064 authored about 6 years ago
tox update and linter fixes

- F812 list comprehension redefines...
- E722 do not use bare 'except'

757b7c01f69b37faf94cf5ddfe185774890d5055 authored about 6 years ago
Add opencv to broken recipes (only broken for travis)

¡¡¡Again, thanks @AndreMiras!!!

dd28a0b27d5b3c8b4a9445a8678cfd2dfc1ee059 authored about 6 years ago
Disable `opencv_java_bindings_generator`

Because we probably don't need that. Also add a commented line to disable `opencv_highgui` (we c...

2a9bf07c483cee33f67b07a1f3dc9b515117f368 authored about 6 years ago
Merge pull request #1667 from JonasT/setup_py_fix

Fix setup.py install breaking due to unicode characters in README.md on Python 3

dec1badc3bd134a9a1c69275339423a95d63413e authored about 6 years ago
Fix setup.py breaking when unicode characters are in README.md in Python 3

93d702e3d2b1032bdc083fba8031be54bfc9e962 authored about 6 years ago
Merge pull request #1666 from AndreMiras/feature/README_got_renamed_follow_up_1664

s/README.rst/README.md/ refs #1664

8d8d3455e9a3b68539f5d9ac3aea2e67b77367be authored about 6 years ago
Merge pull request #1663 from AndreMiras/feature/kivy_sdl_2.0.9

Defaults to post kivy==1.10.1 commit for SDL 2.0.9 fixes

31bd452f8e9c1272dd2ba74297b8ba69d6c5ebf4 authored about 6 years ago
s/README.rst/README.md/ refs #1664

In #1664 README got renamed without updating the `setup.py`

811133b56bb109290d1806a03a0321600b24c01b authored about 6 years ago
Merge pull request #1664 from kivy/sponsor-ad

Update and rename README.rst to README.md

0ca5dbffee2be183ad598dc18dcb8bff17d68651 authored about 6 years ago
Update and rename README.rst to README.md

20acf8e122d6cc5eed7d23281cd5d392b501bc42 authored about 6 years ago
Defaults to post kivy==1.10.1 commit for SDL 2.0.9 fixes

See both:
- https://github.com/kivy/kivy/pull/6107
- https://github.com/kivy/kivy/pull/6120

dbc1650f1db090d648e3380faf6ea4fa287a7c22 authored about 6 years ago
Rework opencv's recipe (enable cv2.so and the extra opencv libraries)

We enable the build of the cv2.so library to be able to interact with opencv from python and als...

30fc604dd3c1d40e150745df35d02ed97394fe8e authored about 6 years ago
Merge pull request #1660 from inclement/version_0_7_1

Updated version to 0.7.1

fe58ae11837c8b9bb320309c6fead963437ad7ad authored about 6 years ago
Updated version to 0.7.1

9b4e496cad4f8f3c8e61c2ddc345a2d8b32a2b9b authored about 6 years ago
Merge pull request #1659 from inclement/update_version

Updated version to 0.7.0

7847453271c76fa7cfd6af40d09369dd0fef7e62 authored about 6 years ago
Updated version to 0.7.0

1de6fa3b5d84ed44ec0e5a594cbd09c14df40d47 authored about 6 years ago
Merge pull request #1658 from AndreMiras/feature/feature/ticket1514_update_broken_recipes_list_bis

Updates broken recipes list, refs #1514

8a55efd6e229274789acfd96eab0e2cdb6f02459 authored about 6 years ago
Updates broken recipes list, refs #1514

0e27c597fd957f3219cd2528c3a0512f0f28ba1a authored about 6 years ago
Merge pull request #1656 from AndreMiras/feature/ticket1654_cffi_unicode_encode_error

Feature/ticket1654 cffi unicode encode error

798e9afd7ddf4879566076a74f7de68b31e7f493 authored about 6 years ago
Configure en_US.UTF-8 locale on Docker, closes #1654

Also unit tests how `shprint()` handles unicode command output.

973624373db94da96a6c339b9e2b6eb665c4a968 authored about 6 years ago
Update broken recipes list, refs #1514

Removed gevent, cffi and pycryptodome recipes from it since they now
compile fine. Also bumped f...

19ca925d1d9dce31d3b21e55257cb9be6d7bce79 authored about 6 years ago
Merge pull request #1652 from AndreMiras/feature/speedup_docker_chown

Speed up Docker chown via COPY parameter

d6f27d7fa85e66b68325b88d6afc61cccc250d6a authored about 6 years ago
Speed up Docker chown via COPY parameter

For some reason running the `chown` command explicitly is hanging on
Docker. Using the `--chown`...

093b206cbb0d20ef112546d76f747fc6c88ed6f7 authored about 6 years ago
Merge pull request #1650 from AndreMiras/feature/ticket1313_fix_opencv_recipe

Fixes opencv compilation, fixes #1313

f58e5ec80ec4ef1abc824f3c95c0ec034b592ba2 authored about 6 years ago
Merge pull request #1651 from AndreMiras/feature/python_build_parallel_jobs

Speed up Python and NumPy compilation process

015c0eb22607ea0a8585b17d1ecdcf459bcc9fe0 authored about 6 years ago
Speed up Python and NumPy compilation process

Uses `-j` flag on target/host python as well as numpy to run compilation
in parallel.
In NumPy w...

b4a6a66aeb175687a61f7e2550f14137a32e61ee authored about 6 years ago
Fixes opencv compilation, fixes #1313

Updates to latest opencv version `4.0.1`.
The compilation was tested on host/target python3 and ...

753ef181281a407982305899cae3f2fa68d12a2b authored about 6 years ago
Merge pull request #1649 from opacam/remove-unused-var-in-archs

Remove unused variable in archs.py

b16897841e8c06a27111ecc18a900383f4a0c697 authored about 6 years ago
Merge pull request #1648 from opacam/fix-hardcoded-linux-archs

Fix linux hardcoded entry in archs.py

a15598c9ee2a91319df80701973150e0ded67e21 authored about 6 years ago