Page MenuHomeFreeBSD

devel/py-maturin: Upgrade port to 1.10.1
ClosedPublic

Authored by michaelo on Tue, Nov 11, 2:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 20, 6:07 PM
Unknown Object (File)
Thu, Nov 20, 6:06 PM
Unknown Object (File)
Thu, Nov 20, 6:05 PM
Unknown Object (File)
Thu, Nov 20, 6:05 PM
Unknown Object (File)
Thu, Nov 20, 5:55 PM
Unknown Object (File)
Tue, Nov 18, 3:53 AM
Unknown Object (File)
Sat, Nov 15, 4:18 PM
Unknown Object (File)
Sat, Nov 15, 4:18 PM
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68566
Build 65449: arc lint + arc unit

Event Timeline

michaelo created this revision.

Creates file produced by:

awk '/name = / { gsub(/"/, "", $3); name=$3 } /version = / { gsub(/"/, "", $3); print "\t\t" name "-" $3 " \\" }' Cargo.lock | sort -u > ../../Makefile.crates

Please check beforehand whether devel/py-maturin builds on all Tier1 FreeBSD releases (maybe CURRENT as well, if possible) and that the consumers (retrievable e.g. with portgrep -o -s -d py-maturin) also builds fine.
Otherwise, LGTM and thank you very much!

This revision is now accepted and ready to land.Wed, Nov 12, 2:54 PM
In D53687#1226367, @kai wrote:

Please check beforehand whether devel/py-maturin builds on all Tier1 FreeBSD releases (maybe CURRENT as well, if possible) and that the consumers (retrievable e.g. with portgrep -o -s -d py-maturin) also builds fine.
Otherwise, LGTM and thank you very much!

Alright, that's fair. Let me try, will take a moment. maturin itself builds just fine in my poudriere setup.

It took me countless hours, but these do build:

archivers/py-cramjam chinese/py-rjieba databases/py-datafusion databases/py-sqlglotrs databases/py-sqloxide devel/py-tox-toml-fmt devel/py-deptry devel/py-qcs-sdk-python devel/py-regress devel/py-rpds-py devel/py-ruff devel/py-pyperscan devel/py-pyproject-fmt-rust devel/py-jellyfish devel/py-orjson devel/py-pendulum devel/py-pydantic-core devel/py-pyproject-fmt devel/py-ty devel/py-watchfiles devel/py-pycrdt devel/py-dbt-extractor devel/py-ormsgpack devel/py-fastuuid devel/py-uv-build08 lang/py-dhall math/py-clarabel math/py-pcodec misc/py-lazrs misc/py-hf-xet misc/py-polars misc/py-pyqir misc/py-safetensors www/py-adblock www/py-jh2 www/py-nh3 www/py-qh3 www/py-granian www/py-pywry www/py-primp security/py-cryptography textproc/py-pycddl textproc/py-jiter textproc/py-tokenizers textproc/py-textual-speedups x11-fonts/py-shaperglot
This revision was automatically updated to reflect the committed changes.