Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #15343
| Path | csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| From | Matthias Klose <doko@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: cython 3.x (for Python 3.12) |
| Date | Mon, 11 Dec 2023 08:10:01 +0100 |
| Message-ID | <HJIAp-cMER-1@gated-at.bofh.it> (permalink) |
| References | <HE3Hz-8dHD-3@gated-at.bofh.it> <HJyrn-cGqF-7@gated-at.bofh.it> <HJyKJ-cGwP-1@gated-at.bofh.it> <HJyKJ-cGwP-5@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Mon Dec 11 07:09:53 2023 |
| Old-Return-Path | <doko@debian.org> |
| X-Amavis-Spam-Status | No, score=-7.708 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -2.7 |
| Old-X-Envelope-From | doko@debian.org |
| Old-X-Envelope-To | <debian-python@lists.debian.org> |
| MIME-Version | 1.0 |
| User-Agent | Mozilla Thunderbird |
| Content-Language | en-US |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/21283 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/49d81279-ae51-4769-b244-452feaa789f2@debian.org |
| Approved | robomod@news.nic.it |
| Lines | 28 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Mon, 11 Dec 2023 08:09:31 +0100 |
| X-Original-Message-ID | <49d81279-ae51-4769-b244-452feaa789f2@debian.org> |
| X-Original-References | <20231125162346.o53k5t6yikivxvxl@satie.tumbleweed.org.za> <ZXYbuDwCK8NfPTWf@d-and-j.net> <ZXYfy6JSN6VfbJI-@durkon.wrar.name> <ZXYgeTj4PJN183Bw@durkon.wrar.name> |
| Xref | csiph.com linux.debian.maint.python:15343 |
Show key headers only | View raw
On 10.12.23 21:32, Andrey Rakhmatullin wrote: > On Sun, Dec 10, 2023 at 09:30:03PM +0100, Andrey Rakhmatullin wrote: >>> I find that there's also a significant issue with relying on >>> cython3-legacy: it conflicts with cython3, meaning that it will be >>> impossible to simultaneously install packages depending on cython3 and >>> cython3-legacy. Once cython 3.x moves from experimental to unstable >>> to testing and packages start depending on it, this will become a >>> significant issue. I assume that the aim will be for everything to be >>> ported to cython 3.x and for cython3-legacy to be dropped from testing >>> before the trixie freeze? >> I wonder how many packages actually need a runtime dep on cython. I >> quickly checked three packages from `reverse-depends cython3` and while >> python3-pysph probably uses cython to generate code at the run time (not >> sure), python3-pyzoltan seems to only use it at the build time and >> python3-epimodels doesn't seem to use it at all. > (I may be terribly wrong, I just thought cython is almost always a build > time only dep and there are around 30 packages depending on it which was > surprising) > yes, many setup.py's list that under install_requires. I hope we now identified most of them, and fixed these. At least we were now able to do all the binNMUs. You could package a non-conflicting cython-legacy, however that would require more changes, also how to build it. Matthias
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
cython 3.x (for Python 3.12) Stefano Rivera <stefanor@debian.org> - 2023-11-25 17:30 +0100
Re: cython 3.x (for Python 3.12) Stefano Rivera <stefanor@debian.org> - 2023-11-25 17:50 +0100
Re: cython 3.x (for Python 3.12) julien.puydt@gmail.com - 2023-11-26 21:30 +0100
Re: cython 3.x (for Python 3.12) julien.puydt@gmail.com - 2023-11-30 08:30 +0100
Re: cython 3.x (for Python 3.12) julien.puydt@gmail.com - 2023-12-12 09:20 +0100
Re: cython 3.x (for Python 3.12) Julian Gilbey <julian@d-and-j.net> - 2023-11-30 22:20 +0100
Re: cython 3.x (for Python 3.12) Julian Gilbey <jdg@debian.org> - 2023-12-10 21:20 +0100
Re: cython 3.x (for Python 3.12) Andrey Rakhmatullin <wrar@wrar.name> - 2023-12-10 21:40 +0100
Re: cython 3.x (for Python 3.12) Andrey Rakhmatullin <wrar@wrar.name> - 2023-12-10 21:40 +0100
Re: cython 3.x (for Python 3.12) Matthias Klose <doko@debian.org> - 2023-12-11 08:10 +0100
Re: cython 3.x (for Python 3.12) Matthias Klose <doko@debian.org> - 2023-12-11 09:50 +0100
Re: cython 3.x (for Python 3.12) Julian Gilbey <julian@d-and-j.net> - 2023-12-11 11:30 +0100
Re: cython 3.x (for Python 3.12) Matthias Klose <doko@debian.org> - 2023-12-11 16:40 +0100
Re: cython 3.x (for Python 3.12) Julian Gilbey <julian@d-and-j.net> - 2023-12-11 20:00 +0100
Re: cython 3.x (for Python 3.12) Matthias Klose <doko@debian.org> - 2023-12-11 20:10 +0100
Re: cython 3.x (for Python 3.12) Julian Gilbey <julian@d-and-j.net> - 2023-12-12 20:00 +0100
csiph-web