Quoting David Steele (2021-09-24 18:17:41)
> There are a number of means to address this:
> 
> - set ignore_missing_imports for aiofiles in mypy.ini
> 
>       [mypy-aiofiles]
>       ignore_missing_imports = true
> 
> - add [stubs] to the offended project, and reference in mypy.ini:
> 
>       [mypy]
>       mypy_path: stubs
> 
> - add stubs to [typeshed]

Thanks for those options!


> Packaging is currently stymied by an upstream transition to using 
> poetry for the build. That is not currently supported by pybuild.

It might be possible to avoid poetry with a patch - see e.g. 
https://salsa.debian.org/cryptocoin-team/python-duniterpy/-/blob/debian/latest/debian/patches/2001_non-poetry.patch


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature

Reply via email to