commit: 4c482d2e2473bded8e7f6f2d4846b840b5e7f946
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 18 15:51:44 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 18 15:51:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c482d2e
dev-python/trueskill: python3.8
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/trueskill/Manifest | 2 +-
.../{trueskill-0.4.5.ebuild => trueskill-0.4.5_p20191014.ebuild} | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-python/trueskill/Manifest b/dev-python/trueskill/Manifest
index 5c56ee0..e23d762 100644
--- a/dev-python/trueskill/Manifest
+++ b/dev-python/trueskill/Manifest
@@ -1 +1 @@
-DIST trueskill-0.4.5.tar.gz 30714 BLAKE2B
86301c80cca29c11dd58bd01fb2f2d15ebacab6e768038ac7cce4728b642de0d3f6125189079df36919360909967d31a37300970e0db18acfaba573450fa501a
SHA512
c94f7ba2d4aed615e5591a3f1f263d0368962b5a1eeb5e7379a59ed6faeb7af2587438617f2917a0f94dc9fd5ea290932947dcc8925f685a055f131859d2eca6
+DIST trueskill-0.4.5_p20191014.tar.gz 30722 BLAKE2B
b93162702f79cbb727f853132568ab02bbb844735c2dc3ebc77ab71c8ff77e16109672e5d30fedca951c6893df18f81f517415ecf707c7e25f6cacc96222a182
SHA512
9892eae7d581a3bbfe33ff0fdf274c177f0641db099a0ad6a630a27f6f2d94d39d65b5a7d47c18ab91b4958d161f00c8639c40f56388714cb71750949dd4bf12
diff --git a/dev-python/trueskill/trueskill-0.4.5.ebuild
b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
similarity index 76%
rename from dev-python/trueskill/trueskill-0.4.5.ebuild
rename to dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
index b0e5eab..c5c3ab3 100644
--- a/dev-python/trueskill/trueskill-0.4.5.ebuild
+++ b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
@@ -3,17 +3,19 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
+COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544"
+
DESCRIPTION="Python Implementation of the TrueSkill, Glicko and Elo Ranking
Algorithms"
HOMEPAGE="
https://trueskill.org
https://github.com/sublee/trueskill
https://pypi.org/project/trueskill
"
-SRC_URI="https://github.com/sublee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/sublee/${PN}/archive/${COMMIT}.tar.gz ->
${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
@@ -26,9 +28,9 @@ DEPEND="
test? (
>=dev-python/almost-0.1.5[${PYTHON_USEDEP}]
>=dev-python/mpmath-0.17[${PYTHON_USEDEP}]
- <dev-python/pytest-4.0[${PYTHON_USEDEP}]
)
"
+S="${WORKDIR}/${PN}-${COMMIT}"
distutils_enable_tests setup.py
#docs require a py2 only sphinx theme