git: 046208e7a6d8 - main - devel/py-murmurhash: update 1.0.9 → 1.0.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 01:05:03 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=046208e7a6d84836edebc88e4ed9ba16e4d52968 commit 046208e7a6d84836edebc88e4ed9ba16e4d52968 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-06 01:04:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-06 01:04:48 +0000 devel/py-murmurhash: update 1.0.9 → 1.0.10 Reported by: portscout --- devel/py-murmurhash/Makefile | 10 ++++++++-- devel/py-murmurhash/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/devel/py-murmurhash/Makefile b/devel/py-murmurhash/Makefile index a37f6a328761..b451caafef76 100644 --- a/devel/py-murmurhash/Makefile +++ b/devel/py-murmurhash/Makefile @@ -1,5 +1,5 @@ PORTNAME= murmurhash -DISTVERSION= 1.0.9 +DISTVERSION= 1.0.10 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,13 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python -USE_PYTHON= distutils cython autoplist +USE_PYTHON= distutils cython autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +TEST_WRKSRC= ${WRKSRC}/murmurhash/tests + +pre-test: # tests fail to run with __init__.py: they can't find the murmurhash module + @${RM} ${TEST_WRKSRC}/__init__.py post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/murmurhash/mrmr*.so diff --git a/devel/py-murmurhash/distinfo b/devel/py-murmurhash/distinfo index b868e84f050d..fbcf245da07f 100644 --- a/devel/py-murmurhash/distinfo +++ b/devel/py-murmurhash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665897000 -SHA256 (murmurhash-1.0.9.tar.gz) = fe7a38cb0d3d87c14ec9dddc4932ffe2dbc77d75469ab80fd5014689b0e07b58 -SIZE (murmurhash-1.0.9.tar.gz) = 12737 +TIMESTAMP = 1712349927 +SHA256 (murmurhash-1.0.10.tar.gz) = 5282aab1317804c6ebd6dd7f69f15ba9075aee671c44a34be2bde0f1b11ef88a +SIZE (murmurhash-1.0.10.tar.gz) = 12629