Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-crcmod: add py313 subport, remove py38 subport #26252

Merged
merged 1 commit into from
Oct 23, 2024
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
3 changes: 1 addition & 2 deletions python/py-crcmod/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ PortGroup python 1.0
name py-crcmod
version 1.7
license MIT
platforms darwin
maintainers nomaintainer

description Python module for creating functions computing the Cyclic Redundancy Check (CRC).
Expand All @@ -20,7 +19,7 @@ checksums rmd160 503b415394d7c833b22e5a999454c0d67598cd54 \
sha256 dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e \
size 89670

python.versions 38 39 310 311 312
python.versions 39 310 311 312 313
python.pep517 yes

if {${name} ne ${subport}} {
Expand Down
Loading