fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
123 stars 39 forks source link

Wait for rpmdev-setuptree to exit. #267

Closed gordonmessmer closed 3 years ago

gordonmessmer commented 3 years ago

Fixes #266

gordonmessmer commented 3 years ago

@decathorpe I'd like to publish a version to support py3.10, and ship a handful of fixes with that. If you have time to glance at a few of these, that'd be great. (I'll ping you on the others.) If there are no objections, I'll merge these next weekend.

decathorpe commented 3 years ago

Looks good to me. Though the whole thing could be replaced with a higher level subprocess.run call instead.

gordonmessmer commented 3 years ago

Run was added in 3.5, according to the docs. At some point, we'll raise the minimum version, but right now it seems like there are still a lot of EPEL users, so I keep putting that off.