diff options
Diffstat (limited to 'textproc/py-tokenizers/Makefile')
-rw-r--r-- | textproc/py-tokenizers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-tokenizers/Makefile b/textproc/py-tokenizers/Makefile index 035c0a56a6cc..a2aa44437341 100644 --- a/textproc/py-tokenizers/Makefile +++ b/textproc/py-tokenizers/Makefile @@ -1,5 +1,5 @@ PORTNAME= tokenizers -DISTVERSION= 0.21.2 +DISTVERSION= 0.22.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ TEST_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/oniguruma.pc:devel/oniguruma \ USES= cargo python USE_PYTHON= autoplist pep517 pytest -PYTEST_BROKEN_TESTS= test_datasets test_gzip +PYTEST_BROKEN_TESTS= test_gzip CARGO_CARGOTOML=${WRKSRC}/bindings/python/Cargo.toml CARGO_CARGOLOCK=${WRKSRC}/bindings/python/Cargo.lock |