openSUSE / py2pack

Generate distribution packages from PyPI
Apache License 2.0
69 stars 40 forks source link

Add a --source-url parameter to 'fetch' and 'generate' commands #89

Closed antlarr closed 7 years ago

antlarr commented 7 years ago

There are some packages in pypi that don't define a source url (for example, SpeechRecognition, whose sources are only released in github). In those cases, now it's possible to specify a --source-url="http://github.com/whatever" parameter to fetch the sources and generate the spec file automatically anyway.

aplanas commented 7 years ago

Indeed, None looks better option

aplanas commented 7 years ago

Weird, there are complains in the fixtures. I see some version changes too.

sebix commented 7 years ago

Fix for tests is in #90

toabctl commented 7 years ago

@antlarr needs a rebase. pardon

antlarr commented 7 years ago

@toabctl No problem at all @sebix Thanks for fixing the tests