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 03046138350 for ; Fri, 1 May 2020 09:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 428AFE0C41; Fri, 1 May 2020 09:59:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1DAE1E0C41 for ; Fri, 1 May 2020 09:59:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 10F1834F07D for ; Fri, 1 May 2020 09:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BF16210 for ; Fri, 1 May 2020 09:59:35 +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: <1588285368.287df4760b327c115960e6cee6fa548fcc51e8db.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/skills/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/skills/Manifest dev-python/skills/metadata.xml dev-python/skills/skills-0.3.0.ebuild X-VCS-Directories: dev-python/skills/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 287df4760b327c115960e6cee6fa548fcc51e8db X-VCS-Branch: master Date: Fri, 1 May 2020 09:59:35 +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: 42c28421-275c-4d79-9465-dbd2a269512c X-Archives-Hash: 016d1b3023594b3e46090aac98a7bbab commit: 287df4760b327c115960e6cee6fa548fcc51e8db Author: Alessandro Barbieri gmail com> AuthorDate: Thu Apr 30 19:35:02 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 30 22:22:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=287df476 dev-python/skills: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/skills/Manifest | 1 + dev-python/skills/metadata.xml | 27 +++++++++++++++++++++++++++ dev-python/skills/skills-0.3.0.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-python/skills/Manifest b/dev-python/skills/Manifest new file mode 100644 index 0000000..9a98022 --- /dev/null +++ b/dev-python/skills/Manifest @@ -0,0 +1 @@ +DIST skills-0.3.0.zip 37199 BLAKE2B c27ac509c56ebf1152924c577a0e540a92f658977f5694be3647a658185990611ce30ebf27d755f032eee135a151a2e7228927a9054a502cf528573053789129 SHA512 0f825d0abe1fe9f1733f0be27e62bff97972a43ea09fb6ac4bf64098dfa6bf71c5408a9d0b5cb47fccfd7d539691f31c45787ab82ca408954c9a531553e20989 diff --git a/dev-python/skills/metadata.xml b/dev-python/skills/metadata.xml new file mode 100644 index 0000000..fc86a46 --- /dev/null +++ b/dev-python/skills/metadata.xml @@ -0,0 +1,27 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/McLeopold/PythonSkills/issues + https://raw.githubusercontent.com/McLeopold/PythonSkills/master/CHANGES.rst + + mcleopold@gmail.com + Scott Hamilton + + skills + McLeopold/PythonSkills + + +This is a Python port of the Moserware.Skills project that's available at + +http://github.com/moserware/Skills + +For more details on how the algorithm works, see + +http://www.moserware.com/2010/03/computing-your-skill.html + + diff --git a/dev-python/skills/skills-0.3.0.ebuild b/dev-python/skills/skills-0.3.0.ebuild new file mode 100644 index 0000000..e555ea0 --- /dev/null +++ b/dev-python/skills/skills-0.3.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +DESCRIPTION="Python Implementation of the TrueSkill, Glicko and Elo Ranking Algorithms" +HOMEPAGE=" + https://github.com/McLeopold/PythonSkills + https://pypi.org/project/skills +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64" + +RDEPEND="" +DEPEND="" +BDEPEND="app-arch/unzip" + +distutils_enable_tests setup.py