Skip to content

Conversation

@trustbyte
Copy link
Contributor

Description

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 26.1 25B78 arm64
Command Line Tools 26.1.0.0.1.1761104275

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

@trustbyte trustbyte changed the title Py reedsolo 170 py-reedsolo: new port version 1.7.0 Nov 24, 2025
@trustbyte trustbyte mentioned this pull request Nov 24, 2025
12 tasks
Comment on lines 21 to 24
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-cython
} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

from upstream' release notes:

Drop cythonization by default, to avoid installation issues for users with Cython installed but no C++ compiler. Cythonization needs to be requested explictly now, using pip install --upgrade reedsolo --install-option="--cythonize" --verbose.

this suggests that you either don't need the cython dependency or if you want it then you need to supply some arguments.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed, builds.

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.

@reneeotten reneeotten merged commit 4a1bfe3 into macports:master Nov 28, 2025
3 checks passed
@trustbyte trustbyte deleted the py-reedsolo_170 branch November 28, 2025 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants