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

Remove unused variable in archs.py

bd4e85ee2935ca382222606fa703969e14770e0e authored about 6 years ago
Fix linux hardcoded entry in archs.py

I forgot to include this in pr `Fix hardcoded entries (build platform) for core modules: archs a...

7b2ef6791987030d720891756693f8a69b90c3d3 authored about 6 years ago
Merge pull request #1646 from inclement/use_singleTask_launchMode

Made the activity launch mode default to singleTask

603f8d9730fafe02d10f4b3ed68bb6cec234c9a3 authored about 6 years ago
Merge pull request #1645 from inclement/stop_build_on_compileall_error

Made build.py stop running if compileall failed

fd3e844134343390bf92f007154045bc4b6fb864 authored about 6 years ago
Made the activity launch mode default to singleTask

f87579130bf52e56b7396a5fc566a55528b7e9ea authored about 6 years ago
Made build.py stop running if compileall failed

9f8e3009db525d46f24dff029951729ec50ceb78 authored about 6 years ago
Merge pull request #1643 from AndreMiras/feature/ticket1306_retry_on_hiccups

Retry on download hiccups, refs #1306

c86d9ec32ecc4120d18349aa18308bee24f33aea authored about 6 years ago
Retry on download hiccups, refs #1306

Also removed `apt -y clean` layer optimization introduced in df60061.
That way we could skip run...

53e3a3154481e298e6a6124fdb3161de665da8a1 authored about 6 years ago
Merge pull request #1640 from inclement/improve_ndk_version_check

Added separate module for checking user SDK, NDK, API etc.

dba74d65c4ba43d09d8ad68db34e122cddb62179 authored about 6 years ago
Merge pull request #1642 from inclement/set_LANG_in_python_recipe

Set $LANG in PythonRecipe

2cc008bc873b30e0859e0bd2eea0ccc5a12fa7a6 authored about 6 years ago
Merge pull request #1641 from inclement/remove_old_toolchain_doc

Remove old toolchain doc and add short note about overriding recipe sources

44abbddd4aada69339470ada9310084a2caa1ba9 authored about 6 years ago
Set $LANG in PythonRecipe

174b7470a71babfa3d2570d453ad2920109c1e18 authored about 6 years ago
Fixed rst syntax, missing quote

f192df114a7fbb356450834fc2f96518da7692b4 authored about 6 years ago
Added doc note about overriding recipe source locations

7e4841de2051b91a2afce31907cfae531d868cf1 authored about 6 years ago
Removed the old toolchain doc

873e7b8dc34481fce354dcf4329eb168e29d93c4 authored about 6 years ago
Rearranged comment to keep flake8 happy

I don't think this kind of change is a good one for the ci to catch,
the original comment struct...

ac1d5d23e27b202a31a7ddd3dc4e3fa59bbb0570 authored about 6 years ago
Removed unused function

540076197e4ab52f0ad97018673b3c665a024a20 authored about 6 years ago
Fixed ndk version check when no version found

7630222e660c0ad36b868df48951c4d43592210f authored about 6 years ago
Added separate module for checking user SDK, NDK, API etc.

Also fixed some issues found during testing

6fc130309f3a49146e78ef3e6d6ad6590fb73014 authored about 6 years ago
Merge pull request #1607 from j-devel/fix-strip-bootstrap

Fix strip in bootstrap

8c1d5c8d63eafc5ba3c2f8a33d8558a0b5ef3222 authored about 6 years ago
Remove unused import of pythonforandroid.util.which

06f2d3956f116989c731a86b136feefefe3b838e authored about 6 years ago
Merge pull request #1635 from JonasT/shlexquotefix

Revert use of shlex.quote to avoid problems with python 2

71da840b50fba38e66f60af89be524609489ea43 authored about 6 years ago
Merge pull request #1624 from JonasT/fix_ctypes_util

Fix ctypes.util.find_library() not finding any libraries on Android

0b71851c32cd709e7131ef8b4ec3f0579243c37a authored about 6 years ago
Merge pull request #1636 from inclement/on_device_unit_test_app

Added app for on-device unit tests, refs #1637

f52cfc31abbc7046a468734ccdf8f6df30c1488e authored about 6 years ago
Revert use of shlex.quote to avoid problems with python 2

91e9f320c7ea12508378a49d086baab72b06ecbd authored about 6 years ago
Merge pull request #1633 from AndreMiras/feature/ticket1398_ifaddrs_fixes

Fixes ifaddrs recipe, closes #1398

8d9f1e363b90e15c11528337ab64e58fbfb68744 authored about 6 years ago
Added app for on-device unit tests

ae35da8a124545c1d28d7712ae3136977b1953ea authored about 6 years ago
Fixes ifaddrs recipe, closes #1398

- makes sure the compiler is being used rather than ccache alone
- pin the commit version and us...

91a55aa76f6ff9ca972d354bd41746ef01a518dc authored about 6 years ago
Merge pull request #1634 from AndreMiras/feature/travis_default_to_python3

Default Travis builds to Python3

e02e8d728a59029198a80a1296aa1851ca0ed45c authored about 6 years ago
Add a check to bake strip command's options only when they exist

7ad0207721aa75dc7e1727118f88ce08f8bdb877 authored about 6 years ago
Default Travis builds to Python3

9d23b05034a5af8b0e1919f854c78717cf774b54 authored about 6 years ago
Merge pull request #1623 from JonasT/fix_librt

Fix librt recipe requires that NDK folder is writable

fad5dd2fdc9b116b7621470deac501e4a7c4cc11 authored about 6 years ago
Merge pull request #1555 from opacam/python-core-libtorrent

[WIP][CORE UPDATE - PART XIV] Libtorrent+boost for both versions of python and updated versions

29f3494710f72bb7551cdbc238997a70b1f29c02 authored about 6 years ago
Fix librt recipe assuming that NDK folder is writable

(The NDK folder can be installed system-wide and may not be writable,
so without this fix the li...

1b387350ac12a2cf5decd7fe9cfb76680aa2e074 authored about 6 years ago
Merge pull request #1631 from AndreMiras/feature/dont_verbose_extraction

Do not verbose the "tar tf" command

b3d5f85b28ba08c52c2d28afbc9790291a8aafe1 authored about 6 years ago
Merge pull request #1627 from AndreMiras/feature/ticket1360_cleanup_LDSHARED

Clean-up LDSHARED, fixes #1360

adcc591340b929a8ae12d0c0665b604c99c2a944 authored about 6 years ago
Do not verbose the "tar tf" command

The `tar tf` command is actually just used to find the root directory.
Verbosing makes the Travi...

6dc5aa93e30d909c502692060ee87fec5a47ad7c authored about 6 years ago
Clean-up LDSHARED, fixes #1360

Since #1361 was merged, we can drop LDSHARED override.
Also pined `secp256k1-py` version and cou...

bc0c37857227c23a64e45199fefcb2c9cbb741e2 authored about 6 years ago
Fix libtorrent+boost (update to latest versions and add python3 compatibility)

Since the openssl and ndk update the boost and libtorrent recipes weren't working. The old versi...

f551a85f37b6f1af144d5d495810509ca06582cf authored about 6 years ago
Merge pull request #1556 from opacam/python-core-encryption-app

[WIP][CORE UPDATE - PART XV] Add encryption test app

99e9664c75c44c60bdc266e81b01bf839f22e313 authored about 6 years ago
Merge pull request #1629 from AndreMiras/feature/ticket1405_fixes_psycopg2

psycopg2 recipe fixes and doc, fixes #1405

6295c3638ac687378d5a642c705d9a9c139f5157 authored about 6 years ago
psycopg2 recipe fixes and doc, fixes #1405

Also replaced BROKEN_RECIPES_PYTHON3_CRYSTAX by BROKEN_RECIPES_PYTHON3
since our CI doesn't supp...

9465952006a73049b6165a9abfa6a7e77c8d29a6 authored about 6 years ago
Use enaml {version} rather than master, fixes #1409

Also fixes PEP8 after recent flake8==3.7.1 update

81a1b6a28b384ea44e234398f812df5718bbaf58 authored about 6 years ago
Fix ctypes.util.find_library() not finding any libraries on Android

b6b5cc584a979fdea3c75817182ef2c099bb2f3d authored about 6 years ago
Update of Recipes for python3 test (#1622)

Update of Recipes for test of broken recipes because of invalid dependency graphs, refs #1514

3cc06573d41cb083361ec6001eeb4087344a52a5 authored about 6 years ago
Merge pull request #1620 from mahomahomaho/python3-in-cymunk

- let cymunk also be built with python3 recipe

230fb66449f18217efa440b942ab6659f3f62edc authored about 6 years ago
Merge pull request #1619 from opacam/android-mk-absolute-paths

Make python flags to be absolute paths for Android.mk files

df66ff6b4cc599e27bed91bf7ede9cf85958ddc1 authored about 6 years ago
Make python flags to be absolute paths for Android.mk files

Because it make the reading easy, more maintainable and also will allow us to remove the recentl...

8ff3ef4d9f3de46ba5a5542a3858ffd9e92af2a8 authored about 6 years ago
Merge pull request #1618 from opacam/librt-hack

Create a `dumb` librt recipe and refactor the affected recipes to make use of this

3695853da582827d596304cef9aa7c8285942296 authored about 6 years ago
Create a `dumb` librt recipe and refactor the affected recipes to make use of this

Because some recipes inserts flags without our control (`-lrt`) and this is a problem because li...

1925bef29c695528a220cb395b6a23be9d9a20b7 authored about 6 years ago
Merge pull request #1600 from AndreMiras/feature/gevent_migration

Migrates gevent to new python3 recipe

041199b8438d509ca07f74cd35b7581a5462dff1 authored about 6 years ago
Merge pull request #1617 from inclement/fix_opt_depends

Made recipe graph resolution respect opt_depends

98226f06b9e068c7f1ee81354f38de5cb0fba2cc authored about 6 years ago
- let cymunk also be built with python3 recipe

dfd1bd9f5b79212bd37b2737ed5b3130704ca4e7 authored about 6 years ago
Made recipe graph resolution respect opt_depends

d30caa416ec999caaa8b02f42c646d145cd3f9cf authored about 6 years ago
Merge pull request #1616 from opacam/fix-startc-char

Fix C code being wrong for python2 in start.c (char * to wchar_t *)

8739241df02cf881c74b232db59e9b8338607968 authored about 6 years ago
Fix C code being wrong for python2 in start.c (char * to wchar_t *)

Avoids warning for python2 when compiling libmain.so: `incompatible pointer types passing 'unsig...

