head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2024.01.28.12.43.55; author rhialto; state dead; branches; next 1.1; commitid Hs3v8dpAXcT2odWE; 1.1 date 2024.01.07.15.13.12; author rhialto; state Exp; branches; next ; commitid 6szQv3qJH369TwTE; desc @@ 1.2 log @devel/breezy: update to 3.3.5. Now compatible with Python 3.12. @ text @$NetBSD: patch-pyproject.toml,v 1.1 2024/01/07 15:13:12 rhialto Exp $ Allow setup.py to dynamically add "scripts", which it will do because we're setting CIBUILDWHEEL=1. We do this because we prefer the small python console script over a 611 KB rust program. --- pyproject.toml.orig 2024-01-07 14:05:06.371272997 +0000 +++ pyproject.toml @@@@ -35,7 +35,7 @@@@ dependencies = [ "urllib3>=1.24.1", "pyyaml", ] -dynamic = ["version"] +dynamic = ["version", "scripts"] [project.urls] Homepage = "https://www.breezy-vcs.org/" @ 1.1 log @devel/breezy: update to 3.3.4. Major change: now parts are written in Rust. A default build even tries to build the main program in Rust (which uses libpython to run all the python). This has been patched out. Breezy is now compatible with Python 3.11. @ text @d1 1 a1 1 $NetBSD$ @