pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/py-ranking



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 17 00:23:00 UTC 2021

Modified Files:
        pkgsrc/games/py-ranking: distinfo
Added Files:
        pkgsrc/games/py-ranking/patches: patch-setup.py

Log Message:
py-ranking: fix build with latest setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/py-ranking/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/py-ranking/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/py-ranking/distinfo
diff -u pkgsrc/games/py-ranking/distinfo:1.5 pkgsrc/games/py-ranking/distinfo:1.6
--- pkgsrc/games/py-ranking/distinfo:1.5        Tue Oct 26 10:44:21 2021
+++ pkgsrc/games/py-ranking/distinfo    Fri Dec 17 00:23:00 2021
@@ -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

Added files:

Index: pkgsrc/games/py-ranking/patches/patch-setup.py
diff -u /dev/null pkgsrc/games/py-ranking/patches/patch-setup.py:1.1
--- /dev/null   Fri Dec 17 00:23:00 2021
+++ pkgsrc/games/py-ranking/patches/patch-setup.py      Fri Dec 17 00:23:00 2021
@@ -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