Re: [Distutils] nailed-down versions by having custom index

2010-02-03 Thread Carl Meyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sridhar Ratnakumar wrote: > You can pass multiple `-i' arguments to pip. > > $ pip -i http://internal/packages/ -i http://pypi.python.org/simple install > internalpackage > > Not sure what the `--extra-index-url' is for, then. So you don't have

Re: [Distutils] nailed-down versions by having custom index

2010-02-03 Thread Sridhar Ratnakumar
On 2010-02-02, at 1:38 PM, Carl Meyer wrote: >> Question 2: I thought you could only have one index. So installing >> something extra from pypi seems out. How do people handle that? > > I use pip (and pip requirements files) for installation, and pip has > both the -i/--index-url option (for r

Re: [Distutils] Distutils roadmap of refactoring for 2.7

2010-02-03 Thread Ronald Oussoren
On 3 Feb, 2010, at 0:25, David Lyon wrote: >> Chris wrote: On Sat, Jan 23, 2010 at 7:11 PM, P.J. Eby wrote: Notice that other changes are coming up once the series of PEP we worked on are accepted (which should be before Pycon - at least for 345 and 386) >>> >>> ok - so

Re: [Distutils] stdeb vs dependencies?

2010-02-03 Thread K. Richard Pixley
Andrew Straw wrote: dpkg-gencontrol: warning: unknown substitution variable ${python:Provides} dpkg-gencontrol: warning: unknown substitution variable ${python:Depends} dpkg-gencontrol: warning: unknown substitution variable ${python:Provides} dpkg-gencontrol: warning: unknown substitution variab

Re: [Distutils] nailed-down versions by having custom index

2010-02-03 Thread Reinout van Rees
On 02/03/2010 12:31 AM, P.J. Eby wrote: Question 2: I thought you could only have one index. So installing something extra from pypi seems out. You can always add a mod_rewrite rule in your index root, that checks for the nonexistence of a projectname, and then automatically redirects to the P

Re: [Distutils] nailed-down versions by having custom index

2010-02-03 Thread Reinout van Rees
On 02/02/2010 10:25 PM, Tres Seaver wrote: But how to get the right collection of tarballs in there? Is that a by-hand approach? Can you automate it? You might look at compoze: it is designed to allow fetching sources and building an index based on the current workingset: http://svn.repoz