mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-python/trueskill: update EAPI 7 -> 8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI="8"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8} )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544"
|
COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544"
|
||||||
|
PYTHON_COMPAT=( python3_{8..9} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Python Implementation of the TrueSkill Algorithm"
|
DESCRIPTION="Python Implementation of the TrueSkill Algorithm"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
@@ -16,13 +15,13 @@ HOMEPAGE="
|
|||||||
https://pypi.org/project/trueskill
|
https://pypi.org/project/trueskill
|
||||||
"
|
"
|
||||||
SRC_URI="https://github.com/sublee/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/sublee/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
RDEPEND=""
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-python/six[${PYTHON_USEDEP}]
|
dev-python/six[${PYTHON_USEDEP}]
|
||||||
test? (
|
test? (
|
||||||
@@ -31,7 +30,8 @@ DEPEND="
|
|||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
distutils_enable_tests setup.py
|
distutils_enable_tests setup.py
|
||||||
#docs require a py2 only sphinx theme
|
#docs require a py2 only sphinx theme
|
||||||
|
|||||||
Reference in New Issue
Block a user