From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 579231581D3 for ; Tue, 14 May 2024 20:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80353E2A2A; Tue, 14 May 2024 20:07:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61DDFE2A2A for ; Tue, 14 May 2024 20:07:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 159CA341E1C for ; Tue, 14 May 2024 20:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F8731AD4 for ; Tue, 14 May 2024 20:07:49 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715717246.efc898b48f1fc77da837787609af1c9720cdb67d.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webpy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/webpy/webpy-0.62.ebuild X-VCS-Directories: dev-python/webpy/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: efc898b48f1fc77da837787609af1c9720cdb67d X-VCS-Branch: dev Date: Tue, 14 May 2024 20:07:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb544053-3b49-4389-a6af-7c0f282fc8c4 X-Archives-Hash: 687fa75cde9aa295e1a99cba2aa1d46c commit: efc898b48f1fc77da837787609af1c9720cdb67d Author: Julien Roy jroy ca> AuthorDate: Tue May 14 20:07:26 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 14 20:07:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efc898b4 dev-python/webpy: use PEP517 Signed-off-by: Julien Roy jroy.ca> dev-python/webpy/webpy-0.62.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/webpy/webpy-0.62.ebuild b/dev-python/webpy/webpy-0.62.ebuild index 598ab880af..21d0dfedbc 100644 --- a/dev-python/webpy/webpy-0.62.ebuild +++ b/dev-python/webpy/webpy-0.62.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCFE91581D3 for ; Tue, 14 May 2024 20:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C094E2A21; Tue, 14 May 2024 20:12:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B22BE2A21 for ; Tue, 14 May 2024 20:12:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0F61343016 for ; Tue, 14 May 2024 20:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79A901AD4 for ; Tue, 14 May 2024 20:12:35 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715717246.efc898b48f1fc77da837787609af1c9720cdb67d.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/webpy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/webpy/webpy-0.62.ebuild X-VCS-Directories: dev-python/webpy/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: efc898b48f1fc77da837787609af1c9720cdb67d X-VCS-Branch: master Date: Tue, 14 May 2024 20:12:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6361542e-15cd-466a-88a4-9d9ce1335904 X-Archives-Hash: 6d0a3f8eba2c30be8449c1a8486ffe3e Message-ID: <20240514201235.0nV9Z78ajJk0RIA1_kQKxXix3pjtkElhFPmP-t2IZ-w@z> commit: efc898b48f1fc77da837787609af1c9720cdb67d Author: Julien Roy jroy ca> AuthorDate: Tue May 14 20:07:26 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 14 20:07:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efc898b4 dev-python/webpy: use PEP517 Signed-off-by: Julien Roy jroy.ca> dev-python/webpy/webpy-0.62.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/webpy/webpy-0.62.ebuild b/dev-python/webpy/webpy-0.62.ebuild index 598ab880af..21d0dfedbc 100644 --- a/dev-python/webpy/webpy-0.62.ebuild +++ b/dev-python/webpy/webpy-0.62.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1