bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

Python source package support #78

Closed smasset closed 10 years ago

smasset commented 10 years ago

This adds python source package support and a test recipe

smasset commented 10 years ago

Not sure why the Travis build failed with ruby 2.1.1 and whether it has much to do with the changes I made. Here the head of the error stack : /home/travis/.rvm/gems/ruby-2.1.1/gems/puppet-3.0.0/lib/puppet/util/monkey_patches.rb:126:into_proc': can't modify frozen Symbol (RuntimeError)`

bernd commented 10 years ago

Thank you!

I already merged python support in #73. But I think setting the :python_fix_name? and :python_fix_dependencies? attributes is nicer than the pypi_name attribute from #73.

I manually merged your changes. Hope that also works for you.

smasset commented 10 years ago

Sorry I didn't see #73 before :( All is OK on my side so I'll close this PR. Thanks.