fedora-python / pyp2rpm

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

fix processing of tarballs #26

Closed marbu closed 8 years ago

marbu commented 8 years ago

This pull requrest fixes processing of *.tgz tarballs (generated specfile had correct structure, but didn't contain actuall content) and introduces support for *.tar.xz tarballs (tarball module from python stdlib contains xz support since python 3.3).

mcyprian commented 8 years ago

Merged, thank you