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