Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    pm.recipe.debianize 0.8

    Download button

    No screenshots available
    Downloads: 119  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Lars van de Kerkhof | More programs
    Other/Proprietary Li... / FREE
    June 19th, 2012, 21:46 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    pm.recipe.debianize description

    A buildout recipe to create Debian packages

    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:

    [buildout]
    parts =
     debianize

    [debianize]
    maintainer = somebody@example.com
    follow_dependencies =
     someobscurepackage
     morestuff
     ivegotnodebianpackageyet


    If 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|ivegotnodebianpackageyet

    So it will simply put a | symbol in between the patterns.

    Last but not least

    This recipe does not install fpm for you. instead use http://pypi.python.org/pypi/rubygemsrecipe/0.1.5:

    [rubygems]
    recipe = rubygemsrecipe
    gems = fpm


    Don't use spaces in the maintainer if you are using this recipe because it passes arguments with $* which causes errors.


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    Debian packages | Python library | buildout recipe | Python | Debian | packages

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM