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 7594415806E for ; Sat, 27 May 2023 13:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7399CE0823; Sat, 27 May 2023 13:21:08 +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 4F10AE0823 for ; Sat, 27 May 2023 13:21:08 +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 707CE3410B6 for ; Sat, 27 May 2023 13:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E293DA86 for ; Sat, 27 May 2023 13:21:03 +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: <1685193648.14b437eb958d5bd4bb157173ab777e3c9d26e95c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ukkonen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild X-VCS-Directories: dev-python/ukkonen/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 14b437eb958d5bd4bb157173ab777e3c9d26e95c X-VCS-Branch: master Date: Sat, 27 May 2023 13:21:03 +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: 1e5f80f8-db38-4a90-9f2c-6be9ed379cef X-Archives-Hash: 3c6734d23447ce73747457cf71bfe226 commit: 14b437eb958d5bd4bb157173ab777e3c9d26e95c Author: Michał Górny gentoo org> AuthorDate: Sat May 27 11:06:50 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 27 13:20:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b437eb dev-python/ukkonen: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild b/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild index 6937f3cb3063..20cdd2ea2bc9 100644 --- a/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild +++ b/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild @@ -5,17 +5,19 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 DESCRIPTION="Implementation of bounded Levenshtein distance (Ukkonen)" HOMEPAGE=" https://pypi.org/project/ukkonen/ - https://github.com/asottile/ukkonen/" + https://github.com/asottile/ukkonen/ +" SRC_URI=" https://github.com/asottile/ukkonen/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" @@ -24,8 +26,11 @@ KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" RDEPEND=" $(python_gen_cond_dep ' dev-python/cffi[${PYTHON_USEDEP}] - ' 'python*')" -BDEPEND="${RDEPEND}" + ' 'python*') +" +BDEPEND=" + ${RDEPEND} +" PATCHES=( "${FILESDIR}"/${P}-musl-include.patch