Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/trueskill/
Date: Sun, 11 Jul 2021 22:04:59
Message-Id: 1626041094.3c4c5fa93ee8d10baf2c54ee9f4c91c5c4f531c8.Alessandro-Barbieri@gentoo
1 commit: 3c4c5fa93ee8d10baf2c54ee9f4c91c5c4f531c8
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 11 22:04:29 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 11 22:04:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c4c5fa9
7
8 dev-python/trueskill: update EAPI 7 -> 8
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
16 index 90318a33b..08a2b9b28 100644
17 --- a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
18 +++ b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
19 @@ -1,14 +1,13 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="7"
24 +EAPI="8"
25
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544"
28 +PYTHON_COMPAT=( python3_{8..9} )
29
30 inherit distutils-r1
31
32 -COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544"
33 -
34 DESCRIPTION="Python Implementation of the TrueSkill Algorithm"
35 HOMEPAGE="
36 https://trueskill.org
37 @@ -16,13 +15,13 @@ HOMEPAGE="
38 https://pypi.org/project/trueskill
39 "
40 SRC_URI="https://github.com/sublee/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
41 +S="${WORKDIR}/${PN}-${COMMIT}"
42
43 SLOT="0"
44 LICENSE="BSD"
45 KEYWORDS="~amd64"
46 IUSE="test"
47 -RESTRICT="!test? ( test )"
48 -RDEPEND=""
49 +
50 DEPEND="
51 dev-python/six[${PYTHON_USEDEP}]
52 test? (
53 @@ -31,7 +30,8 @@ DEPEND="
54 dev-python/pytest[${PYTHON_USEDEP}]
55 )
56 "
57 -S="${WORKDIR}/${PN}-${COMMIT}"
58 +
59 +RESTRICT="!test? ( test )"
60
61 distutils_enable_tests setup.py
62 #docs require a py2 only sphinx theme