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 B593215806E for ; Wed, 31 May 2023 17:43:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1A3BE095A; Wed, 31 May 2023 17:43:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AC2E5E0957 for ; Wed, 31 May 2023 17:43:50 +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 0133D33BEFE for ; Wed, 31 May 2023 17:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D773A83 for ; Wed, 31 May 2023 17:43:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1685554855.a9e1e626b8e10b530b2498c9596e6a43d6475970.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inflection/inflection-0.5.1-r1.ebuild X-VCS-Directories: dev-python/inflection/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9e1e626b8e10b530b2498c9596e6a43d6475970 X-VCS-Branch: master Date: Wed, 31 May 2023 17:43:47 +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: 2366bdd7-5cb8-4a24-8291-0214fd2bc001 X-Archives-Hash: e0be32cde27cc0903b30d42355daf4e8 commit: a9e1e626b8e10b530b2498c9596e6a43d6475970 Author: Michał Górny gentoo org> AuthorDate: Wed May 31 17:38:14 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 31 17:40:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e1e626 dev-python/inflection: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/inflection/inflection-0.5.1-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/inflection/inflection-0.5.1-r1.ebuild b/dev-python/inflection/inflection-0.5.1-r1.ebuild index a5efa6c73e39..5d0ee46645e5 100644 --- a/dev-python/inflection/inflection-0.5.1-r1.ebuild +++ b/dev-python/inflection/inflection-0.5.1-r1.ebuild @@ -3,12 +3,16 @@ EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools + inherit distutils-r1 pypi DESCRIPTION="A port of Ruby on Rails' inflector to Python" -HOMEPAGE="https://github.com/jpvanhal/inflection" +HOMEPAGE=" + https://github.com/jpvanhal/inflection/ + https://pypi.org/project/inflection/ +" LICENSE="MIT" SLOT="0"