Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8834 > unrolled thread

Re: can I package a distutil based python app in deb?

Started byThomas Jollans <t@jollybox.de>
First post2011-07-05 16:49 +0200
Last post2011-07-05 16:49 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: can I package a distutil based python app in deb? Thomas Jollans <t@jollybox.de> - 2011-07-05 16:49 +0200

#8834 — Re: can I package a distutil based python app in deb?

FromThomas Jollans <t@jollybox.de>
Date2011-07-05 16:49 +0200
SubjectRe: can I package a distutil based python app in deb?
Message-ID<mailman.633.1309877341.1164.python-list@python.org>
On 06/26/2011 07:59 PM, hackingKK wrote:
> Hello all,
> I guess the subject line says it all.
> I want to package a python app to deb.
> I have 3 interesting issues with it.
> 1, I would want it to run on Ubuntu 10.04, Ubuntu 10.10, Ubuntu 11.04
> and Debian 5.
> 2, the package depends on another python package which is also distutil
> based.
> 3, The second package needs to run in a virtual environment.
> This means that I not only have to figure out the dependencies but also
> have the deb to include a script to get the virtual environment script,
> then create one for the package, then download all dependencies (Pylons
> 0.9.7 in this case along with report lab) and finally put the package
> into this virtual environment.
> Is this all possible?

Yes, it is possible. Refer to <http://www.debian.org/devel/>,
particularly the New Maintainer's Guide:
<http://www.debian.org/doc/manuals/maint-guide/>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web