Page MenuHomeFreeBSD

science/py-tweedledum: Update to 1.2.0
AbandonedPublic

Authored by yuri on Jun 25 2026, 2:56 AM.
Tags
None
Referenced Files
F169175226: D57839.id180666.diff
Mon, Aug 31, 5:18 PM
F169157336: D57839.diff
Mon, Aug 31, 3:13 PM
F169130214: D57839.id180591.diff
Mon, Aug 31, 12:54 PM
F169130208: D57839.id180652.diff
Mon, Aug 31, 12:54 PM
Unknown Object (File)
Mon, Aug 31, 7:15 AM
Unknown Object (File)
Sun, Aug 30, 10:39 PM
Unknown Object (File)
Sat, Aug 29, 5:17 PM
Unknown Object (File)
Sat, Aug 29, 3:12 PM
Subscribers

Details

Reviewers
hiroo_oikumene.net
des
Group Reviewers
Python
Summary

The only changes apart from the version number are a new pep517 build
system and dropping the bundled pybind11 in favor of py-nanobind.

PR: 294633

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74455
Build 71338: arc lint + arc unit

Event Timeline

des requested review of this revision.Jun 25 2026, 2:56 AM
des created this revision.

tweak after testing with py-setuptools-81

Looks good. It is also a good thing that we do not need py-cmake.

This revision is now accepted and ready to land.Jun 30 2026, 12:00 PM
mat added inline comments.
science/py-tweedledum/Makefile
3–5

You cannot have both PORTVERSION and DISTVERSION, choose one.

science/py-tweedledum/Makefile
3–5

DISTVERSION is used by Mk/Uses/python.mk and must match the version declared in pyproject.toml, but since I'm fetching a specific commit and not an official tag or release I want to include a date in the version. This is the only solution I found that works.

sunpoet added inline comments.
science/py-tweedledum/Makefile
3–5

You could use DISTVERSIONSUFFIX=-20260518 instead.

des marked 2 inline comments as done.

rf

This revision now requires review to proceed.Jul 1 2026, 10:12 AM
yuri edited reviewers, added: des; removed: yuri.

This port is already updated.