summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-17 18:47:48 +0000
committeradam <adam@pkgsrc.org>2021-12-17 18:47:48 +0000
commit67fa3171e65bbc48e12c4017f0e02e184ae5bf85 (patch)
tree8a9895f0b992c149e21028a837ff2ade4884dd22 /games
parent01d6fdc649ad9ff7e7b87f80de18de1a2a21faf8 (diff)
downloadpkgsrc-67fa3171e65bbc48e12c4017f0e02e184ae5bf85.tar.gz
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 (limited to 'games')
-rw-r--r--games/py-trueskill/Makefile11
-rw-r--r--games/py-trueskill/PLIST6
-rw-r--r--games/py-trueskill/distinfo9
-rw-r--r--games/py-trueskill/patches/patch-setup.py12
4 files changed, 15 insertions, 23 deletions
diff --git a/games/py-trueskill/Makefile b/games/py-trueskill/Makefile
index 35c1fdc7f67..9cb208cc8dd 100644
--- a/games/py-trueskill/Makefile
+++ b/games/py-trueskill/Makefile
@@ -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 @@ HOMEPAGE= https://trueskill.org/
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 --git a/games/py-trueskill/PLIST b/games/py-trueskill/PLIST
index d603016ee49..f0e47333ee5 100644
--- a/games/py-trueskill/PLIST
+++ b/games/py-trueskill/PLIST
@@ -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 --git a/games/py-trueskill/distinfo b/games/py-trueskill/distinfo
index 78eff26c997..4145d60fccf 100644
--- a/games/py-trueskill/distinfo
+++ b/games/py-trueskill/distinfo
@@ -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 --git a/games/py-trueskill/patches/patch-setup.py b/games/py-trueskill/patches/patch-setup.py
deleted file mode 100644
index 6fcc5ceedf4..00000000000
--- a/games/py-trueskill/patches/patch-setup.py
+++ /dev/null
@@ -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),
- )