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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BA9F139337 for ; Mon, 26 Jul 2021 05:21:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3D39E0ACD; Mon, 26 Jul 2021 05:21:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC781E0ACD for ; Mon, 26 Jul 2021 05:21:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87EF5342DE3 for ; Mon, 26 Jul 2021 05:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECA60827 for ; Mon, 26 Jul 2021 05:21: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: <1627276877.e917f169ac7c2ee781b3366c393bcf2cbc8f28b2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/precis-i18n/precis-i18n-1.0.3.ebuild X-VCS-Directories: dev-python/precis-i18n/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e917f169ac7c2ee781b3366c393bcf2cbc8f28b2 X-VCS-Branch: master Date: Mon, 26 Jul 2021 05:21: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: bb574d05-b989-499e-9df7-5292d0f3d03e X-Archives-Hash: d6c9c5ea0b8aaf94c974c9e7b1818f12 commit: e917f169ac7c2ee781b3366c393bcf2cbc8f28b2 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 26 05:18:42 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 26 05:21:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e917f169 dev-python/precis-i18n: Port to py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/precis-i18n/precis-i18n-1.0.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild index 157bc735dd9..3d716b4820d 100644 --- a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild +++ b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_PN="${PN/-/_}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Internationalized Usernames and Passwords" -HOMEPAGE="https://pypi.python.org/pypi/precis-i18n" +HOMEPAGE="https://pypi.org/project/precis-i18n/" SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" S="${WORKDIR}/${MY_P}"