Hacker News new | past | comments | ask | show | jobs | submit login

No, I mean setuptools - it does everything distutils does but better.

I don't trust random scripts to generate packages for me, writing an rpmspec or a debian control file is hardly a challenge and I'd encourage more people to take the 5 minutes to do so than relying on tools like FPM.




… or tools like setuptools?

Also, I assume you're talking about the bdist_rpm target that come from distutils.


No, I write a proper RPM spec file - only takes a few minutes.


So, what's the added bonus of using setuptools then?


setuptools is just less generally crufty than distutils, and things like entrypoints make writing installable console scripts feasible. Since it provides essentially the same interface the default rpmspec created by rpmdev-newspec works with it out of the box.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: