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

Bump to SDL2 2.0.10 & extract .java from SDL2 tarball: merge conflicts fixed (#2113)

* Bump to SDL2 2.0.10 & make sure to extract .java from SDL2 tarball

* Made SDL2 patching do ...

1b887bed09a7ec19bfa00c9fb69a54e3f60a2328 authored over 4 years ago
Merge pull request #2164 from AndreMiras/feature/pygame_recipe

Adds pygame recipe

66f6a34fb3825304923a51fcaf747e0b1477ce5e authored over 4 years ago
Merge pull request #2165 from AndreMiras/feature/documentation_update

Adds macOS install instructions

36426f442a10d391788f54277df6a412f12700b0 authored over 4 years ago
Adds macOS install instructions

Also removes deprecated error troubleshooting targeting Python 2.

d5c672eea66d860deabc41800222a1f862f39f1e authored over 4 years ago
Adds pygame recipe

As discussed on the Discord, this is a recipe to build apps based on
SDL2-based pygame.

It curr...

9dded872fea836664bfbdd3c418d32a768532f68 authored over 4 years ago
Removed python2 support mention from README (#2162)

3bdeaca701d5fe4ad55c6164d2fc0a8adbe00129 authored over 4 years ago
Adding more assets (#2132)

* command line option to add to the assets/ directory

* allow custom destination paths

* c...

4b6e095e8e3540039b2a7dfa0dc1b380d8b46ae0 authored over 4 years ago
Get --add-source working for dirs in Gradle builds (#2156)

* Switch to using Gradle srcDir props for extra source dirs.

* Add warning about only support...

36825d7ffe91eebcd12992911ddf7b5a5d87ccd7 authored over 4 years ago
Merge pull request #2159 from AndreMiras/feature/fix_macos_venv_build

Fixes hostpython build with macOS venv

83dc122bf16a1fd2a5741b4754c6f19236a0b29d authored over 4 years ago
Fixes python build with macOS venv

Running the freshly compiled python binary from another Python
process (e.g. sh module or os.sys...

38ba1ad763f52bb3d012c5720f333071f1f035c4 authored over 4 years ago
Merge pull request #2160 from AndreMiras/feature/fixes_sh_module_expect_dict

Fixes sh `_env` should be a dictionary

50affc808881810b3f85cb4eae6606bef0b5c9d7 authored over 4 years ago
Fixes sh `_env` should be a dictionary

It looks like the `_env` keyword argument is acception dictionary only.
The error was:
```
TypeE...

e2b9cfe17d17607d876b7664cc0026dcd5e69f2e authored over 4 years ago
:rotating light: Fix linting for setup.py (#2158)

* :rotating_light: Fix linting for setup.py

- F401 'os' imported but unused
- E303 too many ...

60c624ffe839e0f975bfdbf5a2adfd88743cf010 authored almost 5 years ago
Show loading screen while unpacking for webview bootstrap (#2153)

* Port unpack task to webview to properly show loading screen.

* Remove customization for our...

41b363cf17ddaa59bc6eed3ec1881bbcdeefb20a authored almost 5 years ago
Use python3's venv instead of virtualenv (#2152)

* :alien: Migrate to `toml` and apply `isort` to `pythonpackage.py`

Because `pytoml` is depre...

678117965f53b0fdbbd83d72964403ca4cae672b authored almost 5 years ago
Merge pull request #2154 from kollivier/jnius_fix

When bootstraps were unified, sources moved from src to src/main/java…

088077f1858c243b7136a5fe255f58f16b803ab9 authored almost 5 years ago
When bootstraps were unified, sources moved from src to src/main/java for webview and service boostraps, so copy other sources there as well.

253dc2876835213dbde1b88a6905f20e1c35fbd0 authored almost 5 years ago
Update setup.py: add classifiers & python_requires (#2151)

* :pushpin: Update classifiers & add python_requires

* :ok_hand: Allow Python version > 3

83f35ab6d83bff2015bf5eb9bc5b33f0f2816c2b authored almost 5 years ago
Merge pull request #2147 from pavelsof/twisted

Removes Twisted recipe unit tests from target install

3aa2aec0c851af32281ca5eb2b35114589ed62ae authored almost 5 years ago
Better recipe for Twisted: removed the unit tests.

af8e1b740aa4488ffe8c86aecee55b440a6223df authored almost 5 years ago
Merge pull request #2143 from yingshaoxo/patch-1

Update AndroidManifest.tmpl.xml to support HTTP

710c3d554b64b79e0c026a0cb0854fb3593670b7 authored almost 5 years ago
Update AndroidManifest.tmpl.xml to support HTTP

https://stackoverflow.com/questions/52707918/webview-showing-err-cleartext-not-permitted-althoug...

5d329bf49ae37c988dd4caa5f1192cd7cf6146e9 authored almost 5 years ago
Merge pull request #2142 from AndreMiras/feature/python2_drop_follow_up

Simplifies Dockerfile and fix GitHub runner space

71f8fb5c98c0b070726604218a4011980677ee8e authored almost 5 years ago
Simplifies Dockerfile and fix GitHub runner space

Simplifies the Dockerfile as Python 2 was dropped.
Renames to default "Dockerfile" so it's picke...

b5dfdafb0953764a884384870eb0d41cad7ed561 authored almost 5 years ago
Update bootstrap.py (#2137)

* Update bootstrap.py

Try to fix a bug that I meet during compiling.

This is how I met thi...

265fe7f4aa767838a5fa4b4020a0935d23a3e230 authored almost 5 years ago
Merge pull request #2092 from zworkb/android-library

Android library

36bc8a40b893737862569761e91784971ebf1062 authored almost 5 years ago
Merge pull request #2141 from pnijhara/pnijhara-patch-1

Fix some code quality and bug-risk issues

ca9c46713a3b60ca6b8435a0158944fc51b90c1e authored almost 5 years ago
Fix some code quality and bug-risk issues

00719aea805616a956774825344a091989bde129 authored almost 5 years ago
repairted test on number of bootstraps

cea61f59d70a3090ff67b69ddd7768b94bb29810 authored almost 5 years ago
p4a support for creating aar libraries

* ported @xuhcc's PR 1063 to recent p4a master

* bootstraps dirs are cumulatively copied based ...

0b81c78f59d033027a88dd68f6952877b492b983 authored almost 5 years ago
fixed rebase armageddon

15590dabec8c4505d1ec05963f7bd47879e9681d authored almost 5 years ago
:lock: Bump twisted version to `20.3.0` (#2135)

Because of a detected vulnerability with prior versions of twisted:

**See also**: https://git...

47c9c33f522d0ec6fa4a654ac661bdbce7bc79b5 authored almost 5 years ago
Merge pull request #2122 from kivy/feature/auto_release_pypi

Auto deploys to PyPI using Travis on tags

8670de6bc224290202ddb745c42a3589747a5a3a authored almost 5 years ago
Merge pull request #2134 from AndreMiras/develop

release-2020.03.30 to develop

7a4ecf27fab21497c6313d1bb6d15e26b70a7c16 authored almost 5 years ago
Merge pull request #2126 from AndreMiras/feature/rst_documentation_fixes

Fixes code block directives

cfabe377644a4860ee26cc09a4913b6871ec6817 authored almost 5 years ago
Merge branch 'release-2020.03.30' into develop

```
git mergetool

This message is displayed because 'merge.tool' is not configured.
See 'git me...

6ea0750cbfc2c2f6943adb2de725ce6fb8cc43cf authored almost 5 years ago
Merge pull request #2130 from SomberNight/202004_recipe_cryptography

recipe: update 'cryptography' and rm unnecessary dependencies

caf9f4b2911639760146f7f203a6a9d1caf1ac46 authored almost 5 years ago
Merge pull request #2111 from kivy/release-2020.03.30

Release 2020.03.30

8cf66cc12dca1a0b5210356be39ca9b6ee0a5630 authored almost 5 years ago
recipe: update 'cryptography' and rm unnecessary dependencies

- 'idna' no longer needed since version 2.5
- 'asn1crypto' no longer needed since version 2.8
- ...

187f859b19f8606d73dbd2e0dccfe7f0c2b0723d authored almost 5 years ago
Merge pull request #2131 from AndreMiras/feature/cffi_version_bump

Bumps cffi==1.13.2 fixes under Python 3.8

d56181c03b3ef0a2e9e6e7a66d2d06627298b4fb authored almost 5 years ago
Bumps cffi==1.13.2 fixes under Python 3.8

https://bitbucket.org/cffi/cffi/issues/403/build-fails-on-38-dev-pyinterpreterstate
https://gith...

10cf15868c08acc755d421a26309ffcdb6c0aeac authored almost 5 years ago
Merge pull request #2129 from AndreMiras/feature/fixes_coveralls_not_running

Fix coveralls error on GitHub Actions

94d1a7df9883f42d09b23ad1c9a4a2d1d0e62a0b authored almost 5 years ago
Fix coveralls error on GitHub Actions

Coveralls started failing suddenly in GitHub Actions Worflows.
This feels like a bug on their si...

b0e63103e9e141d2c3142366e7fc4ff6df700321 authored almost 5 years ago
Merge pull request #2128 from mikevlz/develop

bump zeroconf version to 0.24.5, fix depends

b874e98b9b659f9f14e9054a9d7878e91fe09fcb authored almost 5 years ago
bump zeroconf version to 0.24.5, fix depends

python-zeroconf bumped to 0.24.5(latest version via pip)
package depends only on 'ifaddr' and '...

a2420ecbe92f156ef650f1224be8d005eec46e97 authored almost 5 years ago
Merge pull request #2127 from pygame/bug-fix-install-built-libs

Install already compiled libraries

7a983f489ee4f61eef270dd29a048716627705c0 authored almost 5 years ago
fixes #2056, fixes #2045, actually fixes #2051 and #1142

cf4a2f035b6ccc5269cbd1f604f66ae02a44292e authored almost 5 years ago
Merge pull request #1867 from etc0de/make_debug_release_debuggable

Fix debug build not resulting in gdb-debuggable build

50358c9e01f5e9e0e5e3f35ecef2b82b7455d78b authored almost 5 years ago
Fixes code block directives

- s/codeblock/code-block/
- fixes code block being nested because of previous literal block `::`

a69a2c476507f6c73ca3edeeeff2617164f5c1b0 authored almost 5 years ago
Merge branch 'master' into release-2020.03.30

c78a90d2df0964a2bc0c8d844ea626c574b423d2 authored almost 5 years ago
Merge pull request #2125 from kivy/develop-merge-master-2

Merge master into develop

24fefcfe0977516f8da7d77d14fab66214532a6f authored almost 5 years ago
Merge branch 'master' into develop

7706cbf0a76b6694da3ce068e1ac533a6fbd9bfe authored almost 5 years ago
Auto deploys to PyPI using Travis on tags

Uses PyPI `__token__` and Travis auto deployment to publish to PyPI
upon tagging.
https://pypi.o...

266cfc3855c324da11a0c6dab2800597be6f34f9 authored almost 5 years ago
Merge master into develop (#2123)

* Release 2019.10.06 (#1998)

* [recipes] Fix compilation for regex recipe

The error was: ...

6fae684dbd77d0a0d32064f9d74f0d41f1dc383d authored almost 5 years ago
Merge pull request #2118 from AndreMiras/feature/bump_openssl_master

Bumps openssl to 1.1.1f

52abfe9a56364e8ae9166ce3a4c591d6cd20a474 authored almost 5 years ago
Updated version to 2019.10.06.post0

3058fd1059971d5020043bcc0f73ebadc520a6fe authored almost 5 years ago
Bumps openssl to 1.1.1f

6fbe38810e340212bb658c1f2a74f921afbd681f authored almost 5 years ago
Update recommended NDK version to 19c (#2116)

Probably newer versions are also fine, but making this change in particular because the buildoze...

f5dbf219aac1f11389b8322c42ab3397397a75b3 authored almost 5 years ago
Unify most of the test apps into `on device unit test app` (#2046)

* :package: Refactor (move) `PythonTestMixIn` into `tests.mixin`

* :package: Unify most of th...

16155c084e106334bf95e2395d818362ed678fce authored almost 5 years ago
Merge pull request #2115 from AndreMiras/feature/minor_fixes

Minor fixes and cleanup

f2b621e5871437ed3d05c96aa953fad8c97259b5 authored almost 5 years ago
Minor fixes and cleanup

- remove `object` inheritance
- remove `__future__` imports
- remove `six` checks and conditiona...

22b7dfee1ddc5f435f8bf016cbf83980a45b4374 authored almost 5 years ago
Merge pull request #2114 from AndreMiras/feature/fixes_linting

Fixes linting errors in runnable.py

a5483306e3e2312b7d0b64d5a9f1e1c491af6851 authored almost 5 years ago
Fixes linting errors in runnable.py

https://travis-ci.org/github/kivy/python-for-android/jobs/668867999
```
runnable.py:17:1: E302 e...

2e16e67cde056fd350ac5f6517d80c2422bc51ae authored almost 5 years ago
:package: Refactor python module into hostpython3/python3 recipes (#2108)

* :package: Refactor `pythonforandroid.python` recipes into his own recipe

As it was done ori...

0af0ffa1450bf998e678ba50267fd38b89ed4d1a authored almost 5 years ago
fix for the problem with decorator run_on_ui_thread and the local ref… (#1830)

* fix for the problem with decorator run_on_ui_thread and the local reference table overflow

...

7c11148b5502d20a8b4a21a68e556a4cce7056c9 authored almost 5 years ago
Merge branch 'develop' into make_debug_release_debuggable

acbf02a98902d417843ae7a7deb6c47ba1cbd83e authored almost 5 years ago
[recipes] Update harfbuzz to v2.6.4 (#2069)

92790480fc34d7013c976bb6b7f47f02c56d5270 authored almost 5 years ago
[recipes] Update freetype & add zlib support (#2068)

d59b910019f0aba76c26f61fa8bd2a2fe6877189 authored almost 5 years ago
:fire: Move to python3 `super` calls (#2106)

Co-authored-by: Alexander Taylor <[email protected]>

e02541fff57960a51f2c8f76f0eafdf23e48d032 authored almost 5 years ago
:fire: Drop Python 2 support (#2105)

* :fire: Remove `hostpython2` recipe

* :fire: Remove `python2` recipe

* :fire: Remove pyth...

2b33eae5b64d3d4d91026c0326fc1e2ec58e370c authored almost 5 years ago
Updated version number to 2020.03.30

24037dc9761e5102ad4c9a216a4b8ff759a6357c authored almost 5 years ago
Merge pull request #2109 from AndreMiras/feature/update_doc_install_dep

Updates quickstart.rst "Installing Dependencies"

c47f6978f4721a227df6a9f145fedd75a7e43421 authored almost 5 years ago
Updates quickstart.rst "Installing Dependencies"

- orders dependencies bullets alphabetically
- updates Arch Linux dependencies
- updates Ubuntu ...

d287859f9d68f3a645629d3871d04cc6be9b1b05 authored almost 5 years ago
:alien: Remove deprecated key `sudo` (#2102)

3a875395ed6b78541ecddd7c2ff9da38aadf3ac0 authored almost 5 years ago
:sparkles: Add `pandas` recipe (#2100)

* :sparkles: Add `pandas` recipe

* :white_check_mark: Add tests for `pandas` recipe

* :arr...

f91d08049a79dd5dadd4387fbdbd10cfd1979c96 authored almost 5 years ago
:arrow_up: Update `pytz` to version `2019.3` (#2101)

Because is one of the dependencies of `pandas` recipe,
and despite that the old version seems t...

4d9652aa612957dcccdcc4a4ed1907d13b4bfcc8 authored almost 5 years ago
:sparkles: Compression libraries - episode III: add support for libbz2 & liblzma to python3 (#2097)

* :sparkles: Add `bz2` and `lzma` support to `Python3`

* :pencil: Update python3 recipe docst...

c427344c378ed18134e7c90073704864c2b9c62b authored almost 5 years ago
Merge pull request #2099 from AndreMiras/feature/updates_broken_psycopg2_url

Fixes psycopg2 URL, closes #2098

1c95b40004300dcfaca01d9bc5b36ebe52b110ba authored almost 5 years ago
:sparkles: Compression libraries - episode II: liblzma (#2096)

* :sparkles: Add `liblzma` recipe (liblzma.so)

* :white_check_mark: Add tests for `liblzma` r...

f3748b4663eb19d0f1dd35c611a45854ff0461e8 authored almost 5 years ago
:sparkles: Compression libraries - episode I: libbz2 (#2095)

* :sparkles: Add `libbz2` recipe (libbz2.so)

* :white_check_mark: Add tests for `libbz2` recipe

31cad00ed8d75c2106db4c5ce8b5b69f10a4b41e authored almost 5 years ago
Fixes psycopg2 URL, closes #2098

2461ec4700f9eca9906759fe8359cf3a156f5423 authored almost 5 years ago
Merge pull request #2093 from AndreMiras/feature/fix_gevent_arm64-v8a_build

Fixes gevent recipe on arm64-v8a arch

21d4d3551d4f5fd7e9970a03895c5b677f04b9e2 authored almost 5 years ago
Merge pull request #2094 from BornForFever/patch-1

Update quickstart.rst

28c1d9791656dac6f2a2414df275a762228e70b3 authored almost 5 years ago
Update quickstart.rst

103e0c272ed1e159f9857d0654a31fccaa58fd7c authored almost 5 years ago
Fixes gevent recipe on arm64-v8a arch

Adding `libm.so` to the `arm64-v8a` build fixes undefined reference
errors. The (truncated) conf...

56a92b12b43f9d1ca7de980027085c49e7b7f475 authored almost 5 years ago
:bug: Add `-fPIC` to `CFLAGS` for Arch `x86_64` (#2085)

Since, at this point, we know that we need to add the mentioned flags at
some point, let's be b...

22eb6c910d92a61f3ff82bc116597be9ce27bafd authored almost 5 years ago
Update `numpy` to v1.18.1 (add `cython` recipe) (#2077)

* [recipes] Update `numpy` to v1.18.1 (add `cython` recipe)

* [recipes] Move CI `numpy` tests...

9d5ebb648a65591b0bccc4e52054f9bad67cbebd authored almost 5 years ago
:bug: Fix Python 3 patch naming and content (#2083)

Because:
- the name does not match the file
- `py3.8.1_fix_cortex_a8.patch` contains unn...

6b73f52005cc48fd41376d18439ba7522dfd8b20 authored almost 5 years ago
Merge pull request #2081 from erikhu/patch-1

Update PythonService.java

4ab62168c5f1c4c5762be1975238176192e9e9c7 authored almost 5 years ago
Update PythonService.java

fix comparison foreground

1bed396a4e89f6c6ba163581d660a45b21325392 authored almost 5 years ago
Fix `matplotlib` and update to `v3.1.3` (#2076)

* [recipes] Fix `matplotlib` and update to `v3.1.3`

* [recipes] Fix misspelled word

* [rec...

2b5b40204fff6d6473f6f03b8b3eb9f9b9ed2e75 authored almost 5 years ago
Fix recipe `kiwisolver` (add `cppy` recipe) (#2075)

c1b94fd3fbc478c3779ae4821d30f0e648e9293f authored almost 5 years ago
[recipes] Update Pillow to v7.0.0 (#2067)

9c6d8b808a29b8f392d83bbe195420274768c8d4 authored almost 5 years ago
[gh-actions] Move to actions/checkout@v2 (#2070)

* [gh-actions] Move to actions/checkout@v2

* [gh-actions] Checkout `develop` branch for `rebu...

c0a30ea0cc78df59c51ee5c7ea3a7ddd4b81608b authored almost 5 years ago
Fix missing renames of Bootstrap.list_bootstraps -> Bootstrap.all_bootstraps (#2066)

8740267d82fc3797a56ee355c9e69f4f30b35a84 authored almost 5 years ago
Merge pull request #2064 from HirotsuguMINOWA/fix_hogehoge_issue

fixed patch's name to apply correctly

9b608e8e90a3f1c775b0ee80971edef271dd1e2c authored almost 5 years ago
fixed patch's name to apply correclty

cacebb09a39cd74697646af67047764a8fd54256 authored almost 5 years ago
Merge pull request #2063 from AndreMiras/feature/fix_osx_build

virtualenv 20 breaks the osx build

a5658a3ac4b8499de83e6349e86408e2bc248cec authored almost 5 years ago
Python 3.8 support on Android (#2044)

* Did basic changes for Python3.8 support

* Added python 3.8.1 patch to git

* Added infras...

40ed06d8d0d4fe7d029bc690d3498ba22a434b4c authored almost 5 years ago
virtualenv 20 breaks the osx build

8b3af950b67392ea0add609844ea9f27748989c7 authored almost 5 years ago