summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-16 19:40:44 +0000
committerwiz <wiz@pkgsrc.org>2012-05-16 19:40:44 +0000
commit2b44321f4354615d1757ea4bcbf2f24cb6dc9cc1 (patch)
tree0bec40626392b4204419de7034cea39e9946ab09 /games
parent7346b348982f2786862e29030a37fc51d0ede8cf (diff)
downloadpkgsrc-2b44321f4354615d1757ea4bcbf2f24cb6dc9cc1.tar.gz
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.
Diffstat (limited to 'games')
-rw-r--r--games/py-trueskill/DESCR6
-rw-r--r--games/py-trueskill/Makefile19
-rw-r--r--games/py-trueskill/PLIST18
-rw-r--r--games/py-trueskill/distinfo5
4 files changed, 48 insertions, 0 deletions
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