Index: head/devel/py-murmurhash/Makefile =================================================================== --- head/devel/py-murmurhash/Makefile (revision 555425) +++ head/devel/py-murmurhash/Makefile (revision 555426) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= murmurhash -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 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 555425) +++ head/devel/py-murmurhash/distinfo (revision 555426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604432470 -SHA256 (murmurhash-1.0.3.tar.gz) = 0b5f0373ec0d8c86fb8f46c549c71f4ab4227b69464f8b64b973bd3531e49962 -SIZE (murmurhash-1.0.3.tar.gz) = 36359 +TIMESTAMP = 1605468511 +SHA256 (murmurhash-1.0.4.tar.gz) = 422084ac1fe994cb7c893689c600923dee4e2c3fc74e832f7d9a8d6fdcc362d5 +SIZE (murmurhash-1.0.4.tar.gz) = 36312 Index: head/devel/py-murmurhash/files/patch-setup.py =================================================================== --- head/devel/py-murmurhash/files/patch-setup.py (revision 555425) +++ head/devel/py-murmurhash/files/patch-setup.py (revision 555426) @@ -1,11 +1,11 @@ ---- setup.py.orig 2020-10-29 12:35:41 UTC +--- setup.py.orig 2020-11-02 09:42:20 UTC +++ setup.py @@ -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"], + setup_requires=[], classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console",