mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/skills: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-python/skills/Manifest
Normal file
1
dev-python/skills/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST skills-0.3.0.zip 37199 BLAKE2B c27ac509c56ebf1152924c577a0e540a92f658977f5694be3647a658185990611ce30ebf27d755f032eee135a151a2e7228927a9054a502cf528573053789129 SHA512 0f825d0abe1fe9f1733f0be27e62bff97972a43ea09fb6ac4bf64098dfa6bf71c5408a9d0b5cb47fccfd7d539691f31c45787ab82ca408954c9a531553e20989
|
||||
27
dev-python/skills/metadata.xml
Normal file
27
dev-python/skills/metadata.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/McLeopold/PythonSkills/issues</bugs-to>
|
||||
<changelog>https://raw.githubusercontent.com/McLeopold/PythonSkills/master/CHANGES.rst</changelog>
|
||||
<maintainer>
|
||||
<email>mcleopold@gmail.com</email>
|
||||
<name>Scott Hamilton</name>
|
||||
</maintainer>
|
||||
<remote-id type="pypi">skills</remote-id>
|
||||
<remote-id type="github">McLeopold/PythonSkills</remote-id>
|
||||
</upstream>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
26
dev-python/skills/skills-0.3.0.ebuild
Normal file
26
dev-python/skills/skills-0.3.0.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user