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
F136083378: D53687.id166287.diff
Sat, Nov 15, 4:18 PM
F136083356: D53687.diff
Sat, Nov 15, 4:18 PM
F136025857: D53687.id166344.diff
Sat, Nov 15, 5:03 AM
F136025854: D53687.id166287.diff
Sat, Nov 15, 5:03 AM
F136025848: D53687.id166230.diff
Sat, Nov 15, 5:03 AM
F136025847: D53687.id.diff
Sat, Nov 15, 5:03 AM
F136025840: D53687.diff
Sat, Nov 15, 5:03 AM
Unknown Object (File)
Fri, Nov 14, 12:24 PM
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.