Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7802
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Dmitry Shachnev <mitya57@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Installing python modules in a non-standard way |
| Date | Sun, 25 Oct 2015 16:30:02 +0100 |
| Message-ID | <qnvp8-4EN-11@gated-at.bofh.it> (permalink) |
| References | <qnpD4-t9-15@gated-at.bofh.it> <qnr29-1Dl-13@gated-at.bofh.it> <qnrYd-2u7-5@gated-at.bofh.it> |
| X-Original-To | debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Sun Oct 25 15:22:19 2015 |
| Old-Return-Path | <mitya57@gmail.com> |
| X-Amavis-Spam-Status | No, score=-7.467 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -7 |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=qQ7HEnipJhoGuDPD+ybaTKVzuXGQnl7pu/D7NEm7eJ0=; b=bkTdTKFSA8L03X3SwGDHjdc0duVZb2QgJSgGQtWX47iPdlA4NtVaa64VF3npmhQ5tR bRdKybs30QccJPmbwWP3bmppHio3WkB7EaVlbCA3eqENLOUcP+NSz+wGYlkIhke9puXn 59Fh7/s8dTHRzRfC/N06Tx5e9rbzMMGOH6VJk5gILqW78gv7R054hk88RBI4Mo+KqOUy m5ZW7mVOlLlPmCkG92/xXR/jO/vxD1WdjkJUFjsXanLkAIsq/Vy+2UHpT2T5W208DMD8 YZ5OhN8jdwDnaUtTHqc1GYUvSSEdQczhHvFSgUIGQA7OTE7VxqAJJsV6aRRPBEPSvC5j 4dtA== |
| X-Received | by 10.112.55.37 with SMTP id o5mr1984228lbp.61.1445786524085; Sun, 25 Oct 2015 08:22:04 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13114 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/20151025152142.GA4331@mitya57.me |
| Approved | robomod@news.nic.it |
| Lines | 15 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Sun, 25 Oct 2015 18:21:42 +0300 |
| X-Original-Message-ID | <20151025152142.GA4331@mitya57.me> |
| X-Original-References | <20151025091423.GC2720@belkar.wrar.name> <20151025103944.GA29885@domus> <20151025114517.GD2720@belkar.wrar.name> |
| Xref | csiph.com linux.debian.maint.python:7802 |
Show key headers only | View raw
On Sun, Oct 25, 2015 at 04:45:17PM +0500, Andrey Rahmatullin wrote:
> Indeed.
> In this case I'd use the usual autotools buildsystem and do everything
> else manually, without using pybuild. But maybe there are better options.
Or maybe try to use both build systems, something like this:
override_dh_auto_build:
dh_auto_build
dh_auto_build -O--buildsystem=pybuild
(and the same for install/clean/etc).
--
Dmitry Shachnev
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Installing python modules in a non-standard way Onur Aslan <onur@onur.im> - 2015-10-25 09:40 +0100
Re: Installing python modules in a non-standard way Ben Finney <ben+debian@benfinney.id.au> - 2015-10-25 09:50 +0100
Re: Installing python modules in a non-standard way Andrey Rahmatullin <wrar@debian.org> - 2015-10-25 10:20 +0100
Re: Installing python modules in a non-standard way Onur Aslan <onur@onur.im> - 2015-10-25 11:50 +0100
Re: Installing python modules in a non-standard way Andrey Rahmatullin <wrar@debian.org> - 2015-10-25 12:50 +0100
Re: Installing python modules in a non-standard way Dmitry Shachnev <mitya57@debian.org> - 2015-10-25 16:30 +0100
csiph-web