cad/apio: Update 1.5.0 => 1.5.1
* Clarify LICENSE [0]
[0] https://github.com/FPGAwars/apio/issues/778
* Fix USE_PYTHON=concurrent when only one of Python 2 or 3 is supported
AND not using flavors does not make any sense (by portlint(1))
* Replace custom shebang fixing with standard one
Approved by: yuri@ (maintainer)
Differential Revision: https://reviews.freebsd.org/D59210
net/py-rabbitpy: Update to 3.0.2
Upstream switched to a hatchling/PEP 517 build and now requires Python
3.11 or newer. The pamqp dependency is now runtime-only and pinned to
the 4.x series.
misc/py-polars-runtime: Use py-build to build wheel
* Move build completely to PEP 517, by using proper (BUILD|INSTALL)_WRKSRC
* Use do-install override like other ports if port name != wheel name
* Use autoplist with overridden do-install target
PR: 298023
Approved by: yuri (maintainer)
misc/py-mcp-types: Add new port
The wire types for the Model Context Protocol.
This package holds the protocol message models, JSON-RPC envelope types, per-
version surface validators, and the protocol-version registry. Its only runtime
dependencies are pydantic and typing-extensions, so it can be installed on its
own when you need to (de)serialize MCP traffic without pulling in the full mcp
SDK.
https://pypi.org/project/mcp-types/
PR: 297537
www/code-server: Update to 4.135.0
Update to code-server 4.135.0, which bundles VS Code 1.135.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH