# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-reedsolo
version             1.7.0
revision            0
license             MIT
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
description         A pythonic universal errors-and-erasures Reed-Solomon Codec to protect your data from errors and bitrot.
long_description    {*}${description} It includes a pure python implementation and an optional speed-optimized Cython/C extension.
homepage            https://github.com/tomerfiliba-org/reedsolomon

checksums           rmd160  4ab17569762ebcb69dfb12b2bdafe00232a53f69 \
                    sha256  c1359f02742751afe0f1c0de9f0772cc113835aa2855d2db420ea24393c87732 \
                    size    59723

python.versions     310 311 312