c5d215829ddf736a5e400d3daa60b25fada80685 authored about 6 years ago
Migrates gevent to new python3 recipe

Also adds unit tests for checking flags are being cleaned up properly.

fd31a66020d4d25b170aef068700f6113b0c94f4 authored about 6 years ago
Merge pull request #1614 from kivy/fix_libffi_cp

Removed argument to cp that doesn't exist on macOS

3808066ba9d72da0fb1a39b6762d1a454a6df75d authored about 6 years ago
Merge pull request #1592 from opacam/fix-pygame-components

Allow patching from any folder + fix pygame components issues

c846efd53dfd3f2b8f985b1731abe233f7ee019a authored about 6 years ago
Merge pull request #1601 from opacam/fix-compile-to-pyo

[WIP] Restores the ability to compile the python files into .pyo/.pyc (for both versions of python)

d22246d633f30ea30bc8c08759885b55f877eada authored about 6 years ago
Merge pull request #1597 from opacam/fix-build-platform

Fix hardcoded entries (build platform) for core modules: archs and python

a31f9f1b28dda86f2c5f01844ecc0c877cccbed3 authored about 6 years ago
Fix error when copying the generated library `libpythonX.so`

Because since the introduction of the ability to compile our python installation files, the copy...

3fee46e71aab6ea29147ccf3ef23b1b9db86bf89 authored about 6 years ago
Add ability to get hostpython and python version when creating our distribution files

