Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [new WIP] geo/pyogrio
To:
Marco van Hulten <marco@hulten.org>
Cc:
ports@openbsd.org
Date:
Sun, 10 May 2026 13:16:46 +0100

Download raw body.

Thread
On 2026/05/10 13:49, Marco van Hulten wrote:
> Hello,
> 
> The attached new package aborts building because of a missing dependency
> 
>     versioneer[toml]==0.28
> 
> How should I deal with pyproject.toml bracketed extra packages?

you're looking at the wrong thing, it's not because of the extra dep:

[project.optional-dependencies]
toml = ["tomli; python_version < '3.11'"]

it's the version number.

updated tgz attached. I have not tested with new GDAL yet.