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 32ED0158091 for ; Wed, 8 Jun 2022 08:13:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46DF0E08DD; Wed, 8 Jun 2022 08:12:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E44BFE088B for ; Wed, 8 Jun 2022 08:12:58 +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 CEF05340BB4 for ; Wed, 8 Jun 2022 08:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 587E7303 for ; Wed, 8 Jun 2022 08:12:26 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1654675928.180d9c2f897936d0ca6f4b123ae244f1248f7f54.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/rubber/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/rubber/rubber-1.5.1-r1.ebuild dev-tex/rubber/rubber-1.6.0-r1.ebuild dev-tex/rubber/rubber-9999.ebuild X-VCS-Directories: dev-tex/rubber/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 180d9c2f897936d0ca6f4b123ae244f1248f7f54 X-VCS-Branch: master Date: Wed, 8 Jun 2022 08:12:26 +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: 0edc4b1e-5077-4ec3-89f2-498950552d08 X-Archives-Hash: 211e132bc53fd25b59f690571e221d37 commit: 180d9c2f897936d0ca6f4b123ae244f1248f7f54 Author: Florian Schmaus gentoo org> AuthorDate: Wed Jun 8 07:39:29 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jun 8 08:12:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180d9c2f dev-tex/rubber: mark Python 3.10 compatible Closes: https://bugs.gentoo.org/845918 Signed-off-by: Florian Schmaus gentoo.org> dev-tex/rubber/rubber-1.5.1-r1.ebuild | 4 ++-- dev-tex/rubber/rubber-1.6.0-r1.ebuild | 4 ++-- dev-tex/rubber/rubber-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-tex/rubber/rubber-1.5.1-r1.ebuild b/dev-tex/rubber/rubber-1.5.1-r1.ebuild index 493309ed1988..b068a6d82488 100644 --- a/dev-tex/rubber/rubber-1.5.1-r1.ebuild +++ b/dev-tex/rubber/rubber-1.5.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 diff --git a/dev-tex/rubber/rubber-1.6.0-r1.ebuild b/dev-tex/rubber/rubber-1.6.0-r1.ebuild index 8e347ad2e6ff..f732807796ae 100644 --- a/dev-tex/rubber/rubber-1.6.0-r1.ebuild +++ b/dev-tex/rubber/rubber-1.6.0-r1.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 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1 diff --git a/dev-tex/rubber/rubber-9999.ebuild b/dev-tex/rubber/rubber-9999.ebuild index 6b9af3a94439..c6d24756767d 100644 --- a/dev-tex/rubber/rubber-9999.ebuild +++ b/dev-tex/rubber/rubber-9999.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 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1