Index: head/devel/py-murmurhash/Makefile =================================================================== --- head/devel/py-murmurhash/Makefile (revision 554015) +++ head/devel/py-murmurhash/Makefile (revision 554016) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= murmurhash -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Cython bindings for MurmurHash2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/murmurhash/mrmr.so .include Index: head/devel/py-murmurhash/distinfo =================================================================== --- head/devel/py-murmurhash/distinfo (revision 554015) +++ head/devel/py-murmurhash/distinfo (revision 554016) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560656317 -SHA256 (murmurhash-1.0.2.tar.gz) = c7a646f6b07b033642b4f52ae2e45efd8b80780b3b90e8092a0cec935fbf81e2 -SIZE (murmurhash-1.0.2.tar.gz) = 35323 +TIMESTAMP = 1604432470 +SHA256 (murmurhash-1.0.3.tar.gz) = 0b5f0373ec0d8c86fb8f46c549c71f4ab4227b69464f8b64b973bd3531e49962 +SIZE (murmurhash-1.0.3.tar.gz) = 36359 Index: head/devel/py-murmurhash/files/patch-setup.py =================================================================== --- head/devel/py-murmurhash/files/patch-setup.py (revision 554015) +++ head/devel/py-murmurhash/files/patch-setup.py (revision 554016) @@ -1,11 +1,11 @@ ---- setup.py.orig 2019-06-16 03:40:21 UTC +--- setup.py.orig 2020-10-29 12:35:41 UTC +++ setup.py -@@ -126,7 +126,7 @@ def setup_package(): - url=about['__uri__'], - license=about['__license__'], +@@ -137,7 +137,7 @@ def setup_package(): + url=about["__uri__"], + license=about["__license__"], ext_modules=ext_modules, -- setup_requires=['wheel>=0.32.0,<0.33.0'], +- setup_requires=["wheel>=0.32.0,<0.33.0"], + setup_requires=[], classifiers=[ - 'Development Status :: 5 - Production/Stable', - 'Environment :: Console', + "Development Status :: 5 - Production/Stable", + "Environment :: Console",