* libsdl2: remove cmake file for libsdl2_test.a
The cmake file for libSDL2_test.a was still there, causing build failures for dependant proijects (because of broken cmake file?)
* Update libsdl2-2.26.4.recipe
- Drop support for Python 2.7/3.7.
- Add it for Python 3.9/3.10.
- Move to x86 in 32 bits.
- Disable creation of "any" pycurl_doc package (for now at least).
Its content wasn't that much helpful.
* jsonrpcclient: drop Python 3.7 support, add it for 3.9/3.10.
Also: Fixed REQUIRES. jsonrpclient still won't run as the version of
the `click` package in the repos (8.1.3) is too new for this version
of `jsonrpclient` (requires click < 7.x).
Updating to 4.0.3 will require either switching to install from
the wheel (.whl) file provided by the project over PyPi, or having
a working Poetry package in Haiku.
Packaging Poetry and its nearly 30 dependencies is still an on-going
quest, so in the meantime we might want to use that .whl after all.
* jsonrpcclient: update to version 4.0.3.
Had to use the .whl file provided on PyPi, as the tarball depends
on Poetry (and we don't have it on repos).
Tested "ping" example script via aiohttp, against jsonrpcserver.
Got a "pong" as response, so it seems to be working :-)
- Switch to "any" arch (as this is pure Python code).
- Added support for Python 3.10.
- Added bash completion file for the default "cmd:tqdm".
- Install the man page.
* pypandoc: style cleanup, add support for Python 3.10.
* pypandoc: update to version 1.11
Marked as disabled, as we don't actually have a binary/package for
pandoc in the repos (requires GHC).
- Last release was in 2009.
- Building the documentation requires:
- LaTex + latex2html
- The actual Python 2 source tarball (as it uses stuff from its
"Docs" directory).
- Nothing in-tree requires PyChart.
- Doesn't even actually works with Python 3.7. Errors out with:
"NameError: name 'TupleType' is not defined".