Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #15992

Re: Proposal IRC meeting DPT

Path csiph.com!weretis.net!feeder8.news.weretis.net!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Matthias Klose <doko@debian.org>
Newsgroups linux.debian.maint.python
Subject Re: Proposal IRC meeting DPT
Date Mon, 01 Jul 2024 20:10:02 +0200
Message-ID <IVtDs-6Z6G-39@gated-at.bofh.it> (permalink)
References <IRUCd-4BgV-1@gated-at.bofh.it> <IUIEx-6tg6-1@gated-at.bofh.it> <IUKdj-6uig-11@gated-at.bofh.it> <IUKZH-6uOb-7@gated-at.bofh.it>
X-Original-To debian-python@lists.debian.org
X-Mailbox-Line From debian-python-request@lists.debian.org Mon Jul 1 18:08:48 2024
Old-Return-Path <doko@debian.org>
X-Amavis-Spam-Status No, score=-4.189 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FOURLA=0.1, KHOP_HELO_FCRDNS=0.399, LDO_WHITELIST=-5, MONOTONE_WORDS_2_15=1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL=1.31] autolearn=no autolearn_force=no
X-Policyd-Weight NOT_IN_SBL_XBL_SPAMHAUS=-1.5 HELO_IP_IN_CL_SUBNET=-1.2 (check from: .debian. - helo: .einhorn-mail-out.in-berlin. - helo-domain: .in-berlin.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=0; 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/22028
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/e917e40c-51bc-4c33-a3a9-251f108f8c33@debian.org
Approved robomod@news.nic.it
Lines 40
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Mon, 1 Jul 2024 20:08:31 +0200
X-Original-Message-ID <e917e40c-51bc-4c33-a3a9-251f108f8c33@debian.org>
X-Original-References <ZnX5d96bgqXsCPQZ@eamanu> <D27CB03F-B929-48FC-B4DD-26A1E5560516@kitterman.com> <10060872.9BZC55eSLE@soren-desktop> <61419378.gJsmTMB4nk@zini-1880>
Xref csiph.com linux.debian.maint.python:15992

Show key headers only | View raw


On 29.06.24 20:29, Scott Kitterman wrote:
> On Saturday, June 29, 2024 1:36:41 PM EDT Soren Stoutner wrote:
>> Scott,
>>
>> On Saturday, June 29, 2024 8:58:09 AM MST Scott Kitterman wrote:
>>> I would say no.  Distutils is going to be with us for quite some time,
>>> even
>>> though it's no longer part of the standard distribution.
>>>
>>> Scott K
>>
>> Can you please elaborate on this some more?  As a maintainer of a couple of
>> packages that use distutils in some fashion I would appreciate understanding
>> the detail of what is happening with distutils in Debian.
> 
> I can't say for sure.  I am assuming we will keep it in Debian in the short
> term independent of the Python interpreter packages, since removing it would
> break so many other packages.

short time meaning, that we will remove it once we are stopping to have 
3.11 as a supported version, which is usually as the final step of a 
python transition.  Please note, that python3-distutils has not been 
available for 3.12 at any time.

> According to codesearch.d.n over 600 packages reference disutils in their
> code.  That doesn't mean that they all use it, but it's a lot of packages.

this analysis is not good enough. it probably includes all stuff that 
can be used with the distutils included in setuptools.

> I think it's smart to work with upstreams to migrate away from it ASAP, since
> it isn't going to stick around forever, but I don't know the timeline.
> 
> Of course, if no one volunteers to do the work to seperate it out of python3-
> stdlib-extensions, then it might come up pretty soon.  Is anyone planning on
> working on this (I confess I thought someone already had).

it will be removed once we stop having 3.11 as a supported Python version.

Matthias

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Proposal IRC meeting DPT Emmanuel Arias <eamanu@debian.org> - 2024-06-22 00:10 +0200
  Re: Proposal IRC meeting DPT weepingclown <weepingclown@disroot.org> - 2024-06-22 00:20 +0200
    Re: Proposal IRC meeting DPT Emmanuel Arias <eamanu@debian.org> - 2024-06-22 03:10 +0200
      Re: Proposal IRC meeting DPT Mechtilde <ooo@mechtilde.de> - 2024-06-22 08:40 +0200
  Re: Proposal IRC meeting DPT Matthias Klose <doko@debian.org> - 2024-06-24 10:50 +0200
    Re: Proposal IRC meeting DPT Matthias Klose <doko@debian.org> - 2024-06-29 10:50 +0200
      Re: Proposal IRC meeting DPT Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-06-29 16:10 +0200
        Re: Proposal IRC meeting DPT Scott Kitterman <debian@kitterman.com> - 2024-06-29 18:00 +0200
          Re: Proposal IRC meeting DPT Soren Stoutner <soren@debian.org> - 2024-06-29 19:40 +0200
            Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Carsten Schoenert <c.schoenert@t-online.de> - 2024-06-29 20:00 +0200
              Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Jeremy Stanley <fungi@yuggoth.org> - 2024-06-29 20:40 +0200
                Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-06-29 22:10 +0200
                Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Emmanuel Arias <eamanu@debian.org> - 2024-07-01 00:10 +0200
                Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-07-01 00:30 +0200
            Re: Proposal IRC meeting DPT Scott Kitterman <debian@kitterman.com> - 2024-06-29 20:30 +0200
              Re: Proposal IRC meeting DPT Soren Stoutner <soren@debian.org> - 2024-06-29 21:20 +0200
              Re: Proposal IRC meeting DPT Louis-Philippe Véronneau <pollo@debian.org> - 2024-06-30 05:40 +0200
              Re: Proposal IRC meeting DPT Matthias Klose <doko@debian.org> - 2024-07-01 20:10 +0200
                Re: Proposal IRC meeting DPT Scott Kitterman <debian@kitterman.com> - 2024-07-01 20:20 +0200

csiph-web