gpo.zugaina.org

Search Portage & Overlays:

dev-python/reedsolo

Python Reed Solomon encoder/decoder

Screenshots

  • reedsolo-2.1.1_beta1-r2
    amd64 ~arm arm64 x86
    +native-extensions test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug

    View      Download      Browse     License: || ( Unlicense MIT-0 )   
    Overlay: gentoo
  • reedsolo-2.1.1_beta1
    ~amd64 ~x86
    test testmeta testoptional python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: The software is available under your choice of Unlicense SPDX short identifier: Unlicense or MIT No Attribution License SPDX short identifier: MIT-0: ----- <> This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <> ----- <> Copyright 2013-2023 Tomer Filiba & Stephen Larroque Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files the Software, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. <>   
    Overlay: pypi
  • reedsolo-1.7.0
    ~amd64 ~arm ~arm64 ~x86
    +native-extensions python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug

    View      Download      Browse     License: || ( Unlicense MIT-0 )   

ChangeLog

commit 086b6a8637994776bcc9d9414215d5698c46f906
Author: Arran Ubels <arran4@gmail.com>
Date: Fri Aug 21 22:32:20 2026 +1000

chore(dev-embedded, dev-python): clean up SRC_URI, indentation, and variable ordering for pkgcheck and g2

commit 16e30e6e5a30a7c960025f89119d580f1186348c
Author: Arran Ubels <arran4@gmail.com>
Date: Fri Aug 21 09:31:51 2026 +1000

dev-embedded/esp-idf: comprehensive Python dependency audit and packaging fixes

- Remove check_python_dependencies.py exit 0 bypass and rely on IDF_PYTHON_CHECK_CONSTRAINTS=no with natural dependency resolution
- Generate concrete idf.py wrapper during src_install using selected EPYTHON implementation
- Remove obsolete IDF_VIRTUAL_ENV_DISABLED from export.sh and wrapper
- Audit and align runtime dependencies for esp-idf child Python ebuilds:
* dev-python/esp-idf-diag: dev-python/pyyaml, dev-python/rich
* dev-python/esp-idf-kconfig: dev-python/esp-pylib, dev-python/rich-click, dev-python/click, dev-python/pyparsing, dev-python/textual
* dev-python/esp-idf-nvs-partition-gen: dev-python/cryptography, dev-python/esp-pylib, dev-python/rich-click, dev-python/click
* dev-python/esp-idf-size: dev-python/pyyaml, dev-python/rich
* dev-python/idf-component-manager: conditional dev-python/typing-extensions for python3_10/python3_11
* dev-python/esp-coredump: clean up RDEPEND syntax and HOMEPAGE ordering
* dev-python/esp-idf-monitor: clean up RDEPEND syntax and HOMEPAGE ordering
- Add dev-python/textual 1.0.0 and dev-python/reedsolo 1.7.0 ebuilds to satisfy upstream ESP-IDF Python dependency trees
- Expand integration test workflow with direct wrapper verification, environment export check, and multi-module smoke imports before firmware builds