Date: Tue, 24 Sep 2024 07:52:43 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9986987c34a5 - main - devel/py-rapidfuzz: update 3.9.7 =?utf-8?Q?=E2=86=92?= 3.10.0 Message-ID: <202409240752.48O7qhJE035611@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9986987c34a56350106e6ca0c9b7a46737e6e801 commit 9986987c34a56350106e6ca0c9b7a46737e6e801 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-24 07:51:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-24 07:52:15 +0000 devel/py-rapidfuzz: update 3.9.7 → 3.10.0 Reported by: portscout --- devel/py-rapidfuzz/Makefile | 5 +++-- devel/py-rapidfuzz/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-rapidfuzz/Makefile b/devel/py-rapidfuzz/Makefile index 96f3bd1ee3cf..6473bdc4a542 100644 --- a/devel/py-rapidfuzz/Makefile +++ b/devel/py-rapidfuzz/Makefile @@ -1,5 +1,5 @@ PORTNAME= rapidfuzz -DISTVERSION= 3.9.7 +DISTVERSION= 3.10.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,13 +17,14 @@ BUILD_DEPENDS= cmake:devel/cmake-core \ taskflow>0:devel/taskflow \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}rapidfuzz-capi==1.0.5:devel/py-rapidfuzz-capi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.10.7:devel/py-scikit-build-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build>=0.13.0:devel/py-scikit-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} USES= compiler:c++14-lang python -USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/rapidfuzz/RapidFuzz/issues/372 +USE_PYTHON= pep517 autoplist pytest # 1 test fails, see https://github.com/rapidfuzz/RapidFuzz/issues/372 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} diff --git a/devel/py-rapidfuzz/distinfo b/devel/py-rapidfuzz/distinfo index d35ec5d02875..a71aa2c747c9 100644 --- a/devel/py-rapidfuzz/distinfo +++ b/devel/py-rapidfuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725344967 -SHA256 (rapidfuzz-3.9.7.tar.gz) = f1c7296534c1afb6f495aa95871f14ccdc197c6db42965854e483100df313030 -SIZE (rapidfuzz-3.9.7.tar.gz) = 1596228 +TIMESTAMP = 1727162731 +SHA256 (rapidfuzz-3.10.0.tar.gz) = 6b62af27e65bb39276a66533655a2fa3c60a487b03935721c45b7809527979be +SIZE (rapidfuzz-3.10.0.tar.gz) = 57942780
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409240752.48O7qhJE035611>