pm.recipe.debianize

A buildout recipe to create Debian packages
Download

pm.recipe.debianize Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Lars van de Kerkhof
  • Publisher web site:
  • https://github.com/specialunderwear/

pm.recipe.debianize Tags


pm.recipe.debianize Description

Debianize uses fpm (https://github.com/jordansissel/fpm) to create debian packages from Python source directories. The only thing it really adds, is that debianize will also create packages for all depencencies that your source package has (install_requires). Debianize will only create a debian package from a python package. So you need a setup.py.Usage:parts = debianizemaintainer = somebody@example.comfollow_dependencies = someobscurepackage morestuff ivegotnodebianpackageyetIf you define follow_dependencies debianize will only create packages for things that match any of the regex patterns in that option. If omit follow_dependencies, it will build debian packages for anything defined as a dependency with install_requires. You can not use spaces in any of the patterns! This is useful if some of the dependencies are allready available as debian packages and others are not.The above defined follow_dependencies will be matched like this:$NAME =~ someobscurepackage|morestuff|ivegotnodebianpackageyetSo it will simply put a | symbol in between the patterns.Last but not leastThis recipe does not install fpm for you. instead use http://pypi.python.org/pypi/rubygemsrecipe/0.1.5:recipe = rubygemsrecipegems = fpmDon't use spaces in the maintainer if you are using this recipe because it passes arguments with $* which causes errors.Product's homepage


pm.recipe.debianize Related Software