Changes between Version 9 and Version 10 of TalkPackaging


Ignore:
Timestamp:
Mar 13, 2010, 2:00:04 PM (14 years ago)
Author:
davidf
Comment:

Tried to combine into a unified page

Legend:

Unmodified
Added
Removed
Modified
  • TalkPackaging

    v9 v10  
    11= Talk on Packaging 2010-03-13 =
    22
     3These are the notes from the talks at [wiki:Meeting20100313] on Python packaging for Fedora, RHEL, Windows (from David Fraser's talk), Debian (from [http://tumbleweed.org.za/ tumbleweed]'s talk), the future of Python packaging (Simon Cross and other's informal discussion), etc
     4
    35== General Packaging ==
    4 
    5 These are the notes from a talk at [wiki:Meeting20100313] by David Fraser on Python packaging for Fedora, RHEL, Windows, etc
    66
    77 * We have source code for Python libraries, applications and tools
     
    124124 * Beware of dependencies from `setup.py` - somebody may be trying to do something that doesn't need the dependency, so trap `ImportError`s etc
    125125
    126 == Debian Packaging ==
    127 
    128 [http://tumbleweed.org.za/ tumbleweed]'s talk on building debian packages:
     126=== The world of Debian ===
    129127
    130128 * Package your source up nicely using `sdist`
     
    180178== Future of Python packaging ==
    181179
    182 Simon Cross's description of where things are going:
    183 
    184180 * Tarek Ziade is working towards producing a decent standard packaging library for Python, codenamed `distutils2.
    185181 * This basically replaces things as follows: