Em Ter, 2006-03-28 às 12:49 +0200, Brian Sutherland escreveu: > I really have no idea how this ought to be done, but here's my way of > doing it;) If it fries your hard disk, don't blame me. Also if anyone > has any additions/corrections, let me know.
I like your way! > For example upstream converted python-pullparser package to setuptools > between 0.0.6 and 0.0.7. At the time we only had setuptools version > 0.6a8-0.1, so I had to patch the setup.py to remove setuptools (which > is similar to your kid patch): Thanks to your idea, comments and by reading and playing with python-pullparser source package from unstable I was able to build a CherryPy 2.2.0rc1 package which should be usable by stuff like TurboGears: [EMAIL PROTECTED]:~/debian/pkg-turbogears/unstable/build-area$ python Python 2.3.5 (#2, Mar 6 2006, 10:12:24) [GCC 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pkg_resources >>> pkg_resources.require ('CherryPy') [CherryPy 2.2.0rc1 (/var/lib/python-support/python2.3)] >>> [EMAIL PROTECTED]:~/debian/pkg-turbogears/unstable/build-area$ python2.4 Python 2.4.3c1 (#2, Mar 29 2006, 08:34:35) [GCC 4.0.3 (Debian 4.0.3-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pkg_resources >>> pkg_resources.require ('CherryPy') [CherryPy 2.2.0rc1 (/var/lib/python-support/python2.4)] >>> It even uses python-support =D The code is on pkg-turbogears svn repo at alioth, and I'll upload it soonish, I hope. Comments? Thanks! -- [EMAIL PROTECTED]: Gustavo Noronha <http://people.debian.org/~kov> Debian: <http://www.debian.org> * <http://www.debian-br.org>
signature.asc
Description: Esta é uma parte de mensagem assinada digitalmente