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 2D85C158087 for ; Wed, 2 Feb 2022 09:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4303A2BC00E; Wed, 2 Feb 2022 09:55:25 +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 AF9D52BC00E for ; Wed, 2 Feb 2022 09:55:24 +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 687073430D3 for ; Wed, 2 Feb 2022 09:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46BD1EF for ; Wed, 2 Feb 2022 09:55:21 +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: <1643795718.8134ee17eda6a234759589279402df1f308b2245.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semantic_version/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/semantic_version/semantic_version-2.8.5.ebuild X-VCS-Directories: dev-python/semantic_version/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8134ee17eda6a234759589279402df1f308b2245 X-VCS-Branch: master Date: Wed, 2 Feb 2022 09:55:21 +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: e9f20596-1761-453f-9ac6-ef416ded4aa8 X-Archives-Hash: 1c16baa8cb4f2cb58324337cb53d80fb commit: 8134ee17eda6a234759589279402df1f308b2245 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 2 09:40:37 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 2 09:55:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8134ee17 dev-python/semantic_version: Add pypy3 love Signed-off-by: Michał Górny gentoo.org> dev-python/semantic_version/semantic_version-2.8.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/semantic_version/semantic_version-2.8.5.ebuild b/dev-python/semantic_version/semantic_version-2.8.5.ebuild index 3686723332e8..b4c44d6cd4e0 100644 --- a/dev-python/semantic_version/semantic_version-2.8.5.ebuild +++ b/dev-python/semantic_version/semantic_version-2.8.5.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_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Python library providing a few tools handling SemVer in Python"