Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Andrey Rakhmatullin Newsgroups: linux.debian.maint.python Subject: Re: Wiki "LibraryStyleGuide": pyproject.toml not mentioned Date: Thu, 02 Nov 2023 08:50:02 +0100 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Thu Nov 2 07:42:24 2023 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.2 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5] autolearn=ham autolearn_force=no MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Mailing-List: archive/latest/21228 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/ZUNSy3qUqKR_UMnl@durkon.wrar.name Approved: robomod@news.nic.it Lines: 12 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Thu, 2 Nov 2023 08:42:03 +0100 X-Original-Message-ID: X-Original-References: <549346d1833ccf08dd0e8a135eeeba22@posteo.de> Xref: csiph.com linux.debian.maint.python:15289 On Thu, Nov 02, 2023 at 03:10:15AM +0000, c.buhtz@posteo.jp wrote: > Hello, > > related to https://wiki.debian.org/Python/LibraryStyleGuide > > The "pyproject.toml" file is not mentioned here. But it is current > recommended way (and central file) to do python packaging. If it is not > possible to use that file in context of debian packaging this also should be > mentioned in that wiki page. It's possible to package projects that use pyproject.toml if you mean that. That wiki page lists the assumptions, having setup.py is not the only assumption there that is not always true for actual packages.