The NetBSD Project

CVS log for pkgsrc/games/py-trueskill/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / games / py-trueskill

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:01 2022 UTC (20 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 17 18:47:48 2021 UTC (21 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.15: +6 -5 lines
Diff to previous 1.15 (colored)

py-trueskill: updated to 0.4.5

Version 0.4.5:

Started to support Python 3.6 and 3.7. But dropped support of Python 2.5, 2.6, 3.1, 3.2, and 3.3.


Version 0.4.4

Fixed documentation error.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Dec 17 00:29:35 2021 UTC (21 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.14: +4 -5 lines
Diff to previous 1.14 (colored)

py-trueskill: fix build with latest setuptools.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:17 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:33 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 7 20:33:59 2014 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Update to 0.4.3. Changes not found.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 23 06:31:51 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Fix packaging.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 22 10:16:15 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.9: +8 -3 lines
Diff to previous 1.9 (colored)

Update to 0.4.2. Changes not found.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:08 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 12 20:33:29 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update to 0.4.1:
Deprecates dynamic_draw_probability().

Revision 1.7 / (download) - annotate - [select for diffs], Sun May 26 19:55:54 2013 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Update to 0.4:

0.4

Released on Mar 25th 2013.

    Supports dynamic draw probability.
    Replaces Rating.exposure() with TrueSkill.expose(). Because
    the TrueSkill settings have to adjust a fomula to calculate an
    exposure.
    Deprecates head-to-head shortcut methods in TrueSkill. The
    top-level shortcut functions are still alive.

Version 0.3.1

Released on Mar 6th 2013.

Raises FloatingPointError instead of ValueError (math domain error)
for a problem similar to issue #5 but with more extreme input.

Version 0.3

Released on Mar 5th 2013.

TrueSkill got a new option backend to choose cdf, pdf, ppf
implementation.

When winners have too lower rating than losers, TrueSkill.rate()
will raise FloatingPointError if the backend is None or scipy.
But from this version, you can avoid the problem with mpmath
backend. This was reported at issue #5.

Version 0.2.1

Released on Dec 6th 2012.

Fixes a printing bug on TrueSkill.quality().

Version 0.2

Released on Nov 30th 2012.

    Implements ãà×±artial playãà
    Works well in many Python versions, 2.5, 2.6, 2.7, 3.1, 3.2,
    3.3 and many interpreters, CPython, Jython, PyPy.
    Supports that using dictionaries as a rating_group to choose
    specific playerãÔ rating simply.
    Adds shorcut functions for 2 players individual match, the most
    usage: rate_1vs1() and quality_1vs1(),
    TrueSkill.transform_ratings() is now called TrueSkill.rate().
    TrueSkill.match_quality() is now called TrueSkill.quality().

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 1 14:40:00 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update HOMEPAGE.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 7 21:30:42 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update to 0.1.4: bug fixes.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 6 11:54:50 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 3 22:14:01 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.2: +1 -3 lines
Diff to previous 1.2 (colored)

Update for python25 removal.

Revision 1.2 / (download) - annotate - [select for diffs], Mon May 21 06:56:04 2012 UTC (11 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Fails with syntax errors on python25, so mask it.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed May 16 19:40:44 2012 UTC (11 years, 4 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-20120516
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Wed May 16 19:40:44 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>