On Sun May 10, 2026 at 3:20 PM CEST, Landry Breuil wrote:
> Le Sun, May 10, 2026 at 01:16:46PM +0100, Stuart Henderson a écrit :
>> 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.

Thank you for fixing and cleaning!

> builds fine with gdal 3.13 and all but two tests pass:
> FAILED pyogrio/tests/test_raw_io.py::test_write_float_nan_null[float32]
> FAILED pyogrio/tests/test_raw_io.py::test_write_float_nan_null[float64]

Thank you for testing!

> wouldn't it be better as py-ogrio rather than py-pyogrio ? oh well, 'git
> ls-files |grep /py-py' already yields a lot.. i dont have a strong
> preference, so ok to import either way.

I had the same idea and did the same check.  py-ogrio is more elegant,
but people may type 'pkg_info -Q pyogrio' and not find it and forget
about leaving out 'py'.

 Marco

Reply via email to