question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dist failure for Fedora, CentOS, EPEL

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
cpburnzcommented, Aug 31, 2022

I’ll work on restoring support for setup.py tonight so that it’ll work as it previously did. After briefly looking at setuptools’s docs, it should be simple.

0reactions
adrienvergecommented, Sep 5, 2022

Thank you @cpburnz! I created packages for Fedora and EPEL.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Extra Packages for Enterprise Linux (EPEL) - Fedora Docs
EPEL -Next is not a complete rebuild of all the EPEL packages, but only those packages that need to be rebuilt to install...
Read more >
[Resolved] Epel Repository Failing - CentOS forum
I am suddenly unable to update from the epel repository. When I run yum update I get this error: Loaded plugins: fastestmirror, langpacks, ......
Read more >
How to install and enable EPEL repository on a CentOS/RHEL 7
Note: If method #1 failed, try the following method #2 to install EPEL Repo. Method #2: Install the extra EPEL repositories from dl....
Read more >
Fedora 22: epel-release install fails - Linux - Emby Community
I'm trying to install emby on fedora 22 server using the instructions found here. http://emby.media/downloads/linux-server/ When I run ...
Read more >
For the life of me I can't install epel - LinuxQuestions.org
Old 11-11-2017, 07:16 PM ; Rotwang2. Member. Registered: Aug 2014. Distribution: Ubuntu, Centos, Fedora. Posts: 202. Original Poster. Rep: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found