Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7960
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Brian May <bam@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Rebuild for packages with entry points? |
| Date | Wed, 09 Dec 2015 07:10:02 +0100 |
| Message-ID | <qDG6S-4xI-7@gated-at.bofh.it> (permalink) |
| References | <qD8HW-8aH-63@gated-at.bofh.it> |
| X-Original-To | debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Wed Dec 9 06:06:28 2015 |
| Old-Return-Path | <brian@microcomaustralia.com.au> |
| X-Amavis-Spam-Status | No, score=-6.999 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | DYN_NJABL=SKIP(0) NOT_IN_SBL_XBL_SPAMHAUS=-1.5 BL_NJABL=SKIP(-1.5) CL_IP_EQ_HELO_IP=-2 (check from: .microcomaustralia. - helo: .mail-pf0-x235.google. - helo-domain: .google.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=0; 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=MCsiyd44JiT2PmCGzR8H+gf/rUxu5ixtYhVmdM2gRB8=; b=bLNzcKLmMaIg/AFGG1myVM8dB0O+ltl4jBGlQRV+Vr7CcT1glzEwvpHkQX2lzoBjWF J4CgI+A5esQhzhWYShPwodEyutYToW0/0KXzUCmIZXAbPCk6h1atduULNyNBlWjR3YKI 0aL3gVTdH8YFikQVYhgBlItM+Yt/1PItNVpys= |
| 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=MCsiyd44JiT2PmCGzR8H+gf/rUxu5ixtYhVmdM2gRB8=; b=lFk6zZvFD0C4j+RKes+4y9EhD4jQMGrjKPIxNxpinr58+R2C0Q10bTTqf5koogKutE pKaaI2PqRaWbIBTJU2gX+FHbGQemDNA3MOjTWgrbEjsuOVc3Z+zJ5BV1Fd1raMedjqNm RDBfMIkKj3neT+uZOAZ+LqKCQgk2mWjtiZFsTJwNDmB1xh88/l0eQ4Cjkg2xRLSFtPcH Eas4WYM0KWo3M/Iodz/FuMl5JsdzjhYNaQ8CL/ENjZlFt7BxOW0YGMxGm+VUVvAQyySD 4IdNHlxHrkHLxKkLZb9qDO3Ty+ivGoN5Hh7CwIXakOZTh8+eruax0GsVpmnayn05dZoN gLsw== |
| X-Gm-Message-State | ALoCoQnMFHB4YxmT559VJWIbfDiMQaJF0NG6oZ/jhWwcC7j/+JcMzFHngTrAWyLCE7RbMCHGZ5YVlGw6K2YMoAm6RhXmEb+13g== |
| X-Received | by 10.98.19.12 with SMTP id b12mr10487764pfj.78.1449641169277; Tue, 08 Dec 2015 22:06:09 -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/13276 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/87r3iwgnqs.fsf@prune.linuxpenguins.xyz |
| Approved | robomod@news.nic.it |
| Lines | 22 |
| X-Original-Date | Wed, 09 Dec 2015 17:06:03 +1100 |
| X-Original-Message-ID | <87r3iwgnqs.fsf@prune.linuxpenguins.xyz> |
| X-Original-References | <87mvtmt8yx.fsf@thinkpad.rath.org> |
| X-Original-Sender | Brian May <brian@microcomaustralia.com.au> |
| Xref | csiph.com linux.debian.maint.python:7960 |
Show key headers only | View raw
Nikolaus Rath <Nikolaus@rath.org> writes: > Would it make sense to do a no-change rebuild for all Python packages > that use setuptool's entry point functionality? Not that I even pretent to understand what this bug is about. Why are tests even using these wrappers? They aren't intended to be imported. However this isn't automatically going to fix all packages. There are some packages (e.g. python-django-common provides django-admin) that replace the wrapper with a Debian specific copy of the file that can automatically choose the Python2.7 or Python3 interpreter as required. This particular example is not a good one, django-admin looks like it is already fine. celery does something similar, and it looks fine to. So rebuilding these packages won't do anything, because they are already OK. My point being however that just rebuilding the package is not a guarantee that this problem will be solved. -- Brian May <bam@debian.org>
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Rebuild for packages with entry points? Nikolaus Rath <Nikolaus@rath.org> - 2015-12-07 19:30 +0100
Re: Rebuild for packages with entry points? Barry Warsaw <barry@debian.org> - 2015-12-07 20:10 +0100
Re: Rebuild for packages with entry points? Simon McVittie <smcv@debian.org> - 2015-12-07 22:10 +0100
Re: Rebuild for packages with entry points? Nikolaus Rath <Nikolaus@rath.org> - 2015-12-08 18:00 +0100
Re: Rebuild for packages with entry points? Simon McVittie <smcv@debian.org> - 2015-12-09 01:40 +0100
Re: Rebuild for packages with entry points? Nikolaus Rath <Nikolaus@rath.org> - 2015-12-08 17:50 +0100
Re: Rebuild for packages with entry points? Barry Warsaw <barry@debian.org> - 2015-12-08 18:00 +0100
Re: Rebuild for packages with entry points? Nikolaus Rath <Nikolaus@rath.org> - 2015-12-08 23:10 +0100
Re: Rebuild for packages with entry points? Piotr Ożarowski <piotr@debian.org> - 2015-12-09 09:40 +0100
Re: Rebuild for packages with entry points? Brian May <bam@debian.org> - 2015-12-09 07:10 +0100
csiph-web