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 4278815808B for ; Thu, 3 Oct 2024 09:24:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 792F3E29E0; Thu, 3 Oct 2024 09:24:32 +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 5E551E29E0 for ; Thu, 3 Oct 2024 09:24:32 +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 7CC49340BEF for ; Thu, 3 Oct 2024 09:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5ACD27F6 for ; Thu, 3 Oct 2024 09:24:28 +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: <1727947426.f44db99618563d732764ceceeee5191308e98f6e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nmap/nmap-7.95.ebuild net-analyzer/nmap/nmap-9999.ebuild X-VCS-Directories: net-analyzer/nmap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f44db99618563d732764ceceeee5191308e98f6e X-VCS-Branch: master Date: Thu, 3 Oct 2024 09:24:28 +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: 5c18fcc3-05d4-44fc-9bdc-43c0d020f227 X-Archives-Hash: 83442291b7f19980c63c83f45f846f2a commit: f44db99618563d732764ceceeee5191308e98f6e Author: Ian Jordan gmail com> AuthorDate: Sun Sep 29 15:52:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 3 09:23:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44db996 net-analyzer/nmap: enable py3.13 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Sam James gentoo.org> net-analyzer/nmap/nmap-7.95.ebuild | 2 +- net-analyzer/nmap/nmap-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nmap/nmap-7.95.ebuild b/net-analyzer/nmap/nmap-7.95.ebuild index 685728f1b5c5..8ef1b33537ca 100644 --- a/net-analyzer/nmap/nmap-7.95.ebuild +++ b/net-analyzer/nmap/nmap-7.95.ebuild @@ -8,7 +8,7 @@ LUA_REQ_USE="deprecated" DISTUTILS_OPTIONAL=1 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PLOCALES="de es fr hi hr hu id it ja pl pt_BR pt_PR ro ru sk zh" PLOCALE_BACKUP="en" inherit autotools distutils-r1 lua-single plocale toolchain-funcs diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 803cc1e1df59..b211bbcc9a4c 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -8,7 +8,7 @@ LUA_REQ_USE="deprecated" DISTUTILS_OPTIONAL=1 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PLOCALES="de es fr hi hr hu id it ja pl pt_BR pt_PR ro ru sk zh" PLOCALE_BACKUP="en" inherit autotools distutils-r1 lua-single plocale toolchain-funcs