On 2022/02/27 08:29, Bjorn Ketelaars wrote: > On Sat 26/02/2022 22:22, Stuart Henderson wrote: > > Newer setuptools_scm uses a different TOML parser, py-tomli; port attached. > > OK to import? There's some slight mess, we don't handle distutils > > ports without setup.py yet, so there's a patch to add a tweaked > > file from an old upstream version. > > py-tomli looks good, and builds. OK bket@ > > > The scm diff to go with it is below (this one is needed by newer > > setuptools_rust). > > Diff looks good, and builds. I'm seeing two failing tests (test.log > enclosed), likely because I'm using PORTS_PRIVSEP=Yes. OK bket@
Thanks, one is PORTS_PRIVSEP (it explicitly wants to fetch from the net, it's not a hidden test dep), the other because it calls "python", I'll symlink MODPY_BIN into WRKDIR/bin/python to fix that.