distutils and setuptools build systems Distutils and setuptools are the two most common build systems for Python packages right now. Their common feature is that they use a setup.py script that ...
Python 3.13+ removed the `distutils` module (PEP 632) `fs-ext` package requires native compilation via `node-gyp` `node-gyp` still depends on the removed `distutils` module `fs-ext` is used for file ...
Ok, so I have a python program that I'm working on that has a regular old distutils setup.py. I wouldn't imagine that it would be that difficult to get a deb out of it, but I don't seem to find an ...