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 0F34C158020 for ; Sun, 23 Oct 2022 11:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBA07E0957; Sun, 23 Oct 2022 11:46:00 +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 D19B6E0957 for ; Sun, 23 Oct 2022 11:46:00 +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 EDDB1340BCD for ; Sun, 23 Oct 2022 11:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A800629 for ; Sun, 23 Oct 2022 11:45:58 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1666525556.e889e8d9bba989d96676ad04188bf1e30461b36e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/mathlib-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/mathlib-tools/mathlib-tools-1.1.1-r1.ebuild sci-mathematics/mathlib-tools/mathlib-tools-1.1.1.ebuild sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild sci-mathematics/mathlib-tools/mathlib-tools-1.1.2.ebuild X-VCS-Directories: sci-mathematics/mathlib-tools/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e889e8d9bba989d96676ad04188bf1e30461b36e X-VCS-Branch: master Date: Sun, 23 Oct 2022 11:45:58 +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: f300fc16-a23f-4800-a643-9bb106892642 X-Archives-Hash: e857164ac41ecdbcaa16a1a03ba236b0 commit: e889e8d9bba989d96676ad04188bf1e30461b36e Author: Maciej Barć gentoo org> AuthorDate: Sun Oct 23 11:45:36 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Oct 23 11:45:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e889e8d9 sci-mathematics/mathlib-tools: add DISTUTILS_USE_PEP517 Signed-off-by: Maciej Barć gentoo.org> .../{mathlib-tools-1.1.1.ebuild => mathlib-tools-1.1.1-r1.ebuild} | 1 + .../{mathlib-tools-1.1.2.ebuild => mathlib-tools-1.1.2-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.1.ebuild b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.1-r1.ebuild similarity index 97% rename from sci-mathematics/mathlib-tools/mathlib-tools-1.1.1.ebuild rename to sci-mathematics/mathlib-tools/mathlib-tools-1.1.1-r1.ebuild index 9ecb36eac185..4a38f370ad66 100644 --- a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.1.ebuild +++ b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.1-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2.ebuild b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild similarity index 97% rename from sci-mathematics/mathlib-tools/mathlib-tools-1.1.2.ebuild rename to sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild index bc7818d3db62..e89cd971f102 100644 --- a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2.ebuild +++ b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1