pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 16 13:42:20 UTC 2021

Modified Files:
        pkgsrc/devel/py-hash: distinfo
        pkgsrc/devel/py-hash/patches: patch-setup.py

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-hash/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hash/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/devel/py-hash/distinfo
diff -u pkgsrc/devel/py-hash/distinfo:1.5 pkgsrc/devel/py-hash/distinfo:1.6
--- pkgsrc/devel/py-hash/distinfo:1.5   Tue Oct 26 10:18:32 2021
+++ pkgsrc/devel/py-hash/distinfo       Thu Dec 16 13:42:20 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:32 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/12/16 13:42:20 wiz Exp $
 
 BLAKE2s (pyfasthash-0.6.2.tar.gz) = ef4f30e7d76b94f35bf2c81e2b731da18825d40053bf776b104be411ba3eb35d
 SHA512 (pyfasthash-0.6.2.tar.gz) = 1820a56f27dd58d1aff4657230b1e5c9b276d64fc1573ad5c14612efd92d584070f12414a9e4fd9929eb61e054a6d65dc6ce1f25457431eaf736c38ecb6fc9be
 Size (pyfasthash-0.6.2.tar.gz) = 197576 bytes
 SHA1 (patch-pyhash.py) = 6e9428959693b72c8efe50ed272b8c1610a682c5
-SHA1 (patch-setup.py) = ec7181e8027470634e9b6aa4d6d141ee77ffb74e
+SHA1 (patch-setup.py) = 6bb30611ea9324dcde44661b15ac3243b3a630ff
 SHA1 (patch-src_fnv_fnv.h) = c942d2bb434ffdc99a6110781bf66e5cb878a889
 SHA1 (patch-src_lookup3_lookup3.c) = 85e5be79ddf7050af7e98858610323accdaba453

Index: pkgsrc/devel/py-hash/patches/patch-setup.py
diff -u pkgsrc/devel/py-hash/patches/patch-setup.py:1.3 pkgsrc/devel/py-hash/patches/patch-setup.py:1.4
--- pkgsrc/devel/py-hash/patches/patch-setup.py:1.3     Sat Jun 30 19:01:52 2018
+++ pkgsrc/devel/py-hash/patches/patch-setup.py Thu Dec 16 13:42:20 2021
@@ -1,7 +1,9 @@
-$NetBSD: patch-setup.py,v 1.3 2018/06/30 19:01:52 fhajny Exp $
+$NetBSD: patch-setup.py,v 1.4 2021/12/16 13:42:20 wiz Exp $
 
 print is a function in Python 3.
 
+Fix compatibility with latest setuptools.
+
 --- setup.py.orig      2014-07-29 06:26:59.000000000 +0000
 +++ setup.py
 @@ -3,6 +3,7 @@
@@ -34,3 +36,10 @@ print is a function in Python 3.
  
      os.remove('/usr/lib/libboost_python.so')
      os.symlink('/usr/lib/libboost_python-py%d%d.so' % (sys.version_info.major, sys.version_info.minor),
+@@ -108,5 +111,4 @@ setup(name='pyhash',
+         'Topic :: Software Development :: Libraries :: Python Modules',
+         'Topic :: Utilities'
+     ],
+-    test_suite='pyhash',
+-    use_2to3=True)
++    test_suite='pyhash')



Home | Main Index | Thread Index | Old Index