Re: [Distutils] Ignore ~/.pydistutils.cfg ?

2008-04-26 Thread Marius Gedminas
On Sat, Apr 26, 2008 at 11:55:57AM -0400, Peter Fein wrote: > is there a way to tell distutils/setuptools to ignore > ~/.pydistutils.cfg? > > I use a config to keep easy_install'd packages in my home directory but > doing so confuses MacPorts; they're apparently passing --exec/-- > exec-prefix,

Re: [Distutils] [ANN] stdeb 0.2

2008-04-26 Thread Jean-Paul Calderone
On Sat, 26 Apr 2008 13:02:46 -0700, Andrew Straw <[EMAIL PROTECTED]> wrote: Jean-Paul Calderone wrote: On Sat, 26 Apr 2008 03:49:34 -0700, Andrew Straw <[EMAIL PROTECTED]> wrote: I would like to announce the release of stdeb 0.2. Cool. I gave this a try on Twisted. Here's what I found: Than

Re: [Distutils] [ANN] stdeb 0.2

2008-04-26 Thread Andrew Straw
Jean-Paul Calderone wrote: > On Sat, 26 Apr 2008 03:49:34 -0700, Andrew Straw <[EMAIL PROTECTED]> > wrote: >> I would like to announce the release of stdeb 0.2. > Cool. I gave this a try on Twisted. Here's what I found: Thanks for testing and, better, reporting your feedback. > * dpkg-buildpacka

Re: [Distutils] [ANN] stdeb 0.2

2008-04-26 Thread Jean-Paul Calderone
On Sat, 26 Apr 2008 03:49:34 -0700, Andrew Straw <[EMAIL PROTECTED]> wrote: I would like to announce the release of stdeb 0.2. = What is it? = stdeb http://stdeb.python-hosting.com/ ("setuptools debian") produces Debian source packages from Python packages via a new distutils command, sdist_ds

Re: [Distutils] Ignore ~/.pydistutils.cfg ?

2008-04-26 Thread Tarek Ziadé
Hi Peter, not yet, but some work is being done at this time: http://bugs.python.org/issue1180 Regards On Sat, Apr 26, 2008 at 5:55 PM, Peter Fein <[EMAIL PROTECTED]> wrote: > is there a way to tell distutils/setuptools to ignore ~/.pydistutils.cfg? > > I use a config to keep easy_install'd pack

[Distutils] Ignore ~/.pydistutils.cfg ?

2008-04-26 Thread Peter Fein
is there a way to tell distutils/setuptools to ignore ~/.pydistutils.cfg? I use a config to keep easy_install'd packages in my home directory but doing so confuses MacPorts; they're apparently passing --exec/-- exec-prefix, but it seems to be getting overriden by my config. See: http://trac

[Distutils] PATCH: Multiple test suites

2008-04-26 Thread Carlos Valiente
This patch adds support for running more than one test suite, as in: $ ./setup.py test -s foo.tests.suite,bar.tests.suite Enjoy, C patch-multiple-test-suites.diff Description: Binary data ___ Distutils-SIG maillist - Distutils-SIG@python.org http:/

[Distutils] [ANN] stdeb 0.2

2008-04-26 Thread Andrew Straw
I would like to announce the release of stdeb 0.2. = What is it? = stdeb http://stdeb.python-hosting.com/ ("setuptools debian") produces Debian source packages from Python packages via a new distutils command, sdist_dsc, which produces a Debian source package of a Python package. Automatic defa