Skip to content

Dist failure for Fedora, CentOS, EPEL #61

@adrienverge

Description

@adrienverge

Hello,

I maintain the python-pathspec package for Fedora and CentOS, Rocky Linux, RHEL etc.

Since version 0.10.0, the setup.py file was removed. I tried adapting our files to use python -m build, bdist_wheel, tox, but after 40 minutes I fail to get it working.

Is there a documentation on how to build and install the package now that setup.py was removed? I couldn't find it in READMEs, changelogs and Git history.

Was is the recommended way to:

  • build the package? (previously with 0.9.0: python setup.py sdist)
  • install the package on the system, inside /usr/lib/python3.x/site-packages/...? (previously with 0.9.0: python setup.py install)
  • test the package once installed? (I guess tox is enough now, previously with 0.9.0: python setup.py test)

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions