Files
Ryan Carsten Schmidt dc789cd4bc py-curl-cffi: Fix extract failure; other improvements
Fix extract failure of py-curl-cffi subport by moving the post-extract
block to the {${name} ne ${subport}} block.

Put the second (binary) distfile into worksrcpath using a symblic link;
no need to spend time and disk space to copy it.

Tell MacPorts not to extract the second (binary) distfile; the build
system does it itself.

Base the choice of second (binary) distfile on ${configure.build_arch}
rather than ${os.arch}.

Mark the port as supporting only arm64 and x86_64, since those are the
only architectures for which the second (binary) distfile is available.

Disable the universal variant since the port doesn't have any code to
handle this.

Deduplicate and hopefully clarify code.

Remove duplicate slash in second (binary) distfile download URL.
2026-04-15 07:42:12 -05:00
..