IRC channel logs

2021-11-14.log

back to list of logs

<PurpleSym>PyPi packages usually need more work, because the importer is not trying very hard to produce correct package definitons. It does not read pyproject.toml to retrieve build-time dependencies, it cannot detect how to run tests (which program, which arguments), it does not try to auto-patch foreign library imports/references to binaries, …