Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions python/py-reedsolo/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on the filename on PyPI this should likely also have

platforms {darwin any}
supported_archs noarch

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added.

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