Because this will allows us to restore the ability to compile python code to .pyo/.pyc (python2/...

327dabd9d538be55ec866c8efaa1041e5fc2a1c4 authored about 6 years ago
Blacklist files depending on python version

Because the compilation to .pyo extension only exists for python2. Since python >= 3.5 the exten...

42f89d22a03acb9bce747b62ba8853e801b1f371 authored about 6 years ago
Fix extension for compiled python files for start.c (.pyo/.pyc)

Because as of Python 3.5, the .pyo filename extension is no longer used

See also: `PEP 488 -- E...

8d148cfd5e5e8586a87795946907eeeddc64d3fe authored about 6 years ago
Add ability of compile our python installation files into (.pyc/.pyo) depending on our python version

Because this way the initialization of our apk it will be faster. We must use the .pyc extension...

b601a89f4c28e8397f0bf2934dafb445169bb49b authored about 6 years ago
Enables compiled python files for non sdl2 bootstraps (webview and service_only)

Or we will not be able to use our apk because we will not have the necessary compiled files (.py...

6d8800d762d89c0716c11544d1b789b5ac56bf1e authored about 6 years ago
Add ability to get the entry point dynamically for our PythonActivity.java files

Because as of Python 3.5, the .pyo filename extension is no longer used and has been eliminated ...

2b030697dc5757ed40cfa7cc236b147a3af362aa authored about 6 years ago
Fix python3's `compileall` command for build.py file

Because as of Python 3.5, the .pyo filename extension is no longer used, see:
- `PEP 488 -- El...

d6a927c66e2cf68ec62e11828b39d9818dfe0b8c authored about 6 years ago
Simplify strip command construction and use shlex.split

8cd69dc459959a8ab472510920842c51684f57c4 authored about 6 years ago
Merge pull request #1603 from AndreMiras/feature/greenlet_migration

Migrates greenlet to new python3 recipe, fixes #1245

cbab936004b4b6ce611f74605ef8b87d1c60148e authored about 6 years ago
Merge pull request #1591 from JonasT/fixargparseerror

Fix --private and others showing weird error when used without argument

9a2ee0bb41e39a11c9e495f66d56a04aaae138d8 authored about 6 years ago
Merge pull request #1609 from opacam/fix-libffi-linkage

Fix libffi/ctypes - wrong libffi headers when building python

2bb7285b1ede0ecd09c353c65c5f489582ba40e4 authored about 6 years ago
Removed argument to cp that doesn't exit on macOS

a23fd22795bf98f719ed6c904868ac42c8e39c16 authored about 6 years ago
Merge pull request #1593 from JonasT/forcebuilddocfix

Fix --force-build incorrectly listed as --force_build, fixes #1565

32389cb10cee2944d7dcbd7f59de6e335f4881b4 authored about 6 years ago
Merge pull request #1610 from kivy/JonasT-fix-keyboardapp

Fix incorrect site-packages path breaking keyboard test app at runtime

551a34e52675f5535385c335aec439cf17497479 authored about 6 years ago
Merge pull request #1528 from JonasT/newsdl

Bump SDL2 to 2.0.9 & Add API >=23 runtime permissions API

e8fcc321366885aa042921ac35c267dc16ea48e7 authored about 6 years ago
Use strip that is truthfully reconstructed from env['STRIP']

73d13ad4268281be458abdc496f933d19fc06280 authored about 6 years ago
Fix incorrect site-packages path breaking app at runtime

The keyboard app crashes at launch right now because it has outdated assumptions about the site ...

4668991c35da0354a61baa4582a4777e738246a1 authored about 6 years ago
Merge pull request #1574 from JonasT/recipe-download-retries

Add download retries to deal better with connection hiccups during build

0002847b29d6213f1b4de279476c68f723100dd0 authored about 6 years ago
Merge pull request #1608 from j-devel/fix-modules-empty

Fix getting empty "modules" directory when arch is not armeabi-v7a

f2a18a8215170037f66c665ca150c1c25f3fe6ec authored about 6 years ago
Bump SDL2 to 2.0.9, implement permission API

16b07eda580d60ed417ffe18992c44132c1f8f79 authored about 6 years ago
Inform python's build where is our libffi.pc file

To make sure that python links explicitly with our library

Note: This should solve the ctypes e...

e0a63f574660021c1af06aaa33e8191741de838f authored about 6 years ago
Make python2 use our libffi library in case that is present in our requirements

This is only necessary for python2 because in python3 the configure option that we use in python...

38cdc93f4c11b2fb014ba56417576f96ac740094 authored about 6 years ago
Fix libffi includedir

Because the python3's recipe uses pkg-config to link with the libffi library, and pkg-config rea...

1d4e12856d7023f049f0f65872e32c88ed2ccd8f authored about 6 years ago
Remove libffi's method `get_host`

To simplify the linkage of the libffi library (with this we will know exactly where will be buil...

7ff372cc1193024fe275cc32ce1ef6d0dacd4e21 authored about 6 years ago
Fix ending up with an empty modules directory (due to hardcoding) when arch is other than armeabi-v7a

f1dca1decfdac8ecf5a4d50e6589f18ac11f0552 authored about 6 years ago
Fix applying strip when the file name is ''

a2e63c953bffbf299eceaa06d91f1832b522f7a4 authored about 6 years ago
Fix strip failing (when arch is other than armeabi-v7a, e.g. x86) due to hardcoding

7a515d0d49f9052f2a45e5826635bcc0d27c2b2b authored about 6 years ago
Merge pull request #1552 from opacam/python-core-m2crypto

[CORE UPDATE - PART XI] M2crypto for both versions of python and updated version

178d5522e4fa07a210aacf3921b5954799cc4f91 authored about 6 years ago
Merge pull request #1547 from opacam/python-core-scrypt

[CORE UPDATE - PART VI] Fix scrypt

736a55cb8aa4856b1d4b83f1ed9a9ecbf21c3240 authored about 6 years ago
Merge pull request #1548 from opacam/python-core-apsw

[CORE UPDATE - PART VII] Apsw for both versions of python

1aee8fd4755bb843894704400e877a1126c84817 authored about 6 years ago
Merge pull request #1554 from opacam/python-core-pysha3

[CORE UPDATE - PART XIII] Pysha3 for both versions of python

23361cb90c251bd99e02a968a997b732a25e4e30 authored about 6 years ago
Merge pull request #1583 from opacam/rework-zbar

[WIP] Rework zbar (add python3 compatibility + add recipes: pyzbar and zbarlight)

45a3d8a3179c85b930a3d2c109e6c373ad21aed5 authored about 6 years ago
Merge pull request #1604 from AndreMiras/feature/conditional_build_improvements

Conditional build script fixes

4b4d55a8e31d53b978bca5eddac401013eb98852 authored about 6 years ago
Merge pull request #1586 from opacam/minor-fix-bootstraps

Corrections for `Fix bootstraps for webview and service_only` (recently merged)

52f4bbcd41165869a4bcc774be901eeeb3cabf89 authored about 6 years ago
Enhance testapp_service: add a service as specified in docs

cb94ed51e11c08d776534dfcceae1eb510218432 authored about 6 years ago
Restore service argument

¡¡¡Thanks @KeyWeeUsr!!!

d35687683b2382ee12e47a56be053ff56db1f7d9 authored about 6 years ago
Minor corrections for build.py that should had been fixed in #1541

We merged by mistake the mentioned pr with some minor issues that should had been fixed in there...

5fb66849963213cab91cb27f3034dbb61fdf14a5 authored about 6 years ago
Fix Service.templ.java

bc06cc814cae981cfe7b905cdd14a136c284ea6b authored about 6 years ago