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 A9107158087 for ; Sun, 23 Jan 2022 11:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D089D2BC014; Sun, 23 Jan 2022 11:21:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B80932BC014 for ; Sun, 23 Jan 2022 11:21:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E10F2343172 for ; Sun, 23 Jan 2022 11:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37CDB2A7 for ; Sun, 23 Jan 2022 11:21:35 +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: <1642936090.a02d872f4f0873a705f5c01fca4f5a48f7a23231.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/astropy-helpers/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild X-VCS-Directories: dev-python/astropy-helpers/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a02d872f4f0873a705f5c01fca4f5a48f7a23231 X-VCS-Branch: master Date: Sun, 23 Jan 2022 11:21:35 +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: c6ca6938-0f90-494f-93a5-e181bbbd570d X-Archives-Hash: b1223579c60b67d54a404f3117a2c358 commit: a02d872f4f0873a705f5c01fca4f5a48f7a23231 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jan 23 11:08:10 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jan 23 11:08:10 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a02d872f dev-python/astropy-helpers: enable python3_10 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild index 51514e535..393066583 100644 --- a/dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild +++ b/dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 xdg-utils