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)
Mon, Jan 13, 7:18 AM
Unknown Object (File)
Dec 19 2024, 1:31 AM
Unknown Object (File)
Dec 5 2024, 10:04 AM
Unknown Object (File)
Nov 27 2024, 6:04 AM
Unknown Object (File)
Nov 25 2024, 9:28 AM
Unknown Object (File)
Nov 25 2024, 6:03 AM
Unknown Object (File)
Nov 24 2024, 7:30 PM
Unknown Object (File)
Nov 24 2024, 4:09 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.