You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
This is a bit like the common source tarball problem of including a built ./configure script - and then should the repo also include the generated ./configure script because it is a very important build artifact.
Here, it would be very useful for this repo to have a generated setup.py in the repo. Then the GitHub tag tarballs are installable using setuptools, and include the tests so that the installation can be verified.
At the moment I can not use the sdist, as it doesnt include tests .
I also can not use the github archive, as it lacks a setup.py .
And openSUSE maintainers dont like having a .spec which uses two tarballs (the sdist + github archive for the tests).
Once I have a tested & installed dephell, I can fix this problem by using dephell to generate the setup.py , but that is not possible while I am trying to build dephell. My objective is to include dephell in the build process of other packages which lack a setup.py .
fwiw, it isnt so important that the dephell plugins have tests running, if I can get a testable archive of the main dephell project. The test for the main dephell project should implicitly cover most of the plugins.