Revision 18 as of 2011-04-04 23:10:10

Clear message

Pysetup Sprint 4/28/2011 - 5/1/2011

Please join members from the 'Pip' team as we work on completing the pysetup script and review the packaging(distutils2) API!

See the sprint goals for details.

Schedule

Start at 9:00am EST on 4/28/2011.

Participants

You can participate online by joining the #distutils channel on freenode and adding your name above.

Sprint Goals

Requirements

Clone Tarek's cpython fork from Bitbucket and brush up on reStructuredText, Sphinx, and pip.

Hg repository

hg clone https://bitbucket.org/tarek/cpython

How to run tests

hg clone https://bitbucket.org/tarek/cpython
cd cpython
./configure
make
./python Lib/test/regrtest.py test_packaging 

How to build the docs

It seems there is a dependency on svn, make sure have it installed before running 'make html;.

hg clone https://bitbucket.org/tarek/cpython
cd cpython/Doc
make html

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