summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/ruamel-yaml-clib: fix clang-16 build errorMarek Szuba2022-11-101-0/+34
| | | | | | Thanks-to: Peter Levine <plevine457@gmail.com> Closes: https://bugs.gentoo.org/880651 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/ruamel-yaml-clib: Remove oldMichał Górny2021-09-041-45/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ruamel-yaml-clib: support python3_10Marek Szuba2021-05-131-0/+45
A small change was needed for the source file _ruamel_yaml.c to compile against this version, that said with the fix in place builds and installs fine under all CPython versions currently in PYTHON_COMPAT, several deprecation warnings notwithstanding. No standalone test suite but all relevant tests from dev-python/ruamel-yaml pass. Nb. the aforementioned source file is cython-generated so it should be simple enough for upstream to bring up to date. Signed-off-by: Marek Szuba <marecki@gentoo.org>