Re: [Distutils] install_requires vs requires

2009-12-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Cournapeau wrote: > On Tue, Dec 15, 2009 at 2:40 PM, Tarek Ziadé wrote: >> On Tue, Dec 15, 2009 at 8:28 AM, David Cournapeau wrote: >>> Hi, >>> >>> I am working on a new packaging solution, and I want to convert >>> existing setup.py. I noticed

Re: [Distutils] install_requires vs requires

2009-12-15 Thread David Cournapeau
On Tue, Dec 15, 2009 at 2:40 PM, Tarek Ziadé wrote: > On Tue, Dec 15, 2009 at 8:28 AM, David Cournapeau wrote: >> Hi, >> >> I am working on a new packaging solution, and I want to convert >> existing setup.py. I noticed that the install_requires as used by >> setuptools is not put into PKG-INFO a

Re: [Distutils] install_requires vs requires

2009-12-15 Thread David Lyon
On Tue, 15 Dec 2009 12:58:16 +0530, David Cournapeau wrote: > Hi, > > I am working on a new packaging solution, and I want to convert > existing setup.py. Can I join in ? Is it a public project ? ___ Distutils-SIG maillist - Distutils-SIG@python.o

Re: [Distutils] install_requires vs requires

2009-12-15 Thread Tarek Ziadé
On Tue, Dec 15, 2009 at 8:28 AM, David Cournapeau wrote: > Hi, > > I am working on a new packaging solution, and I want to convert > existing setup.py. I noticed that the install_requires as used by > setuptools is not put into PKG-INFO as requires. Is this expected ? Yes because it is not part o

[Distutils] install_requires vs requires

2009-12-14 Thread David Cournapeau
Hi, I am working on a new packaging solution, and I want to convert existing setup.py. I noticed that the install_requires as used by setuptools is not put into PKG-INFO as requires. Is this expected ? What is the difference between requires and require_install ? What happens when both have differ