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 A39EF15800F for ; Fri, 17 Feb 2023 03:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E96BCE082B; Fri, 17 Feb 2023 03:45:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C840DE082B for ; Fri, 17 Feb 2023 03:45:15 +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 ADC6A33BF08 for ; Fri, 17 Feb 2023 03:45:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EFC28A9 for ; Fri, 17 Feb 2023 03:45:13 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1676605496.535ca61d7021f7b868bfb9996cab4feadbe25be6.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/num2words/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/num2words/metadata.xml dev-python/num2words/num2words-0.5.10.ebuild X-VCS-Directories: dev-python/num2words/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 535ca61d7021f7b868bfb9996cab4feadbe25be6 X-VCS-Branch: master Date: Fri, 17 Feb 2023 03:45:13 +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: 9b72c210-ed15-401b-957e-20d28b94a5b2 X-Archives-Hash: c01797b220b694d641fdcf6199806e77 commit: 535ca61d7021f7b868bfb9996cab4feadbe25be6 Author: Horea Christian chymera eu> AuthorDate: Fri Feb 17 03:44:45 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Fri Feb 17 03:44:56 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=535ca61d dev-python/num2words: enable py3.11, HOMEPAGE and upstream fixed Signed-off-by: Horea Christian chymera.eu> dev-python/num2words/metadata.xml | 3 ++- dev-python/num2words/num2words-0.5.10.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/num2words/metadata.xml b/dev-python/num2words/metadata.xml index aaa27d18e..f3e4e8fcd 100644 --- a/dev-python/num2words/metadata.xml +++ b/dev-python/num2words/metadata.xml @@ -16,6 +16,7 @@ (although this last feature is a bit buggy for some languages at the moment). - savoirefairelinux/num2words + savoirfairelinux/num2words + num2words diff --git a/dev-python/num2words/num2words-0.5.10.ebuild b/dev-python/num2words/num2words-0.5.10.ebuild index 858258d04..78a73cb5e 100644 --- a/dev-python/num2words/num2words-0.5.10.ebuild +++ b/dev-python/num2words/num2words-0.5.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1