Hi, > I'm kind of new to Python Packaging, and I would like for someone to review a > package I committed about a week ago, python-nouvelle. I'd eventually ask for > a > sponsorship, but before I'd like to see it reviewed. > > You can find it in python-modules SVN :)
if you want, just join us in #debian-python on irc, fastest way to get a review + sponsoring. I only had a fast look at the package, but here are a fwe comments: * debian/copyright says LGPL 2, but the source says 2.1 * I guess this could be fixed in the example: 0 [EMAIL PROTECTED]:/usr/share/doc/python-nouvelle/examples$ python twisted_hello.py /usr/lib/python2.4/site-packages/Nouvelle/Twisted.py:29: DeprecationWarning: twisted.protocols.http has moved to twisted.web.http. See http://twistedmatrix.com/projects/web. from twisted.protocols import http Otherwise it seems to be fine. Cheers, Bernd -- Bernd Zeimetz <[EMAIL PROTECTED]> <http://bzed.de/> _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

