Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8834
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!news2.euro.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <t@jollybox.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'package,': 0.03; 'ubuntu': 0.04; 'script,': 0.07; 'subject:based': 0.07; 'python': 0.08; '<>,': 0.09; 'subject:python': 0.12; 'wrote:': 0.15; 'received:192.168.1.40': 0.16; 'subject:app': 0.16; 'subject:package': 0.16; 'url:debian': 0.16; 'url:devel': 0.16; 'pm,': 0.16; 'figure': 0.21; 'header:In-Reply-To:1': 0.22; 'debian': 0.23; 'says': 0.25; 'url:doc': 0.25; 'guess': 0.28; 'depends': 0.28; 'all,': 0.28; 'script': 0.29; 'possible?': 0.29; 'environment': 0.29; 'second': 0.29; 'environment.': 0.30; 'subject:?': 0.31; 'it.': 0.33; 'to:addr:python-list': 0.34; 'header:User-Agent:1': 0.34; 'all.': 0.35; 'app': 0.35; 'but': 0.37; 'another': 0.38; 'received:192': 0.38; 'subject:can': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'put': 0.38; 'run': 0.39; 'case': 0.39; 'received:192.168.1': 0.39; 'to:addr:python.org': 0.39; 'subject': 0.62; 'received:62': 0.67; 'from:addr:t': 0.84 |
| Date | Tue, 05 Jul 2011 16:49:20 +0200 |
| From | Thomas Jollans <t@jollybox.de> |
| User-Agent | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Iceowl/1.0b2 Icedove/3.1.11 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: can I package a distutil based python app in deb? |
| References | <4E07737C.7090900@gmail.com> |
| In-Reply-To | <4E07737C.7090900@gmail.com> |
| X-Enigmail-Version | 1.1.2 |
| OpenPGP | id=5C8691ED |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.633.1309877341.1164.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1309877341 news.xs4all.nl 21806 [2001:888:2000:d::a6]:44593 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:8834 |
Show key headers only | View raw
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/>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: can I package a distutil based python app in deb? Thomas Jollans <t@jollybox.de> - 2011-07-05 16:49 +0200
csiph-web