diff options
Diffstat (limited to 'textproc/py-tokenizers/Makefile')
-rw-r--r-- | textproc/py-tokenizers/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-tokenizers/Makefile b/textproc/py-tokenizers/Makefile index 7076777ea457..a2aa44437341 100644 --- a/textproc/py-tokenizers/Makefile +++ b/textproc/py-tokenizers/Makefile @@ -1,6 +1,5 @@ PORTNAME= tokenizers -DISTVERSION= 0.21.2 -PORTREVISION= 1 +DISTVERSION= 0.22.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,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 |