Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2009-10-19 23:03:59
Size: 152
Editor: ADijon-157-1-4-5
Comment:
Revision 12 as of 2009-10-22 17:47:46
Size: 1046
Editor: xdsl-413ae96c1a89a215abcb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Ideas for the sprint = = Tasks for the sprint =
Line 3: Line 3:
* A new "generate manifest" build command
* refactoring in distutils commands these commands from setuptools:
Line 6: Line 4:
  * test  * A new "generate manifest" build command that will generate the MANIFEST file. and be pluggable. target: replace the Distutils builtin MANIFEST.in system (that will be just a plugin) - Yannick Gringas

 * cleanup, test and try out "distribute.resources": ronny, iElectric

 * buildbot, test coverage, QA; lead: ssteinerX

 * reimplement the develop command, lead: agronholm

 * reimplement python setup.py install -- determine strategy wrt pip, lead: jezdez + tarek, carljm

 * workon PEP 376 : tarek, carljm (lead)


= Sprint results =

 * develop command:
  * Created a skeleton command for develop
  * Waiting for work to complete on the install and build_egg_info commands before work can continue here.

 * build_egg_info command:
  * Rewrote this command using setuptools code as a model
  * Removed all SVN support code
  * Removed obsolete egg-info writers
  * Waiting on the manifest generation feature to finish this one
  * Will implement PEP 376 egg-info writers when possible

Tasks for the sprint

  • A new "generate manifest" build command that will generate the MANIFEST file. and be pluggable. target: replace the Distutils builtin MANIFEST.in system (that will be just a plugin) - Yannick Gringas
  • cleanup, test and try out "distribute.resources": ronny, iElectric
  • buildbot, test coverage, QA; lead: ssteinerX
  • reimplement the develop command, lead: agronholm
  • reimplement python setup.py install -- determine strategy wrt pip, lead: jezdez + tarek, carljm
  • workon PEP 376 : tarek, carljm (lead)

Sprint results

  • develop command:
    • Created a skeleton command for develop
    • Waiting for work to complete on the install and build_egg_info commands before work can continue here.
  • build_egg_info command:
    • Rewrote this command using setuptools code as a model
    • Removed all SVN support code
    • Removed obsolete egg-info writers
    • Waiting on the manifest generation feature to finish this one
    • Will implement PEP 376 egg-info writers when possible

Distutils/DistributeSprint (last edited 2009-10-22 19:52:12 by c-67-162-100-231)

Unable to edit the page? See the FrontPage for instructions.