Page MenuHomeFreeBSD

[NEW PORT] devel/py-reedsolo: Pure-Python Reed Solomon encoder/decoder
ClosedPublic

Authored by loader on May 30 2021, 3:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 14, 12:23 AM
Unknown Object (File)
Wed, Apr 10, 4:33 AM
Unknown Object (File)
Fri, Mar 29, 5:40 AM
Unknown Object (File)
Feb 18 2024, 2:02 PM
Unknown Object (File)
Jan 14 2024, 10:12 PM
Unknown Object (File)
Jan 13 2024, 11:14 PM
Unknown Object (File)
Dec 20 2023, 6:52 AM
Unknown Object (File)
Dec 17 2023, 6:15 AM
Subscribers

Details

Summary
[NEW PORT] devel/py-reedsolo: Pure-Python Reed Solomon encoder/decoder

A pure-python universal errors-and-erasures Reed-Solomon Codec, based on
the wonderful tutorial at wikiversity, written by "Bobmath" and "LRQ3000".

WWW: https://github.com/tomerfiliba/reedsolomon

Reviewed_by:	koobs
Approved by:	koobs (ports, mentor)
Differential_Revision: D30551
MFH:		No (Port does not exist in quarterly)
Test Plan
  • portlint: OK (looks fine.)
  • testport: OK (poudriere: 140013, [armv7,aarch64,i386,amd64], tested)
  • unittest: OK (

tested on aarch64:
Python3.6: Ran 33 tests in 114.932s OK
Python3.7: Ran 33 tests in 111.145s OK
Python3.8: Ran 33 tests in 115.183s OK
Python3.9: Ran 33 tests in 113.197s OK
)

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

loader edited the summary of this revision. (Show Details)

@loader Looks good. Note you're implicit on all ports changesets, but its always good to get at least one independent review:

Reviewed_by: koobs

This revision was not accepted when it landed; it landed in state Needs Review.May 31 2021, 3:14 AM
This revision was automatically updated to reflect the committed changes.

@loader Looks good. Note you're implicit on all ports changesets, but its always good to get at least one independent review:

Reviewed_by: koobs

Okay, thanks @koobs.