* 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".
Package is non-functional: on both 3.7 and 3.9 it gives an error
when trying to "import psutil".
The patchset is WIP, so attempting to update to psutil 5.9.4 won't
do much.
Still, moving away from 3.7 makes sense.
This was Python 3.4's enum backported to even older versions. As we
don't support those anymore, and all supported ones include Enum
in the standard library, this won't be missed.
- Use loops to generate the package/version specific PROVIDES.
- Use version suffixes for the provided cmds, except for the ones
from the package for the default Python version (3.9 currently).
- Use loops to generate the package/version specific PROVIDES.
- Use version suffixes for the provided cmds, except for the ones
from the package for the default Python version (3.9 currently).
* html2text: retire the Python 2.7 recipe.
* html2text: clean up, support Python 3.10.
- Use loops to generate the package/version specific PROVIDES.
- Use version suffixes for the provided cmds, except for the ones
from the package for the default Python version (3.9 currently).
- Use loops to generate the package/version specific PROVIDES.
- Version all the scripts that will end on /bin (except for the one
from the default Python version, 3.9 at the moment).
This module was supposed to backport new functionality not present
on older version of Python.
The project repo states support for versions: 2.7 to 3.6, and last
update was in 2018.
Considering we're dropping support for 3.7, this one should not be
missed (not used by anything in-tree).
This module was supposed to backport new functionality not present
on older version of Python, and first introduced in Python 3.4.
The project repo states support for versions: 2.7 to 3.6, and last
update was in 2017.
Considering we're dropping support for 3.7, this one should not be
missed (not used by anything in-tree).