pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/py-trueskill Initial import of py-trueskill-0.1.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9efe40ad6ae
branches: trunk
changeset: 603922:a9efe40ad6ae
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed May 16 19:40:44 2012 +0000
description:
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:
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(+), 0 deletions(-)
diffs (64 lines):
diff -r 313d5340c825 -r a9efe40ad6ae games/py-trueskill/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/py-trueskill/DESCR Wed May 16 19:40:44 2012 +0000
@@ -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 -r 313d5340c825 -r a9efe40ad6ae games/py-trueskill/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/py-trueskill/Makefile Wed May 16 19:40:44 2012 +0000
@@ -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@localhost
+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 -r 313d5340c825 -r a9efe40ad6ae games/py-trueskill/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/py-trueskill/PLIST Wed May 16 19:40:44 2012 +0000
@@ -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 -r 313d5340c825 -r a9efe40ad6ae games/py-trueskill/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/py-trueskill/distinfo Wed May 16 19:40:44 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index