fedora-python / pyp2rpm

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

Description processing improvement #55

Closed mcyprian closed 8 years ago

mcyprian commented 8 years ago

Add regular expressions to remove PyPI's download and version tags from description (python-designateclient), and URLs.

hroncok commented 8 years ago

Dos this have tests?

mcyprian commented 8 years ago

Good point, I will write some.

hroncok commented 8 years ago

Good to merge