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 0E3D11581D3 for ; Sun, 2 Jun 2024 04:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A43FE29F0; Sun, 2 Jun 2024 04:57:47 +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 1BBD6E29F0 for ; Sun, 2 Jun 2024 04:57:47 +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 08707341B52 for ; Sun, 2 Jun 2024 04:57:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 388C71C05 for ; Sun, 2 Jun 2024 04:57:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717304227.00bb7b0c75fa9e3ef5d7a278c91bcaaf57f34c87.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnsviz/dnsviz-0.10.0.ebuild X-VCS-Directories: net-dns/dnsviz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 00bb7b0c75fa9e3ef5d7a278c91bcaaf57f34c87 X-VCS-Branch: master Date: Sun, 2 Jun 2024 04:57:43 +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: 421a8db9-1556-41c7-bba4-269be70f31b8 X-Archives-Hash: 8c0a3976a643db51e68f7714dfc154f1 commit: 00bb7b0c75fa9e3ef5d7a278c91bcaaf57f34c87 Author: Sam James gentoo org> AuthorDate: Sun Jun 2 04:56:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 2 04:57:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bb7b0c net-dns/dnsviz: enable py3.12 Closes: https://bugs.gentoo.org/929688 Signed-off-by: Sam James gentoo.org> net-dns/dnsviz/dnsviz-0.10.0.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/net-dns/dnsviz/dnsviz-0.10.0.ebuild b/net-dns/dnsviz/dnsviz-0.10.0.ebuild index 2638e94461f9..f36f4730d7b4 100644 --- a/net-dns/dnsviz/dnsviz-0.10.0.ebuild +++ b/net-dns/dnsviz/dnsviz-0.10.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature @@ -14,18 +14,15 @@ HOMEPAGE=" https://github.com/dnsviz/dnsviz/ https://pypi.org/project/dnsviz/ " - # 0.10.0 is untagged, see https://github.com/dnsviz/dnsviz/issues/122 SRC_URI=" https://github.com/dnsviz/dnsviz/archive/86ceba56e8ed23df0ec091b8750025ac374f3916.tar.gz -> ${P}.gh.tar.gz " - -SLOT="0" - S="${WORKDIR}/${PN}-86ceba56e8ed23df0ec091b8750025ac374f3916" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )"