From 8b5082bb93ece721c81f682f21581d75d8e2f137 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 16 May 2012 19:40:44 +0000 Subject: Initial import of py-trueskill-0.1.3: TrueSkill(tm) is a rating system among game players. It has been used on Xbox Live to rank and match players. TrueSkill system quantizes `TRUE' skill points by a Bayesian inference algorithm. This project is a Python package which implements TrueSkill(tm) rating system. --- games/py-trueskill/DESCR | 6 ++++++ games/py-trueskill/Makefile | 19 +++++++++++++++++++ games/py-trueskill/PLIST | 18 ++++++++++++++++++ games/py-trueskill/distinfo | 5 +++++ 4 files changed, 48 insertions(+) create mode 100644 games/py-trueskill/DESCR create mode 100644 games/py-trueskill/Makefile create mode 100644 games/py-trueskill/PLIST create mode 100644 games/py-trueskill/distinfo (limited to 'games') diff --git a/games/py-trueskill/DESCR b/games/py-trueskill/DESCR new file mode 100644 index 00000000000..3dd2ad4265b --- /dev/null +++ b/games/py-trueskill/DESCR @@ -0,0 +1,6 @@ +TrueSkill(tm) is a rating system among game players. It has been +used on Xbox Live to rank and match players. TrueSkill system +quantizes `TRUE' skill points by a Bayesian inference algorithm. + +This project is a Python package which implements TrueSkill(tm) +rating system. diff --git a/games/py-trueskill/Makefile b/games/py-trueskill/Makefile new file mode 100644 index 00000000000..b011bcfe7b2 --- /dev/null +++ b/games/py-trueskill/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/05/16 19:40:44 wiz Exp $ +# + +DISTNAME= trueskill-0.1.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= games devel +MASTER_SITES= http://pypi.python.org/packages/source/t/trueskill/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://packages.python.org/trueskill/ +COMMENT= Python module implementing the TrueSkill rating system +LICENSE= 2-clause-bsd + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/py-trueskill/PLIST b/games/py-trueskill/PLIST new file mode 100644 index 00000000000..90c3642ba11 --- /dev/null +++ b/games/py-trueskill/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/16 19:40:44 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/trueskill/__init__.py +${PYSITELIB}/trueskill/__init__.pyc +${PYSITELIB}/trueskill/__init__.pyo +${PYSITELIB}/trueskill/factorgraph.py +${PYSITELIB}/trueskill/factorgraph.pyc +${PYSITELIB}/trueskill/factorgraph.pyo +${PYSITELIB}/trueskill/mathematics.py +${PYSITELIB}/trueskill/mathematics.pyc +${PYSITELIB}/trueskill/mathematics.pyo +${PYSITELIB}/trueskill/matrix.py +${PYSITELIB}/trueskill/matrix.pyc +${PYSITELIB}/trueskill/matrix.pyo diff --git a/games/py-trueskill/distinfo b/games/py-trueskill/distinfo new file mode 100644 index 00000000000..86004bb7439 --- /dev/null +++ b/games/py-trueskill/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/05/16 19:40:44 wiz Exp $ + +SHA1 (trueskill-0.1.3.tar.gz) = 2dc8038e3aac799146dd61e2f74863ffa77bd3da +RMD160 (trueskill-0.1.3.tar.gz) = 6b9f21287acb1330d01976200700de358dfc778c +Size (trueskill-0.1.3.tar.gz) = 10446 bytes -- cgit v1.2.3