mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/py-rapidfuzz: update 3.10.1 → 3.13.0
This commit is contained in:
parent
0a9643518c
commit
c85ee18a90
2 changed files with 7 additions and 11 deletions
|
@ -1,13 +1,9 @@
|
||||||
PORTNAME= rapidfuzz
|
PORTNAME= rapidfuzz
|
||||||
DISTVERSION= 3.10.1
|
DISTVERSION= 3.13.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/${PORTNAME}/RapidFuzz/commit/
|
|
||||||
PATCHFILES= d23b79f5fceea0cc04fc38f830ad54ca782e776d.patch:-p1 # https://github.com/rapidfuzz/RapidFuzz/pull/433
|
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Rapid fuzzy string matching in Python
|
COMMENT= Rapid fuzzy string matching in Python
|
||||||
WWW= https://github.com/rapidfuzz/RapidFuzz
|
WWW= https://github.com/rapidfuzz/RapidFuzz
|
||||||
|
@ -28,7 +24,7 @@ RUN_DEPENDS= ${PYNUMPY}
|
||||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= compiler:c++14-lang python
|
USES= compiler:c++14-lang python
|
||||||
USE_PYTHON= pep517 autoplist pytest # 1 test fails, see https://github.com/rapidfuzz/RapidFuzz/issues/372
|
USE_PYTHON= pep517 autoplist pytest
|
||||||
|
|
||||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||||
|
|
||||||
|
@ -40,4 +36,6 @@ post-install:
|
||||||
${PYTHON_CMD} -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
|
${PYTHON_CMD} -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||||
${PYTHON_CMD} -O -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
|
${PYTHON_CMD} -O -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||||
|
|
||||||
|
# tests as of 3.13.0: 387 passed in 79.76s (0:01:19)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
TIMESTAMP = 1740859243
|
TIMESTAMP = 1745438333
|
||||||
SHA256 (rapidfuzz-3.10.1.tar.gz) = 5a15546d847a915b3f42dc79ef9b0c78b998b4e2c53b252e7166284066585979
|
SHA256 (rapidfuzz-3.13.0.tar.gz) = d2eaf3839e52cbcc0accbe9817a67b4b0fcf70aaeb229cfddc1c28061f9ce5d8
|
||||||
SIZE (rapidfuzz-3.10.1.tar.gz) = 57982250
|
SIZE (rapidfuzz-3.13.0.tar.gz) = 57904226
|
||||||
SHA256 (d23b79f5fceea0cc04fc38f830ad54ca782e776d.patch) = 470eb369dc1a6cdadb3437eee02af34498f66f75992410a7b3b6fe40847aa421
|
|
||||||
SIZE (d23b79f5fceea0cc04fc38f830ad54ca782e776d.patch) = 686
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue