Differences between revisions 1 and 19 (spanning 18 versions)
Revision 1 as of 2011-04-04 22:14:05
Size: 37
Editor: c-98-252-134-52
Comment:
Revision 19 as of 2011-04-04 23:10:53
Size: 1843
Editor: c-98-252-134-52
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Pysetup Sprint 4/28/2011 - 5/1/2011 = 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 ==

 * Kelsey Hightower (Lead) - Atlanta, USA (online) (4/28 - 5/1)
 * Jannis Leidel "jezdez" (pip) - Berlin, Germany (online) (4/28 - 5/1)
 * Hugo Lopes Tavares "hugobr" (pip) - Rio de Janeiro, RJ, Brazil (online) (4/28 - 5/1)

You can participate online by joining the #distutils channel on [[http://freenode.net/|freenode]] and adding your name above.

== Sprint Goals ==

 * make it easy for 3rd party tools such as [[http://www.pip-installer.org|pip]] to integrate with packaging(distutils2) APIs
   * gather feedback and create a TODO list
   * fix whats broken
 * finalize the pysetup feature set and implement missing features
   * borrow some idea's from pip
 * documentation improvements
   * document all pysetup features
   * review and update the pysetup tutorial
   * review and update API documentation
 * testing
   * make sure all pysetup features work (functional testing)
   * update packaging(distutils2) API and pysetup related unittests

== 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
}}}

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

  • Kelsey Hightower (Lead) - Atlanta, USA (online) (4/28 - 5/1)
  • Jannis Leidel "jezdez" (pip) - Berlin, Germany (online) (4/28 - 5/1)
  • Hugo Lopes Tavares "hugobr" (pip) - Rio de Janeiro, RJ, Brazil (online) (4/28 - 5/1)

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

Sprint Goals

  • make it easy for 3rd party tools such as pip to integrate with packaging(distutils2) APIs

    • gather feedback and create a TODO list
    • fix whats broken
  • finalize the pysetup feature set and implement missing features
    • borrow some idea's from pip
  • documentation improvements
    • document all pysetup features
    • review and update the pysetup tutorial
    • review and update API documentation
  • testing
    • make sure all pysetup features work (functional testing)
    • update packaging(distutils2) API and pysetup related unittests

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

Packaging/Sprints/PysetupSprint (last edited 2011-05-07 15:08:42 by 193)

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