pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/py-ranking py-ranking: fix build with latest set...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27a0c60fe02a
branches:  trunk
changeset: 771309:27a0c60fe02a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 17 00:23:00 2021 +0000

description:
py-ranking: fix build with latest setuptools

diffstat:

 games/py-ranking/distinfo               |   3 ++-
 games/py-ranking/patches/patch-setup.py |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 99afda957a7d -r 27a0c60fe02a games/py-ranking/distinfo
--- a/games/py-ranking/distinfo Fri Dec 17 00:21:34 2021 +0000
+++ b/games/py-ranking/distinfo Fri Dec 17 00:23:00 2021 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:44:21 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/12/17 00:23:00 wiz Exp $
 
 BLAKE2s (ranking-0.3.2.tar.gz) = 418e81b142808e454d54111a116698fffd16010e62d214cf909926fcd6f25f85
 SHA512 (ranking-0.3.2.tar.gz) = 0bb31e7be666bd274b4847cec04b6d89dfdc54b7dc363d041014c5fcc3cd4488b08f2cb40efa9f4a649118afc78b5de934df06f80af538b162879a369253f835
 Size (ranking-0.3.2.tar.gz) = 9187 bytes
+SHA1 (patch-setup.py) = eb03eda0b288d2ff252e1d753c2fdfd7f691cfd2
diff -r 99afda957a7d -r 27a0c60fe02a games/py-ranking/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/py-ranking/patches/patch-setup.py   Fri Dec 17 00:23:00 2021 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-setup.py,v 1.1 2021/12/17 00:23:00 wiz Exp $
+
+Compatibility with setuptools.
+
+--- setup.py.orig      2020-10-09 20:06:44.000000000 +0000
++++ setup.py
+@@ -84,5 +84,4 @@ setup(
+                  'Topic :: Games/Entertainment'],
+     test_suite='rankingtests',
+     tests_require=['pytest'],
+-    use_2to3=(sys.version_info[0] >= 3),
+ )



Home | Main Index | Thread Index | Old Index