Re: Build separate binary packages from single source

2015-02-25 Thread Ben Finney
Brian May writes: > I just noticed https://pypi.python.org/pypi/devpi/ is just an empty > shell and useless by itself. That wasn't the case when this thread started, and I'm not happy to see it. It is apparently a deliberate response to the request for consistent versioning between all the comp

Re: Build separate binary packages from single source

2015-02-25 Thread Piotr Ożarowski
[Ben Finney, 2015-02-25] > I'd still like to know how that should be done: package multiple Python > distributions from a single upstream tarball. just take a look at debian/rules example from my previous email -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: Build separate binary packages from single source

2015-02-24 Thread Ben Finney
Brian May writes: > I just noticed https://pypi.python.org/pypi/devpi/ is just an empty shell > and useless by itself. The source VCS for ‘devpi’ contains the code base for all the others, which is why I hoped to use it. I'd still like to know how that should be done: package multiple Python di

Re: Build separate binary packages from single source

2015-02-24 Thread Brian May
On 25 February 2015 at 10:14, Piotr Ożarowski wrote: > PyPI link you mentioned points to these: > > > https://pypi.python.org/packages/source/d/devpi-server/devpi-server-2.1.4.tar.gz#md5=c92749708b957922f30bc7af0fb8a7b0 > > https://pypi.python.org/packages/source/d/devpi-web/devpi-web-2.2.3.tar.g

Re: Build separate binary packages from single source

2015-02-24 Thread Piotr Ożarowski
[Ben Finney, 2015-02-25] > > * name your tarballs like this (dpkg-source will unpack them to the > > right dir later) > >devpi_2.1.0.orig.tar.gz > >devpi_2.1.0.orig-client.tar.gz > >devpi_2.1.0.orig-server.tar.gz > >devpi_2.1.0.orig-web.tar.gz > > What tarballs? The source is dis

Re: Build separate binary packages from single source

2015-02-24 Thread Ben Finney
Piotr Ożarowski writes: > hints: (I didn't test it) Thanks for the suggestions. > * name your tarballs like this (dpkg-source will unpack them to the > right dir later) >devpi_2.1.0.orig.tar.gz >devpi_2.1.0.orig-client.tar.gz >devpi_2.1.0.orig-server.tar.gz >devpi_2.1.0.orig-w

Re: Build separate binary packages from single source

2015-02-24 Thread Piotr Ożarowski
[Ben Finney, 2015-02-23] > I am working to package a collection of related Python distributions, > that are all distributed as a single source distribution > https://pypi.python.org/pypi/devpi/>. > > The source distribution contains a collection of sub-distributions that > also get uploaded to PyP

Build separate binary packages from single source

2015-02-22 Thread Ben Finney
Howdy all, I am working to package a collection of related Python distributions, that are all distributed as a single source distribution https://pypi.python.org/pypi/devpi/>. The source distribution contains a collection of sub-distributions that also get uploaded to PyPI. Each one has its own ‘