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 1112A13933E for ; Tue, 13 Jul 2021 09:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A6AE0C87; Tue, 13 Jul 2021 09:09:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BB2BAE0C86 for ; Tue, 13 Jul 2021 09:09:03 +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 DE2AF342CF3 for ; Tue, 13 Jul 2021 09:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 534367D3 for ; Tue, 13 Jul 2021 09:09:01 +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: <1626041094.3c4c5fa93ee8d10baf2c54ee9f4c91c5c4f531c8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/trueskill/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild X-VCS-Directories: dev-python/trueskill/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3c4c5fa93ee8d10baf2c54ee9f4c91c5c4f531c8 X-VCS-Branch: master Date: Tue, 13 Jul 2021 09:09:01 +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: 61b513bc-3554-41e9-8259-1d5e8a29480d X-Archives-Hash: c0edc9c1ee2533d9cd01e56d8fa6c684 commit: 3c4c5fa93ee8d10baf2c54ee9f4c91c5c4f531c8 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jul 11 22:04:29 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jul 11 22:04:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c4c5fa9 dev-python/trueskill: update EAPI 7 -> 8 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild index 90318a33b..08a2b9b28 100644 --- a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild +++ b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -PYTHON_COMPAT=( python3_{7,8} ) +COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544" +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 -COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544" - DESCRIPTION="Python Implementation of the TrueSkill Algorithm" HOMEPAGE=" https://trueskill.org @@ -16,13 +15,13 @@ HOMEPAGE=" https://pypi.org/project/trueskill " SRC_URI="https://github.com/sublee/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" SLOT="0" LICENSE="BSD" KEYWORDS="~amd64" IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND="" + DEPEND=" dev-python/six[${PYTHON_USEDEP}] test? ( @@ -31,7 +30,8 @@ DEPEND=" dev-python/pytest[${PYTHON_USEDEP}] ) " -S="${WORKDIR}/${PN}-${COMMIT}" + +RESTRICT="!test? ( test )" distutils_enable_tests setup.py #docs require a py2 only sphinx theme