From nobody Mon Feb 6 19:18:11 2023 X-Original-To: python@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P9bdJ3fGkz3n53K for ; Mon, 6 Feb 2023 19:18:12 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4P9bdH6w35z3kQs; Mon, 6 Feb 2023 19:18:11 +0000 (UTC) (envelope-from pi@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from pi by fc.opsec.eu with local (Exim 4.95 (FreeBSD)) (envelope-from ) id 1pP70F-0001Os-7C; Mon, 06 Feb 2023 20:18:11 +0100 Date: Mon, 6 Feb 2023 20:18:11 +0100 From: Kurt Jaeger To: Yuri Victorovich Cc: python@freebsd.org Subject: Re: textproc/py-pyphen: Change build to pep517 Message-ID: References: <202302061004.316A4YbD001799@gitrepo.freebsd.org> <4774f0f2-1438-56fd-69c4-b35acacdcd33@tsoft.com> List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4774f0f2-1438-56fd-69c4-b35acacdcd33@tsoft.com> X-Rspamd-Queue-Id: 4P9bdH6w35z3kQs X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Hi! > You can change any port to pep517 except in very few cases when this > would introduce a circular dependency. > pep517 is now a default way to build python packages because distutils > is now deprecated in Python. > In the case of textproc/py-pyphen - it used the ad-hoc setup.py that > wasn't registering it properly, because this was added before pep517 was > available. > > Hope this helps. Yes, thanks. I retested and found out that weasyprint had no DEPEND on any of the flit* stuff. It needs it to build, but not to run. So it was not an issue of distutils vrs pep517. -- pi@FreeBSD.org +49 171 3101372 Now what ?