Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Tarballs containing a setup.py and tests #95

@jayvdb

Description

@jayvdb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions