mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
misc/py-jiwer: update 3.0.4 → 3.1.0
This commit is contained in:
parent
3b6d223925
commit
1bc0d621db
2 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= jiwer
|
||||
#DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.0.4 # see https://github.com/jitsi/jiwer/issues/91
|
||||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= misc python # machine-learning
|
||||
MASTER_SITES= PYPI # no tests
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,12 +12,13 @@ WWW= https://github.com/jitsi/jiwer
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.1.3:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rapidfuzz>=3:devel/py-rapidfuzz@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-benchmark>=4.0.0:devel/py-pytest-benchmark@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= pep517 concurrent autoplist #pytest
|
||||
USE_PYTHON= pep517 concurrent autoplist pytest
|
||||
|
||||
#USE_GITHUB= yes
|
||||
#GH_ACCOUNT= jitsi
|
||||
|
@ -26,4 +27,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
# tests as of 3.1.0: 72 passed, 18 warnings in 635.74s (0:10:35)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1722887112
|
||||
SHA256 (jiwer-3.0.4.tar.gz) = 2438acdc7ca22128fcab4be60db595809d2b5e73785b736de36dc3281a2a6ae8
|
||||
SIZE (jiwer-3.0.4.tar.gz) = 17515
|
||||
TIMESTAMP = 1745439188
|
||||
SHA256 (jiwer-3.1.0.tar.gz) = dc492d09e570f1baba98c76aba09baf8e09c06e6808a4ba412dd4bde67fb79ac
|
||||
SIZE (jiwer-3.1.0.tar.gz) = 103187
|
||||
|
|
Loading…
Add table
Reference in a new issue