Received: by mail.netbsd.org (Postfix, from userid 605) id A6C2484E56; Mon, 22 Jan 2024 13:34:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D61E884D91 for ; Mon, 22 Jan 2024 13:34:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SuYG4khvJZwg for ; Mon, 22 Jan 2024 13:34:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 31D4984D3B for ; Mon, 22 Jan 2024 13:34:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2DB0EFA42; Mon, 22 Jan 2024 13:34:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705930484166340" MIME-Version: 1.0 Date: Mon, 22 Jan 2024 13:34:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-jsonref/patches To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240122133444.2DB0EFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705930484166340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 22 13:34:44 UTC 2024 Added Files: pkgsrc/textproc/py-jsonref/patches: patch-pyproject.toml Log Message: py-jsonref: add patches To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ pkgsrc/textproc/py-jsonref/patches/patch-pyproject.toml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705930484166340 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/py-jsonref/patches/patch-pyproject.toml diff -u /dev/null pkgsrc/textproc/py-jsonref/patches/patch-pyproject.toml:1.1 --- /dev/null Mon Jan 22 13:34:44 2024 +++ pkgsrc/textproc/py-jsonref/patches/patch-pyproject.toml Mon Jan 22 13:34:43 2024 @@ -0,0 +1,15 @@ +$NetBSD: patch-pyproject.toml,v 1.1 2024/01/22 13:34:43 adam Exp $ + +pdm-pep517 has been deprecated. + +--- pyproject.toml.orig 2024-01-22 13:31:13.931157578 +0000 ++++ pyproject.toml +@@ -37,6 +37,6 @@ profile = "black" + + [build-system] + requires = [ +- "pdm-pep517>=1.0.0", ++ "pdm-backend", + ] +-build-backend = "pdm.pep517.api" ++build-backend = "pdm.backend" --_----------=_1705930484166340--