-
As of the latest big merge, the setup.py is empty. I believe this to break some of the packaging repos, e.g. arch (https://archlinux.org/packages/community/any/python-rope/) as they try to install rope using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The empty setup.py is currently needed for setuptools/pip to do an editable install. Once this is fixed in pip, then we might eventually be able to remove it and rely only on pyproject.toml but from my understanding this is still necessary. I'm not quite sure what the problem is with arch build or why they are using --skip-build, as I don't manage the arch package. I think @Foxboron is the Arch maintainer for the rope package in Arch, would you be able to provide some context here? |
Beta Was this translation helpful? Give feedback.
-
I got here after getting a
|
Beta Was this translation helpful? Give feedback.
The empty setup.py is currently needed for setuptools/pip to do an editable install. Once this is fixed in pip, then we might eventually be able to remove it and rely only on pyproject.toml but from my understanding this is still necessary.
I'm not quite sure what the problem is with arch build or why they are using --skip-build, as I don't manage the arch package.
I think @Foxboron is the Arch maintainer for the rope package in Arch, would you be able to provide some context here?