pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/py-trueskill py-trueskill: updated to 0.4.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/98db961f8909
branches: trunk
changeset: 771364:98db961f8909
user: adam <adam%pkgsrc.org@localhost>
date: Fri Dec 17 18:47:48 2021 +0000
description:
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.
diffstat:
games/py-trueskill/Makefile | 11 ++++++-----
games/py-trueskill/PLIST | 6 +++++-
games/py-trueskill/distinfo | 9 ++++-----
games/py-trueskill/patches/patch-setup.py | 12 ------------
4 files changed, 15 insertions(+), 23 deletions(-)
diffs (75 lines):
diff -r a5ae43d3264b -r 98db961f8909 games/py-trueskill/Makefile
--- a/games/py-trueskill/Makefile Fri Dec 17 18:47:26 2021 +0000
+++ b/games/py-trueskill/Makefile Fri Dec 17 18:47:48 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/12/17 00:29:35 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2021/12/17 18:47:48 adam Exp $
-DISTNAME= trueskill-0.4.3
+DISTNAME= trueskill-0.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= games devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/trueskill/}
@@ -10,11 +10,12 @@
COMMENT= Python module implementing the TrueSkill rating system
LICENSE= 2-clause-bsd
-#TEST_DEPENDS+= ${PYPKGPREFIX}-mpmath>=0.17:../../math/py-mpmath
-#TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
#TEST_DEPENDS+= ${PYPKGPREFIX}-almost>=0.1.5:../../math/py-almost
+#TEST_DEPENDS+= ${PYPKGPREFIX}-mpmath>=0.17:../../math/py-mpmath
+#TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.5:../../devel/py-test
-USE_LANGUAGES= # none
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r a5ae43d3264b -r 98db961f8909 games/py-trueskill/PLIST
--- a/games/py-trueskill/PLIST Fri Dec 17 18:47:26 2021 +0000
+++ b/games/py-trueskill/PLIST Fri Dec 17 18:47:48 2021 +0000
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2014/07/23 06:31:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/12/17 18:47:48 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/trueskill/__about__.py
+${PYSITELIB}/trueskill/__about__.pyc
+${PYSITELIB}/trueskill/__about__.pyo
${PYSITELIB}/trueskill/__init__.py
${PYSITELIB}/trueskill/__init__.pyc
${PYSITELIB}/trueskill/__init__.pyo
diff -r a5ae43d3264b -r 98db961f8909 games/py-trueskill/distinfo
--- a/games/py-trueskill/distinfo Fri Dec 17 18:47:26 2021 +0000
+++ b/games/py-trueskill/distinfo Fri Dec 17 18:47:48 2021 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/12/17 00:29:35 wiz Exp $
+$NetBSD: distinfo,v 1.11 2021/12/17 18:47:48 adam Exp $
-BLAKE2s (trueskill-0.4.3.tar.gz) = 2594a687647c439e7aeef55949a214ac1e6a04e010f9f3ce55b7ad130058cdbc
-SHA512 (trueskill-0.4.3.tar.gz) = a05796db8f959143b17533d867e225917805e7aa26d41f58a9e91755a9257612d322c74eeff1ee0a3bd8c843f2cbb40fad809f4e3b923ba44e004f7d58792073
-Size (trueskill-0.4.3.tar.gz) = 21060 bytes
-SHA1 (patch-setup.py) = 2a1ca0ef81fe0d68e07636c8617f2b398dcb27b6
+BLAKE2s (trueskill-0.4.5.tar.gz) = dec842dfac9a79939bfb0b0f4720cc626ace971dc4605cc3c9ef34a9f94f60be
+SHA512 (trueskill-0.4.5.tar.gz) = 10840659b12043b91289c0ea8cfff6c6fd5456cc4885119ac0eefb71376c781ec2cecb1749a7940a39a4d91168ee5a097f237e450820043ec83c8264e4c64533
+Size (trueskill-0.4.5.tar.gz) = 21315 bytes
diff -r a5ae43d3264b -r 98db961f8909 games/py-trueskill/patches/patch-setup.py
--- a/games/py-trueskill/patches/patch-setup.py Fri Dec 17 18:47:26 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2021/12/17 00:29:35 wiz Exp $
-
-Compatibility with setuptools.
-
---- setup.py.orig 2014-09-04 04:44:36.000000000 +0000
-+++ setup.py
-@@ -97,5 +97,4 @@ setup(
- 'Topic :: Scientific/Engineering :: Mathematics'],
- tests_require=['pytest', 'almost>=0.1.5', 'mpmath>=0.17'],
- test_suite='trueskilltest',
-- use_2to3=(sys.version_info[0] >= 3),
- )
Home |
Main Index |
Thread Index |
Old Index