Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7865
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Brian May <bam@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: rtai |
| Date | Sat, 21 Nov 2015 01:20:01 +0100 |
| Message-ID | <qx44h-682-13@gated-at.bofh.it> (permalink) |
| References | <qwVDH-uA-15@gated-at.bofh.it> <qwVNn-xS-11@gated-at.bofh.it> <qwW6K-Fa-5@gated-at.bofh.it> |
| X-Original-To | debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Sat Nov 21 00:17:05 2015 |
| Old-Return-Path | <brian@microcomaustralia.com.au> |
| X-Amavis-Spam-Status | No, score=-4.699 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, GMAIL=1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, ONEWORD=2, RCVD_IN_DNSWL_LOW=-0.7] autolearn=no autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -5 |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=microcomaustralia.com.au; s=google; h=sender:from:to:subject:in-reply-to:organization:references :user-agent:date:message-id:mime-version:content-type; bh=QVVXUzAyJA6paorlFBfuDzdub3S/+WUAdNlyyipzk7M=; b=dJS3Vw2F7aqDtsUFFTQIRkGPB8RDn3A725fnpggNGOI2TLmEOqj2aDo86DXjGsXt1F wbD3cfLxEyoijsnd5+hQJkVl1KBGjXA84YapEgSlyq85wnEv1llaChRjM1vDXo9Le4in jPoksQhuF6bicm0KgHgmyReaQR+/woGhAs2VI= |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:subject:in-reply-to:organization :references:user-agent:date:message-id:mime-version:content-type; bh=QVVXUzAyJA6paorlFBfuDzdub3S/+WUAdNlyyipzk7M=; b=AN9fF6Ce+KiZeWolrO2qkI+akuIYEnAm2QAvRjAJRyrcRSzIGjSrojPbF5JdvdHyZm 3MNpM1rOTZPEmxI9YyB8WeBWU9yY8oJHElUhGFACa65TCgkcZfxHxQLLEVWu9u5UcRv8 XuUZgDFkDlfdbUvJq9K2QNCCASv1OGCxkqUHjccXJoh1otSOkAdNOMoEQsDeIMXQSIqq herLi3DCCspmR2ss5XFIG6t4DxwCDqEpVGk3moSVGW9MLgCOmkE8gngOfnF1icZG6+Zx USL23HsoUW6Vnkgjltf5SQTlGhQkxE6L3sY7A5LC05/dGOITXo4NWXSJ9PEtg+1xgXMQ u0jg== |
| X-Gm-Message-State | ALoCoQm6EEw3dAimW0Uvh3NdZwiB+uqbGpcciGuk7snZmHW9+3peI7HRF1WpXK1XXe5q/Kz8Mqid |
| X-Received | by 10.68.240.99 with SMTP id vz3mr22702528pbc.8.1448065007790; Fri, 20 Nov 2015 16:16:47 -0800 (PST) |
| Sender | robomod@news.nic.it |
| Organization | Debian |
| User-Agent | Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13179 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/87poz4yzo5.fsf@prune.linuxpenguins.xyz |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| X-Original-Date | Sat, 21 Nov 2015 11:16:42 +1100 |
| X-Original-Message-ID | <87poz4yzo5.fsf@prune.linuxpenguins.xyz> |
| X-Original-References | <20151120151206.GC16415@an3as.eu> <20151120152712.GW16403@sar0.p1otr.com> <CAGB4QLkxz+qw31uq8DwHrimfSUpyU-S7nWPxxN2QrDHmiPzbVw@mail.gmail.com> |
| X-Original-Sender | Brian May <brian@microcomaustralia.com.au> |
| Xref | csiph.com linux.debian.maint.python:7865 |
Show key headers only | View raw
Mrudula Chougule <chougulemrudula@gmail.com> writes: > I would like to build debian for source code of rtai with python-3 > dependencies. Could you please explain brief on modification of building > rules for python-3. > > Appreciate your suggestions. I need those badly!! I changed the subject, not sure what this had to do with missing setup.py files. If the upsteam code is not already Python3 compatible, first you will need to be confident upstream will be willing to incorporate your changes. Or you need to be comfortable with forking the project and maintaining it yourself. Otherwise you risk doing a lot of work, and having it not go anywhere. Good automatic tests really help with catching the problems too. If there are no automatic tests, be prepared to miss breakages in the code. I assume you mean this project? https://www.rtai.org/ - if so, looks like they are still using CVS... -- Brian May <bam@debian.org>
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Any suggested procedure if upstream does not provide any build helper like setup.py Andreas Tille <andreas@an3as.eu> - 2015-11-20 16:20 +0100
Re: Any suggested procedure if upstream does not provide any build helper like setup.py Piotr Ożarowski <piotr@debian.org> - 2015-11-20 16:30 +0100
Re: Any suggested procedure if upstream does not provide any build helper like setup.py Mrudula Chougule <chougulemrudula@gmail.com> - 2015-11-20 16:50 +0100
Re: rtai Brian May <bam@debian.org> - 2015-11-21 01:20 +0100
Re: Any suggested procedure if upstream does not provide any build helper like setup.py Brian May <bam@debian.org> - 2015-11-21 01:10 +0100
Re: Any suggested procedure if upstream does not provide any build helper like setup.py Thomas Goirand <zigo@debian.org> - 2015-11-21 19:10 +0100
csiph-web