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 06A5E158091 for ; Wed, 1 Jun 2022 11:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCC66E090F; Wed, 1 Jun 2022 11:17:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B1D07E090F for ; Wed, 1 Jun 2022 11:17:36 +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 08E0B341C57 for ; Wed, 1 Jun 2022 11:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C26E4FB for ; Wed, 1 Jun 2022 11:17:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1654059768.288d520c2a27ce2ef1816021df3e95dfcfac9f1f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/statmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/statmake/statmake-0.5.0.ebuild X-VCS-Directories: dev-python/statmake/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 288d520c2a27ce2ef1816021df3e95dfcfac9f1f X-VCS-Branch: master Date: Wed, 1 Jun 2022 11:17:32 +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: 47ab0e06-6d42-4f6b-a083-904240c3ef39 X-Archives-Hash: 6eb058b1d8650158b24f2f3fe30af19f commit: 288d520c2a27ce2ef1816021df3e95dfcfac9f1f Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jun 1 04:19:37 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jun 1 05:02:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=288d520c dev-python/statmake: enable py3.10 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/statmake/statmake-0.5.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/statmake/statmake-0.5.0.ebuild b/dev-python/statmake/statmake-0.5.0.ebuild index 89b2681ed..2bca97450 100644 --- a/dev-python/statmake/statmake-0.5.0.ebuild +++ b/dev-python/statmake/statmake-0.5.0.ebuild @@ -5,8 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Generate STAT tables for variable fonts from .stylespace files"