<beerman>
jaeger: basically there is way too much movement in regards general python packaging
<beerman>
when you look at pyproject.toml or whatever the file is called it will tell you which build system it uses, and lucky for you, it just wants build/wheel/install iirc
<beerman>
i dunno if thats wrong per se but yeah
<beerman>
jsonschema is obviously hackish :P
farkuhar has left #crux-devel [escaping from the python packaging madness]
<jaeger>
seems like both of those examples use setuptools.build_meta
<jaeger>
So what's the "preferred" way for packagers to use that?